1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "name": "All Requests",
- "numberOfRequests": {
- "total": 2,
- "ok": 0,
- "ko": 2
- },
- "minResponseTime": {
- "total": 0,
- "ok": 0,
- "ko": 0
- },
- "maxResponseTime": {
- "total": 527,
- "ok": 0,
- "ko": 527
- },
- "meanResponseTime": {
- "total": 264,
- "ok": 0,
- "ko": 264
- },
- "standardDeviation": {
- "total": 264,
- "ok": 0,
- "ko": 264
- },
- "percentiles1": {
- "total": 264,
- "ok": 0,
- "ko": 264
- },
- "percentiles2": {
- "total": 395,
- "ok": 0,
- "ko": 395
- },
- "percentiles3": {
- "total": 501,
- "ok": 0,
- "ko": 501
- },
- "percentiles4": {
- "total": 522,
- "ok": 0,
- "ko": 522
- },
- "group1": {
- "name": "t < 800 ms",
- "htmlName": "t < 800 ms",
- "count": 0,
- "percentage": 0
- },
- "group2": {
- "name": "800 ms <= t < 1200 ms",
- "htmlName": "t >= 800 ms <br> t < 1200 ms",
- "count": 0,
- "percentage": 0
- },
- "group3": {
- "name": "t >= 1200 ms",
- "htmlName": "t >= 1200 ms",
- "count": 0,
- "percentage": 0
- },
- "group4": {
- "name": "failed",
- "htmlName": "failed",
- "count": 2,
- "percentage": 100
- },
- "meanNumberOfRequestsPerSecond": {
- "total": 0.6666666666666666,
- "ok": 0,
- "ko": 0.6666666666666666
- }
- }
|