aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations/stage_task_list_from_multi_attempt_app_json_2__expectation.json
diff options
context:
space:
mode:
authorjisookim <jisookim0513@gmail.com>2016-09-23 13:43:47 -0700
committerMarcelo Vanzin <vanzin@cloudera.com>2016-09-23 13:43:47 -0700
commit90a30f46349182b6fc9d4123090c4712fdb425be (patch)
treea2c6532b9e62310f4c0958fa1cdaf9c6789d5a1b /core/src/test/resources/HistoryServerExpectations/stage_task_list_from_multi_attempt_app_json_2__expectation.json
parent988c71457354b0a443471f501cef544a85b1a76a (diff)
downloadspark-90a30f46349182b6fc9d4123090c4712fdb425be.tar.gz
spark-90a30f46349182b6fc9d4123090c4712fdb425be.tar.bz2
spark-90a30f46349182b6fc9d4123090c4712fdb425be.zip
[SPARK-12221] add cpu time to metrics
Currently task metrics don't support executor CPU time, so there's no way to calculate how much CPU time a stage/task took from History Server metrics. This PR enables reporting CPU time. Author: jisookim <jisookim0513@gmail.com> Closes #10212 from jisookim0513/add-cpu-time-metric.
Diffstat (limited to 'core/src/test/resources/HistoryServerExpectations/stage_task_list_from_multi_attempt_app_json_2__expectation.json')
-rw-r--r--core/src/test/resources/HistoryServerExpectations/stage_task_list_from_multi_attempt_app_json_2__expectation.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/src/test/resources/HistoryServerExpectations/stage_task_list_from_multi_attempt_app_json_2__expectation.json b/core/src/test/resources/HistoryServerExpectations/stage_task_list_from_multi_attempt_app_json_2__expectation.json
index 483492282d..4de4c501a4 100644
--- a/core/src/test/resources/HistoryServerExpectations/stage_task_list_from_multi_attempt_app_json_2__expectation.json
+++ b/core/src/test/resources/HistoryServerExpectations/stage_task_list_from_multi_attempt_app_json_2__expectation.json
@@ -15,7 +15,9 @@
} ],
"taskMetrics" : {
"executorDeserializeTime" : 14,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 15,
+ "executorCpuTime" : 0,
"resultSize" : 697,
"jvmGcTime" : 0,
"resultSerializationTime" : 2,
@@ -60,7 +62,9 @@
} ],
"taskMetrics" : {
"executorDeserializeTime" : 14,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 15,
+ "executorCpuTime" : 0,
"resultSize" : 697,
"jvmGcTime" : 0,
"resultSerializationTime" : 2,
@@ -105,7 +109,9 @@
} ],
"taskMetrics" : {
"executorDeserializeTime" : 13,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 15,
+ "executorCpuTime" : 0,
"resultSize" : 697,
"jvmGcTime" : 0,
"resultSerializationTime" : 2,
@@ -150,7 +156,9 @@
} ],
"taskMetrics" : {
"executorDeserializeTime" : 13,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 15,
+ "executorCpuTime" : 0,
"resultSize" : 697,
"jvmGcTime" : 0,
"resultSerializationTime" : 2,
@@ -195,7 +203,9 @@
} ],
"taskMetrics" : {
"executorDeserializeTime" : 12,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 15,
+ "executorCpuTime" : 0,
"resultSize" : 697,
"jvmGcTime" : 0,
"resultSerializationTime" : 1,
@@ -240,7 +250,9 @@
} ],
"taskMetrics" : {
"executorDeserializeTime" : 12,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 15,
+ "executorCpuTime" : 0,
"resultSize" : 697,
"jvmGcTime" : 0,
"resultSerializationTime" : 2,
@@ -285,7 +297,9 @@
} ],
"taskMetrics" : {
"executorDeserializeTime" : 12,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 15,
+ "executorCpuTime" : 0,
"resultSize" : 697,
"jvmGcTime" : 0,
"resultSerializationTime" : 2,
@@ -330,7 +344,9 @@
} ],
"taskMetrics" : {
"executorDeserializeTime" : 12,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 15,
+ "executorCpuTime" : 0,
"resultSize" : 697,
"jvmGcTime" : 0,
"resultSerializationTime" : 2,