aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations/one_stage_attempt_json_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/one_stage_attempt_json_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/one_stage_attempt_json_expectation.json')
-rw-r--r--core/src/test/resources/HistoryServerExpectations/one_stage_attempt_json_expectation.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/src/test/resources/HistoryServerExpectations/one_stage_attempt_json_expectation.json b/core/src/test/resources/HistoryServerExpectations/one_stage_attempt_json_expectation.json
index 477a2fec8b..0084339d24 100644
--- a/core/src/test/resources/HistoryServerExpectations/one_stage_attempt_json_expectation.json
+++ b/core/src/test/resources/HistoryServerExpectations/one_stage_attempt_json_expectation.json
@@ -6,6 +6,7 @@
"numCompleteTasks" : 8,
"numFailedTasks" : 0,
"executorRunTime" : 3476,
+ "executorCpuTime" : 0,
"submissionTime" : "2015-02-03T16:43:05.829GMT",
"firstTaskLaunchedTime" : "2015-02-03T16:43:05.829GMT",
"completionTime" : "2015-02-03T16:43:06.286GMT",
@@ -36,7 +37,9 @@
"accumulatorUpdates" : [ ],
"taskMetrics" : {
"executorDeserializeTime" : 1,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 435,
+ "executorCpuTime" : 0,
"resultSize" : 1902,
"jvmGcTime" : 19,
"resultSerializationTime" : 2,
@@ -77,7 +80,9 @@
"accumulatorUpdates" : [ ],
"taskMetrics" : {
"executorDeserializeTime" : 2,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 434,
+ "executorCpuTime" : 0,
"resultSize" : 1902,
"jvmGcTime" : 19,
"resultSerializationTime" : 1,
@@ -118,7 +123,9 @@
"accumulatorUpdates" : [ ],
"taskMetrics" : {
"executorDeserializeTime" : 2,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 434,
+ "executorCpuTime" : 0,
"resultSize" : 1902,
"jvmGcTime" : 19,
"resultSerializationTime" : 1,
@@ -159,7 +166,9 @@
"accumulatorUpdates" : [ ],
"taskMetrics" : {
"executorDeserializeTime" : 2,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 434,
+ "executorCpuTime" : 0,
"resultSize" : 1902,
"jvmGcTime" : 19,
"resultSerializationTime" : 2,
@@ -200,7 +209,9 @@
"accumulatorUpdates" : [ ],
"taskMetrics" : {
"executorDeserializeTime" : 2,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 434,
+ "executorCpuTime" : 0,
"resultSize" : 1902,
"jvmGcTime" : 19,
"resultSerializationTime" : 1,
@@ -241,7 +252,9 @@
"accumulatorUpdates" : [ ],
"taskMetrics" : {
"executorDeserializeTime" : 1,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 436,
+ "executorCpuTime" : 0,
"resultSize" : 1902,
"jvmGcTime" : 19,
"resultSerializationTime" : 0,
@@ -282,7 +295,9 @@
"accumulatorUpdates" : [ ],
"taskMetrics" : {
"executorDeserializeTime" : 2,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 434,
+ "executorCpuTime" : 0,
"resultSize" : 1902,
"jvmGcTime" : 19,
"resultSerializationTime" : 1,
@@ -323,7 +338,9 @@
"accumulatorUpdates" : [ ],
"taskMetrics" : {
"executorDeserializeTime" : 1,
+ "executorDeserializeCpuTime" : 0,
"executorRunTime" : 435,
+ "executorCpuTime" : 0,
"resultSize" : 1902,
"jvmGcTime" : 19,
"resultSerializationTime" : 1,