Update JSON reporter example

This commit is contained in:
Tomás Senart
2013-10-05 22:14:25 +02:00
parent 25dd8aceca
commit c932c651d2

View File

@@ -135,19 +135,30 @@ Get http://localhost:6060: http: can't write HTTP request on broken connection
##### json ##### json
```json ```json
{ {
"total_requests": 50, "latencies": {
"total_timing": 34779791, "total": 10912384376645,
"mean_timing": 695595, "max": 12604629125,
"total_bytes_in": 272850, "mean": 9093653647,
"mean_bytes_in": 5457, "mean_95": 12553709381,
"total_bytes_out": 0, "mean_99": 12604629125
"mean_bytes_out": 0,
"total_success": 50,
"mean_success": 1,
"status_codes": {
"200": 50
}, },
"errors": [] "bytes_in": {
"total": 782040,
"mean": 651.7
},
"bytes_out": {
"total": 0,
"mean": 0
},
"requests": 1200,
"success": 0.11666666666666667,
"status_codes": {
"0": 1060,
"200": 140
},
"errors": [
"Get http://localhost:6060: dial tcp 127.0.0.1:6060: operation timed out"
]
} }
``` ```
##### plot ##### plot