aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/HistoryServerExpectations/stage_task_summary_w_shuffle_read_expectation.json
blob: 7baffc5df0b0f566bef7d6224be0a2c65de704f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "quantiles" : [ 0.05, 0.25, 0.5, 0.75, 0.95 ],
  "executorDeserializeTime" : [ 1.0, 2.0, 2.0, 2.0, 3.0 ],
  "executorRunTime" : [ 30.0, 74.0, 75.0, 76.0, 79.0 ],
  "resultSize" : [ 1034.0, 1034.0, 1034.0, 1034.0, 1034.0 ],
  "jvmGcTime" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
  "resultSerializationTime" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
  "memoryBytesSpilled" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
  "diskBytesSpilled" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
  "inputMetrics" : {
    "bytesRead" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
    "recordsRead" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ]
  },
  "outputMetrics" : {
    "bytesWritten" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
    "recordsWritten" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ]
  },
  "shuffleReadMetrics" : {
    "readBytes" : [ 17100.0, 17100.0, 17100.0, 17100.0, 17100.0 ],
    "readRecords" : [ 100.0, 100.0, 100.0, 100.0, 100.0 ],
    "remoteBlocksFetched" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
    "localBlocksFetched" : [ 100.0, 100.0, 100.0, 100.0, 100.0 ],
    "fetchWaitTime" : [ 0.0, 0.0, 0.0, 1.0, 1.0 ],
    "remoteBytesRead" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
    "totalBlocksFetched" : [ 100.0, 100.0, 100.0, 100.0, 100.0 ]
  },
  "shuffleWriteMetrics" : {
    "writeBytes" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
    "writeRecords" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ],
    "writeTime" : [ 0.0, 0.0, 0.0, 0.0, 0.0 ]
  }
}