-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsnb-sample1.json
48 lines (48 loc) · 1.07 KB
/
snb-sample1.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// snb_spec_v0.2.0.pdf sec 3.3 Gathering the results
{
"unit": "MILLISECONDS",
"start_time": 1400750662691,
"finish_time": 1400750667691,
"total_duration": 5000,
"total_count": 50,
"all_metrics": [
{
"name": "Query1",
"count": 50,
"unit": "MILLISECONDS",
"run_time": {
"name": "Runtime",
"unit": "MILLISECONDS",
"count": 50,
"mean": 100,
"min": 2,
"max": 450,
"50th_percentile": 98,
"90th_percentile": 129,
"95th_percentile": 432,
"99th_percentile": 444
},
"start_time_delay": {
"name": "Start Time Delay",
"unit": "MILLISECONDS",
"count": 7,
"mean": 3.5714285714285716,
"min": 0,
"max": 25,
"50th_percentile": 0,
"90th_percentile": 0,
"95th_percentile": 25,
"99th_percentile": 25
},
"result_code": {
"name": "Result Code",
"unit": "Result Code",
"count": 50,
"all_values": {
"0": 42,
"1": 8
}
}
}
]
}