-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponse-k6.body.json
More file actions
143 lines (143 loc) · 4.63 KB
/
response-k6.body.json
File metadata and controls
143 lines (143 loc) · 4.63 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"stdout": {
"type": "text",
"value": "\n\n █ TOTAL RESULTS \n\n HTTP\n http_req_duration.......................................................: avg=4.34ms min=1.94ms med=2.96ms max=60.2ms p(90)=8.26ms p(95)=11.38ms\n { expected_response:true }............................................: avg=4.34ms min=1.94ms med=2.96ms max=60.2ms p(90)=8.26ms p(95)=11.38ms\n http_req_failed.........................................................: 0.00% 0 out of 1597\n http_reqs...............................................................: 1597 531.652693/s\n\n EXECUTION\n dropped_iterations......................................................: 7 2.33035/s\n iteration_duration......................................................: avg=4.45ms min=1.98ms med=3.02ms max=81.15ms p(90)=8.32ms p(95)=11.45ms\n iterations..............................................................: 1597 531.652693/s\n vus.....................................................................: 5 min=1 max=14\n vus_max.................................................................: 17 min=10 max=17\n\n NETWORK\n data_received...........................................................: 589 kB 196 kB/s\n data_sent...............................................................: 67 kB 22 kB/s\n\n\n\n"
},
"summaryExportField": {
"type": "json",
"value": {
"root_group": {
"id": "d41d8cd98f00b204e9800998ecf8427e",
"groups": {},
"checks": {},
"name": "",
"path": ""
},
"metrics": {
"vus": {
"min": 1,
"max": 14,
"value": 5
},
"dropped_iterations": {
"count": 7,
"rate": 2.330349939332319
},
"http_req_blocked": {
"p(90)": 0.000472,
"p(95)": 0.0005,
"avg": 0.041455587977457846,
"min": 0.000203,
"med": 0.00041,
"max": 20.368975
},
"vus_max": {
"value": 17,
"min": 10,
"max": 17
},
"http_req_duration": {
"avg": 4.341313291797114,
"min": 1.940956,
"med": 2.969171,
"max": 60.208649,
"p(90)": 8.26807,
"p(95)": 11.3877108
},
"http_req_failed": {
"passes": 0,
"fails": 1597,
"value": 0
},
"iterations": {
"count": 1597,
"rate": 531.6526933019591
},
"http_req_sending": {
"avg": 0.05215438509705696,
"min": 0.014974,
"med": 0.047938,
"max": 1.050232,
"p(90)": 0.06739679999999999,
"p(95)": 0.08880159999999998
},
"http_reqs": {
"count": 1597,
"rate": 531.6526933019591
},
"http_req_receiving": {
"avg": 0.07503231934877916,
"min": 0.013054,
"med": 0.039884,
"max": 8.037171,
"p(90)": 0.15832840000000004,
"p(95)": 0.24568379999999995
},
"iteration_duration": {
"med": 3.029581,
"max": 81.150764,
"p(90)": 8.323427200000001,
"p(95)": 11.458781799999992,
"avg": 4.450864093299936,
"min": 1.987673
},
"http_req_duration{expected_response:true}": {
"avg": 4.341313291797114,
"min": 1.940956,
"med": 2.969171,
"max": 60.208649,
"p(90)": 8.26807,
"p(95)": 11.3877108
},
"data_sent": {
"count": 66587,
"rate": 22167.287344331588
},
"http_req_tls_handshaking": {
"avg": 0.022295370068879147,
"min": 0,
"med": 0,
"max": 4.618761,
"p(90)": 0,
"p(95)": 0
},
"http_req_connecting": {
"p(90)": 0,
"p(95)": 0,
"avg": 0.0063608716343143395,
"min": 0,
"med": 0,
"max": 1.031395
},
"http_req_waiting": {
"avg": 4.21412658735128,
"min": 1.854199,
"med": 2.851453,
"max": 59.063976,
"p(90)": 8.021120200000004,
"p(95)": 11.261070799999999
},
"data_received": {
"rate": 196198.15372080336,
"count": 589348
}
}
}
},
"stderr": "",
"exitCode": 0,
"request": {
"tool": "k6",
"labels": {
"test": "k6",
"type": "ping-3-seconds"
},
"args": [
"run"
],
"env": {
"TARGET_URL": "https://lambdadispatch.ghpublic.pwrdrvr.com/ping"
},
"testProfile": {}
}
}