-
Notifications
You must be signed in to change notification settings - Fork 3
/
load-run.json
76 lines (76 loc) · 1.62 KB
/
load-run.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"aggregate": {
"counters": {
"vusers.created_by_name.example_dot_com": 1,
"vusers.created": 1,
"http.requests": 1,
"http.codes.200": 1,
"http.responses": 1,
"vusers.failed": 0,
"vusers.completed": 1
},
"rates": {
"http.request_rate": 1
},
"firstCounterAt": 1658883129753,
"firstHistogramAt": 1658883129979,
"lastCounterAt": 1658883129994,
"lastHistogramAt": 1658883129994,
"firstMetricAt": 1658883129753,
"lastMetricAt": 1658883129994,
"period": 1658883120000,
"summaries": {
"http.response_time": {
"min": 31,
"max": 31,
"count": 1,
"p50": 30.9,
"median": 30.9,
"p75": 30.9,
"p90": 30.9,
"p95": 30.9,
"p99": 30.9,
"p999": 30.9
},
"vusers.session_length": {
"min": 240.6,
"max": 240.6,
"count": 1,
"p50": 242.3,
"median": 242.3,
"p75": 242.3,
"p90": 242.3,
"p95": 242.3,
"p99": 242.3,
"p999": 242.3
}
},
"histograms": {
"http.response_time": {
"min": 31,
"max": 31,
"count": 1,
"p50": 30.9,
"median": 30.9,
"p75": 30.9,
"p90": 30.9,
"p95": 30.9,
"p99": 30.9,
"p999": 30.9
},
"vusers.session_length": {
"min": 240.6,
"max": 240.6,
"count": 1,
"p50": 242.3,
"median": 242.3,
"p75": 242.3,
"p90": 242.3,
"p95": 242.3,
"p99": 242.3,
"p999": 242.3
}
}
},
"intermediate": []
}