3709 lines
80 KiB
HTML
3709 lines
80 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Artillery report</title>
|
|
<script src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.0/d3.min.js' charset='utf-8'></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/metrics-graphics/2.6.0/metricsgraphics.min.css" />
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/metrics-graphics/2.6.0/metricsgraphics.min.js"></script>
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
|
|
<link href='https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
|
|
<link href='https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css' rel='stylesheet' type='text/css'>
|
|
<link href='https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css' rel='stylesheet' type='text/css'>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.6/moment.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js"></script>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.0/ace.js" charset="utf-8"></script>
|
|
|
|
<style>
|
|
body, p, li {
|
|
font-family: sans-serif;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 18pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#errorsContainer > p {
|
|
color: #009900;
|
|
}
|
|
|
|
#footer {
|
|
padding: 1em;
|
|
font-size: 0.8em;
|
|
color: #999;
|
|
text-align: center;
|
|
margin-top: 1em;
|
|
background-color: #eee;
|
|
}
|
|
#editor {
|
|
font-size: 8pt;
|
|
height: 20em;
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
window.Report = {
|
|
"aggregate": {
|
|
"timestamp": "2021-02-10T10:59:42.622Z",
|
|
"scenariosCreated": 33405,
|
|
"scenariosCompleted": 22093,
|
|
"requestsCompleted": 44193,
|
|
"latency": {
|
|
"min": 60.7,
|
|
"max": 26108.6,
|
|
"median": 2721.2,
|
|
"p95": 10023.7,
|
|
"p99": 18873.7
|
|
},
|
|
"rps": {
|
|
"count": 55505,
|
|
"mean": 69.51
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1276.8,
|
|
"max": 34967.7,
|
|
"median": 5564.3,
|
|
"p95": 19187.5,
|
|
"p99": 21928.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 33405
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 11242,
|
|
"ECONNRESET": 70
|
|
},
|
|
"codes": {
|
|
"200": 40160,
|
|
"500": 4033
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"scenariosAvoided": 0,
|
|
"phases": [
|
|
{
|
|
"duration": 60,
|
|
"arrivalRate": 3,
|
|
"name": "Warm up"
|
|
},
|
|
{
|
|
"duration": 120,
|
|
"arrivalRate": 3,
|
|
"rampTo": 50,
|
|
"name": "Ramp up load"
|
|
},
|
|
{
|
|
"duration": 600,
|
|
"arrivalRate": 50,
|
|
"name": "Sustained load"
|
|
}
|
|
]
|
|
},
|
|
"intermediate": [
|
|
{
|
|
"timestamp": "2021-02-10T10:46:33.823Z",
|
|
"scenariosCreated": 29,
|
|
"scenariosCompleted": 25,
|
|
"requestsCompleted": 54,
|
|
"latency": {
|
|
"min": 155.3,
|
|
"max": 697.2,
|
|
"median": 216.8,
|
|
"p95": 296.7,
|
|
"p99": 693.3
|
|
},
|
|
"rps": {
|
|
"count": 55,
|
|
"mean": 5.72
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1373.4,
|
|
"max": 1935.7,
|
|
"median": 1402.6,
|
|
"p95": 1825,
|
|
"p99": 1935.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 29
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 54
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 4,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:46:43.819Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 30,
|
|
"requestsCompleted": 60,
|
|
"latency": {
|
|
"min": 156.6,
|
|
"max": 346.8,
|
|
"median": 214.1,
|
|
"p95": 291.2,
|
|
"p99": 344.2
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 6.12
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1377.8,
|
|
"max": 1596.4,
|
|
"median": 1391.5,
|
|
"p95": 1568.3,
|
|
"p99": 1596.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 4,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:46:53.817Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 30,
|
|
"requestsCompleted": 60,
|
|
"latency": {
|
|
"min": 154.7,
|
|
"max": 275,
|
|
"median": 214.5,
|
|
"p95": 268.4,
|
|
"p99": 274.9
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 6.01
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1372.6,
|
|
"max": 1465.1,
|
|
"median": 1387.2,
|
|
"p95": 1464.4,
|
|
"p99": 1465.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 4,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:47:03.820Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 30,
|
|
"requestsCompleted": 60,
|
|
"latency": {
|
|
"min": 154.3,
|
|
"max": 278.5,
|
|
"median": 202.4,
|
|
"p95": 269.9,
|
|
"p99": 278.2
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 6.01
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1374.6,
|
|
"max": 1474.6,
|
|
"median": 1385.5,
|
|
"p95": 1469.2,
|
|
"p99": 1474.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 4,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:47:13.822Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 30,
|
|
"requestsCompleted": 60,
|
|
"latency": {
|
|
"min": 156,
|
|
"max": 319.5,
|
|
"median": 215.6,
|
|
"p95": 288.6,
|
|
"p99": 317.2
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 6.01
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1377.2,
|
|
"max": 1573.6,
|
|
"median": 1422.1,
|
|
"p95": 1570,
|
|
"p99": 1573.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 4,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:47:23.818Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 30,
|
|
"requestsCompleted": 60,
|
|
"latency": {
|
|
"min": 155.6,
|
|
"max": 275.6,
|
|
"median": 216.3,
|
|
"p95": 269.5,
|
|
"p99": 275.5
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 6.01
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1378.9,
|
|
"max": 1470.6,
|
|
"median": 1406.8,
|
|
"p95": 1457.6,
|
|
"p99": 1470.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 4,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:47:33.821Z",
|
|
"scenariosCreated": 46,
|
|
"scenariosCompleted": 39,
|
|
"requestsCompleted": 82,
|
|
"latency": {
|
|
"min": 153.8,
|
|
"max": 272.4,
|
|
"median": 213.7,
|
|
"p95": 233.3,
|
|
"p99": 271.1
|
|
},
|
|
"rps": {
|
|
"count": 85,
|
|
"mean": 8.51
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1373.6,
|
|
"max": 1465.2,
|
|
"median": 1387.7,
|
|
"p95": 1461.8,
|
|
"p99": 1465.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 46
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 82
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 11,
|
|
"pendingRequests": 4,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:47:43.821Z",
|
|
"scenariosCreated": 66,
|
|
"scenariosCompleted": 63,
|
|
"requestsCompleted": 132,
|
|
"latency": {
|
|
"min": 154.2,
|
|
"max": 309.2,
|
|
"median": 214.4,
|
|
"p95": 271.1,
|
|
"p99": 307.1
|
|
},
|
|
"rps": {
|
|
"count": 128,
|
|
"mean": 12.89
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1373,
|
|
"max": 1534.9,
|
|
"median": 1388.5,
|
|
"p95": 1471.9,
|
|
"p99": 1534.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 66
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 132
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 14,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:47:53.823Z",
|
|
"scenariosCreated": 132,
|
|
"scenariosCompleted": 129,
|
|
"requestsCompleted": 260,
|
|
"latency": {
|
|
"min": 153.5,
|
|
"max": 317.9,
|
|
"median": 213.1,
|
|
"p95": 268,
|
|
"p99": 274.8
|
|
},
|
|
"rps": {
|
|
"count": 261,
|
|
"mean": 26.13
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1371.6,
|
|
"max": 1508.2,
|
|
"median": 1386.4,
|
|
"p95": 1461.8,
|
|
"p99": 1506.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 132
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 260
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 17,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:48:03.824Z",
|
|
"scenariosCreated": 173,
|
|
"scenariosCompleted": 167,
|
|
"requestsCompleted": 337,
|
|
"latency": {
|
|
"min": 154.1,
|
|
"max": 419.1,
|
|
"median": 213.8,
|
|
"p95": 272.1,
|
|
"p99": 327
|
|
},
|
|
"rps": {
|
|
"count": 343,
|
|
"mean": 34.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1370.6,
|
|
"max": 1642.9,
|
|
"median": 1390,
|
|
"p95": 1470.8,
|
|
"p99": 1582.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 173
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 337
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 23,
|
|
"pendingRequests": 7,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:48:13.828Z",
|
|
"scenariosCreated": 213,
|
|
"scenariosCompleted": 208,
|
|
"requestsCompleted": 420,
|
|
"latency": {
|
|
"min": 153.4,
|
|
"max": 284.7,
|
|
"median": 210.9,
|
|
"p95": 263,
|
|
"p99": 275
|
|
},
|
|
"rps": {
|
|
"count": 419,
|
|
"mean": 42.07
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1370.5,
|
|
"max": 1476.6,
|
|
"median": 1385.5,
|
|
"p95": 1460.5,
|
|
"p99": 1473.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 213
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 420
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 28,
|
|
"pendingRequests": 6,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:48:23.830Z",
|
|
"scenariosCreated": 248,
|
|
"scenariosCompleted": 239,
|
|
"requestsCompleted": 485,
|
|
"latency": {
|
|
"min": 153.1,
|
|
"max": 278.3,
|
|
"median": 212.4,
|
|
"p95": 265.8,
|
|
"p99": 274.7
|
|
},
|
|
"rps": {
|
|
"count": 490,
|
|
"mean": 49
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1371,
|
|
"max": 1491.4,
|
|
"median": 1386.7,
|
|
"p95": 1460.9,
|
|
"p99": 1473.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 248
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 485
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 37,
|
|
"pendingRequests": 11,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:48:33.831Z",
|
|
"scenariosCreated": 267,
|
|
"scenariosCompleted": 262,
|
|
"requestsCompleted": 526,
|
|
"latency": {
|
|
"min": 152.7,
|
|
"max": 276.2,
|
|
"median": 210.6,
|
|
"p95": 267.7,
|
|
"p99": 274
|
|
},
|
|
"rps": {
|
|
"count": 528,
|
|
"mean": 52.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1370,
|
|
"max": 1490,
|
|
"median": 1386.3,
|
|
"p95": 1463,
|
|
"p99": 1471.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 267
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 526
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 42,
|
|
"pendingRequests": 13,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:48:43.830Z",
|
|
"scenariosCreated": 314,
|
|
"scenariosCompleted": 307,
|
|
"requestsCompleted": 624,
|
|
"latency": {
|
|
"min": 152.6,
|
|
"max": 342.7,
|
|
"median": 211.3,
|
|
"p95": 267.5,
|
|
"p99": 284.9
|
|
},
|
|
"rps": {
|
|
"count": 623,
|
|
"mean": 62.36
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1368.1,
|
|
"max": 1542.9,
|
|
"median": 1384.6,
|
|
"p95": 1459.6,
|
|
"p99": 1484
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 314
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 624
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 49,
|
|
"pendingRequests": 12,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:48:53.830Z",
|
|
"scenariosCreated": 373,
|
|
"scenariosCompleted": 369,
|
|
"requestsCompleted": 741,
|
|
"latency": {
|
|
"min": 152.6,
|
|
"max": 319.2,
|
|
"median": 210.5,
|
|
"p95": 263.4,
|
|
"p99": 274.7
|
|
},
|
|
"rps": {
|
|
"count": 743,
|
|
"mean": 74.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1366.6,
|
|
"max": 1529,
|
|
"median": 1384.3,
|
|
"p95": 1459.6,
|
|
"p99": 1498.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 373
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 741
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 14,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:49:03.832Z",
|
|
"scenariosCreated": 404,
|
|
"scenariosCompleted": 397,
|
|
"requestsCompleted": 799,
|
|
"latency": {
|
|
"min": 62.3,
|
|
"max": 314.5,
|
|
"median": 210.6,
|
|
"p95": 264.3,
|
|
"p99": 273.9
|
|
},
|
|
"rps": {
|
|
"count": 801,
|
|
"mean": 80.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1284.6,
|
|
"max": 1516.2,
|
|
"median": 1384.1,
|
|
"p95": 1460.6,
|
|
"p99": 1473.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 404
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 789,
|
|
"500": 10
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 60,
|
|
"pendingRequests": 16,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:49:13.831Z",
|
|
"scenariosCreated": 453,
|
|
"scenariosCompleted": 307,
|
|
"requestsCompleted": 614,
|
|
"latency": {
|
|
"min": 60.7,
|
|
"max": 3495.5,
|
|
"median": 212.2,
|
|
"p95": 2956.1,
|
|
"p99": 3282.9
|
|
},
|
|
"rps": {
|
|
"count": 778,
|
|
"mean": 77.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1276.8,
|
|
"max": 5630.1,
|
|
"median": 1392.1,
|
|
"p95": 3751,
|
|
"p99": 4719
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 453
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 570,
|
|
"500": 44
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 206,
|
|
"pendingRequests": 180,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:49:23.835Z",
|
|
"scenariosCreated": 489,
|
|
"scenariosCompleted": 236,
|
|
"requestsCompleted": 479,
|
|
"latency": {
|
|
"min": 90.2,
|
|
"max": 7542.3,
|
|
"median": 4161.6,
|
|
"p95": 5481.1,
|
|
"p99": 6327.5
|
|
},
|
|
"rps": {
|
|
"count": 735,
|
|
"mean": 73.5
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4084.8,
|
|
"max": 11083.8,
|
|
"median": 5914,
|
|
"p95": 9934.9,
|
|
"p99": 10819.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 489
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 406,
|
|
"500": 73
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 459,
|
|
"pendingRequests": 436,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:49:33.835Z",
|
|
"scenariosCreated": 498,
|
|
"scenariosCompleted": 252,
|
|
"requestsCompleted": 504,
|
|
"latency": {
|
|
"min": 152.4,
|
|
"max": 15990.4,
|
|
"median": 4207.9,
|
|
"p95": 7507.6,
|
|
"p99": 11958.3
|
|
},
|
|
"rps": {
|
|
"count": 749,
|
|
"mean": 74.97
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5239.5,
|
|
"max": 17315.9,
|
|
"median": 6124.5,
|
|
"p95": 12619.7,
|
|
"p99": 15027.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 498
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 13
|
|
},
|
|
"codes": {
|
|
"200": 444,
|
|
"500": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 692,
|
|
"pendingRequests": 681,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:49:43.833Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 287,
|
|
"requestsCompleted": 575,
|
|
"latency": {
|
|
"min": 152.8,
|
|
"max": 20042.5,
|
|
"median": 3980.3,
|
|
"p95": 7986.8,
|
|
"p99": 19056.1
|
|
},
|
|
"rps": {
|
|
"count": 783,
|
|
"mean": 78.38
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4792.6,
|
|
"max": 21208.8,
|
|
"median": 5712.8,
|
|
"p95": 14848,
|
|
"p99": 20858
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 221
|
|
},
|
|
"codes": {
|
|
"200": 514,
|
|
"500": 61
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 684,
|
|
"pendingRequests": 889,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:49:53.832Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 331,
|
|
"requestsCompleted": 664,
|
|
"latency": {
|
|
"min": 152.6,
|
|
"max": 20053.7,
|
|
"median": 3425.1,
|
|
"p95": 10383.7,
|
|
"p99": 19037.3
|
|
},
|
|
"rps": {
|
|
"count": 822,
|
|
"mean": 82.28
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4304.4,
|
|
"max": 25035.1,
|
|
"median": 5187.3,
|
|
"p95": 19647.8,
|
|
"p99": 24041.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 230,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 606,
|
|
"500": 58
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 622,
|
|
"pendingRequests": 1047,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:50:03.830Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 392,
|
|
"requestsCompleted": 778,
|
|
"latency": {
|
|
"min": 151.2,
|
|
"max": 19373.9,
|
|
"median": 2882.1,
|
|
"p95": 11157.9,
|
|
"p99": 18444.1
|
|
},
|
|
"rps": {
|
|
"count": 891,
|
|
"mean": 89.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3897.5,
|
|
"max": 22430,
|
|
"median": 4538.7,
|
|
"p95": 19562.5,
|
|
"p99": 22350.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 195
|
|
},
|
|
"codes": {
|
|
"200": 715,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 535,
|
|
"pendingRequests": 1160,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:50:13.840Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 415,
|
|
"requestsCompleted": 834,
|
|
"latency": {
|
|
"min": 82.8,
|
|
"max": 18796.7,
|
|
"median": 2695.3,
|
|
"p95": 10408.4,
|
|
"p99": 18334.6
|
|
},
|
|
"rps": {
|
|
"count": 913,
|
|
"mean": 91.21
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3700.4,
|
|
"max": 22008.2,
|
|
"median": 4277.4,
|
|
"p95": 19188,
|
|
"p99": 21886.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 154
|
|
},
|
|
"codes": {
|
|
"200": 777,
|
|
"500": 57
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 466,
|
|
"pendingRequests": 1239,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:50:23.831Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 234,
|
|
"requestsCompleted": 468,
|
|
"latency": {
|
|
"min": 93.5,
|
|
"max": 19782.2,
|
|
"median": 3534.3,
|
|
"p95": 6857.3,
|
|
"p99": 18836.4
|
|
},
|
|
"rps": {
|
|
"count": 749,
|
|
"mean": 75.05
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3816.7,
|
|
"max": 25450.7,
|
|
"median": 6187.2,
|
|
"p95": 19183.3,
|
|
"p99": 23143.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 129
|
|
},
|
|
"codes": {
|
|
"200": 405,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 603,
|
|
"pendingRequests": 1520,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:50:33.838Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 244,
|
|
"requestsCompleted": 479,
|
|
"latency": {
|
|
"min": 152.1,
|
|
"max": 20917.9,
|
|
"median": 4616.1,
|
|
"p95": 7698.1,
|
|
"p99": 12379.8
|
|
},
|
|
"rps": {
|
|
"count": 738,
|
|
"mean": 73.73
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5425.8,
|
|
"max": 19796.4,
|
|
"median": 6474.5,
|
|
"p95": 13547.9,
|
|
"p99": 14945.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 131
|
|
},
|
|
"codes": {
|
|
"200": 420,
|
|
"500": 59
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 728,
|
|
"pendingRequests": 1779,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:50:43.834Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 265,
|
|
"requestsCompleted": 538,
|
|
"latency": {
|
|
"min": 151.9,
|
|
"max": 20927.6,
|
|
"median": 4225.2,
|
|
"p95": 8942.6,
|
|
"p99": 19475.6
|
|
},
|
|
"rps": {
|
|
"count": 766,
|
|
"mean": 76.68
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5279.5,
|
|
"max": 25578.2,
|
|
"median": 6153.6,
|
|
"p95": 15726.3,
|
|
"p99": 22023.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 237,
|
|
"ECONNRESET": 2
|
|
},
|
|
"codes": {
|
|
"200": 476,
|
|
"500": 62
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 724,
|
|
"pendingRequests": 2007,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:50:53.834Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 303,
|
|
"requestsCompleted": 605,
|
|
"latency": {
|
|
"min": 152.3,
|
|
"max": 25977.5,
|
|
"median": 3657.1,
|
|
"p95": 12036.2,
|
|
"p99": 20223.1
|
|
},
|
|
"rps": {
|
|
"count": 801,
|
|
"mean": 80.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4416.6,
|
|
"max": 26948.8,
|
|
"median": 6209.7,
|
|
"p95": 20324.8,
|
|
"p99": 24431.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 243,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 539,
|
|
"500": 66
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 677,
|
|
"pendingRequests": 2203,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:51:03.833Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 357,
|
|
"requestsCompleted": 716,
|
|
"latency": {
|
|
"min": 151.8,
|
|
"max": 19948.2,
|
|
"median": 3100.9,
|
|
"p95": 11509.3,
|
|
"p99": 18923.2
|
|
},
|
|
"rps": {
|
|
"count": 852,
|
|
"mean": 85.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3892.9,
|
|
"max": 30602.8,
|
|
"median": 5093.8,
|
|
"p95": 19663.6,
|
|
"p99": 21099.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 214,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 653,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 603,
|
|
"pendingRequests": 2339,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:51:13.835Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 392,
|
|
"requestsCompleted": 782,
|
|
"latency": {
|
|
"min": 152.1,
|
|
"max": 18986.7,
|
|
"median": 2899.3,
|
|
"p95": 10476.8,
|
|
"p99": 18449.2
|
|
},
|
|
"rps": {
|
|
"count": 890,
|
|
"mean": 89
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3866.7,
|
|
"max": 22369.1,
|
|
"median": 4547.7,
|
|
"p95": 19538.5,
|
|
"p99": 19717.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 189
|
|
},
|
|
"codes": {
|
|
"200": 723,
|
|
"500": 59
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 522,
|
|
"pendingRequests": 2447,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:51:23.840Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 384,
|
|
"requestsCompleted": 759,
|
|
"latency": {
|
|
"min": 151.8,
|
|
"max": 19291.9,
|
|
"median": 2689.8,
|
|
"p95": 10839.1,
|
|
"p99": 18366.2
|
|
},
|
|
"rps": {
|
|
"count": 889,
|
|
"mean": 88.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3728,
|
|
"max": 22725.6,
|
|
"median": 4255.4,
|
|
"p95": 19195.1,
|
|
"p99": 21075.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 146
|
|
},
|
|
"codes": {
|
|
"200": 698,
|
|
"500": 61
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 492,
|
|
"pendingRequests": 2577,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:51:33.834Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 230,
|
|
"requestsCompleted": 463,
|
|
"latency": {
|
|
"min": 152,
|
|
"max": 19925.4,
|
|
"median": 4599.9,
|
|
"p95": 5621.7,
|
|
"p99": 8054.1
|
|
},
|
|
"rps": {
|
|
"count": 735,
|
|
"mean": 73.57
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4798.1,
|
|
"max": 25328.9,
|
|
"median": 6165.9,
|
|
"p95": 14072.6,
|
|
"p99": 24153.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 137
|
|
},
|
|
"codes": {
|
|
"200": 395,
|
|
"500": 68
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 625,
|
|
"pendingRequests": 2849,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:51:43.834Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 247,
|
|
"requestsCompleted": 496,
|
|
"latency": {
|
|
"min": 152.4,
|
|
"max": 20892.8,
|
|
"median": 4593.1,
|
|
"p95": 7131,
|
|
"p99": 12180.8
|
|
},
|
|
"rps": {
|
|
"count": 748,
|
|
"mean": 74.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5664,
|
|
"max": 22076.1,
|
|
"median": 6387.9,
|
|
"p95": 12525.5,
|
|
"p99": 14268.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 166
|
|
},
|
|
"codes": {
|
|
"200": 440,
|
|
"500": 56
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 712,
|
|
"pendingRequests": 3101,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:51:53.833Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 268,
|
|
"requestsCompleted": 546,
|
|
"latency": {
|
|
"min": 152.1,
|
|
"max": 21469.9,
|
|
"median": 4079.4,
|
|
"p95": 9426.3,
|
|
"p99": 20415.9
|
|
},
|
|
"rps": {
|
|
"count": 772,
|
|
"mean": 77.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4913.6,
|
|
"max": 22101.4,
|
|
"median": 5780.7,
|
|
"p95": 13587.5,
|
|
"p99": 21403.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 243
|
|
},
|
|
"codes": {
|
|
"200": 482,
|
|
"500": 64
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 701,
|
|
"pendingRequests": 3327,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:52:03.836Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 316,
|
|
"requestsCompleted": 626,
|
|
"latency": {
|
|
"min": 152,
|
|
"max": 23431.3,
|
|
"median": 3651.9,
|
|
"p95": 9781.9,
|
|
"p99": 20032.6
|
|
},
|
|
"rps": {
|
|
"count": 802,
|
|
"mean": 80.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4749.9,
|
|
"max": 28437.6,
|
|
"median": 5870.2,
|
|
"p95": 20987.4,
|
|
"p99": 24761.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 232,
|
|
"ECONNRESET": 4
|
|
},
|
|
"codes": {
|
|
"200": 568,
|
|
"500": 58
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 649,
|
|
"pendingRequests": 3503,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:52:13.836Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 367,
|
|
"requestsCompleted": 741,
|
|
"latency": {
|
|
"min": 151.7,
|
|
"max": 19400.5,
|
|
"median": 3062.6,
|
|
"p95": 12134.5,
|
|
"p99": 18558.4
|
|
},
|
|
"rps": {
|
|
"count": 874,
|
|
"mean": 87.49
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3909.6,
|
|
"max": 25062.7,
|
|
"median": 4751,
|
|
"p95": 19594.5,
|
|
"p99": 22496.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 205
|
|
},
|
|
"codes": {
|
|
"200": 679,
|
|
"500": 62
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 577,
|
|
"pendingRequests": 3636,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:52:23.834Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 395,
|
|
"requestsCompleted": 796,
|
|
"latency": {
|
|
"min": 151.8,
|
|
"max": 18998.2,
|
|
"median": 2776.6,
|
|
"p95": 10435.9,
|
|
"p99": 18387.9
|
|
},
|
|
"rps": {
|
|
"count": 899,
|
|
"mean": 89.99
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3865.5,
|
|
"max": 22369.5,
|
|
"median": 4311.2,
|
|
"p95": 19528.3,
|
|
"p99": 22012.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 173
|
|
},
|
|
"codes": {
|
|
"200": 733,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 509,
|
|
"pendingRequests": 3739,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:52:33.834Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 330,
|
|
"requestsCompleted": 648,
|
|
"latency": {
|
|
"min": 151.7,
|
|
"max": 19827.2,
|
|
"median": 2697.1,
|
|
"p95": 10452,
|
|
"p99": 18463.7
|
|
},
|
|
"rps": {
|
|
"count": 835,
|
|
"mean": 83.58
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3711.9,
|
|
"max": 23445.9,
|
|
"median": 4699.1,
|
|
"p95": 19187.6,
|
|
"p99": 22273.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 140
|
|
},
|
|
"codes": {
|
|
"200": 578,
|
|
"500": 70
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 539,
|
|
"pendingRequests": 3926,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:52:43.832Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 228,
|
|
"requestsCompleted": 459,
|
|
"latency": {
|
|
"min": 151.8,
|
|
"max": 9090.2,
|
|
"median": 4636.7,
|
|
"p95": 6930.6,
|
|
"p99": 8055.2
|
|
},
|
|
"rps": {
|
|
"count": 728,
|
|
"mean": 72.87
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5716.8,
|
|
"max": 25796.2,
|
|
"median": 6217.4,
|
|
"p95": 12460.6,
|
|
"p99": 19396.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 129
|
|
},
|
|
"codes": {
|
|
"200": 392,
|
|
"500": 67
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 682,
|
|
"pendingRequests": 4195,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:52:53.835Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 257,
|
|
"requestsCompleted": 517,
|
|
"latency": {
|
|
"min": 151.9,
|
|
"max": 20413.8,
|
|
"median": 4208.4,
|
|
"p95": 7942.7,
|
|
"p99": 19373
|
|
},
|
|
"rps": {
|
|
"count": 757,
|
|
"mean": 75.7
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5219.4,
|
|
"max": 21580,
|
|
"median": 6143,
|
|
"p95": 13996.1,
|
|
"p99": 20677.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 202,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 450,
|
|
"500": 67
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 722,
|
|
"pendingRequests": 4435,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:53:03.838Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 288,
|
|
"requestsCompleted": 574,
|
|
"latency": {
|
|
"min": 151.8,
|
|
"max": 23934.2,
|
|
"median": 3759,
|
|
"p95": 11064,
|
|
"p99": 19538.7
|
|
},
|
|
"rps": {
|
|
"count": 784,
|
|
"mean": 78.4
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4766.3,
|
|
"max": 25153.2,
|
|
"median": 5769.7,
|
|
"p95": 14737.4,
|
|
"p99": 23760.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 243,
|
|
"ECONNRESET": 5
|
|
},
|
|
"codes": {
|
|
"200": 513,
|
|
"500": 61
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 686,
|
|
"pendingRequests": 4645,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:53:13.834Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 333,
|
|
"requestsCompleted": 674,
|
|
"latency": {
|
|
"min": 152.2,
|
|
"max": 21434.6,
|
|
"median": 3156.3,
|
|
"p95": 10532.1,
|
|
"p99": 18916.6
|
|
},
|
|
"rps": {
|
|
"count": 835,
|
|
"mean": 83.58
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4229.7,
|
|
"max": 26058.8,
|
|
"median": 5210.3,
|
|
"p95": 19721.2,
|
|
"p99": 24053.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 230,
|
|
"ECONNRESET": 2
|
|
},
|
|
"codes": {
|
|
"200": 603,
|
|
"500": 71
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 621,
|
|
"pendingRequests": 4806,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:53:23.834Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 383,
|
|
"requestsCompleted": 769,
|
|
"latency": {
|
|
"min": 151.9,
|
|
"max": 19015.2,
|
|
"median": 2952.6,
|
|
"p95": 10387.7,
|
|
"p99": 18440.7
|
|
},
|
|
"rps": {
|
|
"count": 884,
|
|
"mean": 88.49
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3898.7,
|
|
"max": 23936.5,
|
|
"median": 4554.2,
|
|
"p95": 19565.3,
|
|
"p99": 22268.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 197
|
|
},
|
|
"codes": {
|
|
"200": 707,
|
|
"500": 62
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 541,
|
|
"pendingRequests": 4921,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:53:33.834Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 407,
|
|
"requestsCompleted": 814,
|
|
"latency": {
|
|
"min": 151.6,
|
|
"max": 18801.6,
|
|
"median": 2717.7,
|
|
"p95": 9979,
|
|
"p99": 18352.7
|
|
},
|
|
"rps": {
|
|
"count": 908,
|
|
"mean": 90.89
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3768.8,
|
|
"max": 22290.9,
|
|
"median": 4295.6,
|
|
"p95": 19049.9,
|
|
"p99": 20826.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 162
|
|
},
|
|
"codes": {
|
|
"200": 753,
|
|
"500": 61
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 472,
|
|
"pendingRequests": 5015,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:53:43.833Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 264,
|
|
"requestsCompleted": 523,
|
|
"latency": {
|
|
"min": 152.5,
|
|
"max": 19477.4,
|
|
"median": 3280.9,
|
|
"p95": 7866.6,
|
|
"p99": 18841.2
|
|
},
|
|
"rps": {
|
|
"count": 774,
|
|
"mean": 77.48
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3785.8,
|
|
"max": 24342.9,
|
|
"median": 5740.9,
|
|
"p95": 19228,
|
|
"p99": 22980.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 126
|
|
},
|
|
"codes": {
|
|
"200": 461,
|
|
"500": 62
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 582,
|
|
"pendingRequests": 5266,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:53:53.834Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 233,
|
|
"requestsCompleted": 466,
|
|
"latency": {
|
|
"min": 152.3,
|
|
"max": 16531.1,
|
|
"median": 4632.8,
|
|
"p95": 7655,
|
|
"p99": 12145.9
|
|
},
|
|
"rps": {
|
|
"count": 730,
|
|
"mean": 73
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5455.4,
|
|
"max": 23373.4,
|
|
"median": 6815.7,
|
|
"p95": 13427.4,
|
|
"p99": 16466.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 131
|
|
},
|
|
"codes": {
|
|
"200": 400,
|
|
"500": 66
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 718,
|
|
"pendingRequests": 5530,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:54:03.836Z",
|
|
"scenariosCreated": 501,
|
|
"scenariosCompleted": 267,
|
|
"requestsCompleted": 534,
|
|
"latency": {
|
|
"min": 152.5,
|
|
"max": 21549.1,
|
|
"median": 4127.7,
|
|
"p95": 8061.2,
|
|
"p99": 13768.4
|
|
},
|
|
"rps": {
|
|
"count": 764,
|
|
"mean": 76.4
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4896,
|
|
"max": 20733.9,
|
|
"median": 6492.1,
|
|
"p95": 13476.4,
|
|
"p99": 19557.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 501
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 226,
|
|
"ECONNRESET": 4
|
|
},
|
|
"codes": {
|
|
"200": 468,
|
|
"500": 66
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 722,
|
|
"pendingRequests": 5760,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:54:13.841Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 292,
|
|
"requestsCompleted": 582,
|
|
"latency": {
|
|
"min": 152.5,
|
|
"max": 21428.1,
|
|
"median": 3711.5,
|
|
"p95": 10779.4,
|
|
"p99": 19456
|
|
},
|
|
"rps": {
|
|
"count": 790,
|
|
"mean": 79
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4750.1,
|
|
"max": 22716.4,
|
|
"median": 5963.1,
|
|
"p95": 19052.9,
|
|
"p99": 21568.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 243,
|
|
"ECONNRESET": 2
|
|
},
|
|
"codes": {
|
|
"200": 514,
|
|
"500": 68
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 685,
|
|
"pendingRequests": 5968,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:54:23.849Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 354,
|
|
"requestsCompleted": 712,
|
|
"latency": {
|
|
"min": 152.5,
|
|
"max": 19060.7,
|
|
"median": 3127.5,
|
|
"p95": 10742.9,
|
|
"p99": 18592.5
|
|
},
|
|
"rps": {
|
|
"count": 844,
|
|
"mean": 84.32
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3947.8,
|
|
"max": 24346.4,
|
|
"median": 5146.9,
|
|
"p95": 19561.6,
|
|
"p99": 22946.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 221,
|
|
"ECONNRESET": 2
|
|
},
|
|
"codes": {
|
|
"200": 649,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 608,
|
|
"pendingRequests": 6100,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:54:33.835Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 390,
|
|
"requestsCompleted": 778,
|
|
"latency": {
|
|
"min": 152.3,
|
|
"max": 20926.5,
|
|
"median": 2781,
|
|
"p95": 10368,
|
|
"p99": 18425.4
|
|
},
|
|
"rps": {
|
|
"count": 894,
|
|
"mean": 89.49
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3853.4,
|
|
"max": 23046,
|
|
"median": 4389.7,
|
|
"p95": 19568.2,
|
|
"p99": 22072
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 185
|
|
},
|
|
"codes": {
|
|
"200": 712,
|
|
"500": 66
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 533,
|
|
"pendingRequests": 6216,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:54:43.835Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 383,
|
|
"requestsCompleted": 762,
|
|
"latency": {
|
|
"min": 152.1,
|
|
"max": 18960.9,
|
|
"median": 2726,
|
|
"p95": 10071.1,
|
|
"p99": 18331
|
|
},
|
|
"rps": {
|
|
"count": 887,
|
|
"mean": 88.7
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3700.8,
|
|
"max": 22978.7,
|
|
"median": 4305.9,
|
|
"p95": 19109.2,
|
|
"p99": 22006.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 156
|
|
},
|
|
"codes": {
|
|
"200": 700,
|
|
"500": 62
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 494,
|
|
"pendingRequests": 6341,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:54:53.838Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 238,
|
|
"requestsCompleted": 473,
|
|
"latency": {
|
|
"min": 152.6,
|
|
"max": 19414.7,
|
|
"median": 4378.2,
|
|
"p95": 6524,
|
|
"p99": 11478.6
|
|
},
|
|
"rps": {
|
|
"count": 742,
|
|
"mean": 74.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4626.9,
|
|
"max": 25269.5,
|
|
"median": 6079.5,
|
|
"p95": 12799.4,
|
|
"p99": 20482.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 132
|
|
},
|
|
"codes": {
|
|
"200": 410,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 624,
|
|
"pendingRequests": 6610,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:55:03.840Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 241,
|
|
"requestsCompleted": 491,
|
|
"latency": {
|
|
"min": 152.7,
|
|
"max": 21476.8,
|
|
"median": 4618,
|
|
"p95": 7711.7,
|
|
"p99": 13870
|
|
},
|
|
"rps": {
|
|
"count": 748,
|
|
"mean": 74.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5411.7,
|
|
"max": 22070.9,
|
|
"median": 6401.8,
|
|
"p95": 13239.2,
|
|
"p99": 17437.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 154
|
|
},
|
|
"codes": {
|
|
"200": 431,
|
|
"500": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 729,
|
|
"pendingRequests": 6867,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:55:13.835Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 267,
|
|
"requestsCompleted": 528,
|
|
"latency": {
|
|
"min": 152,
|
|
"max": 20476.6,
|
|
"median": 4160.4,
|
|
"p95": 8645.9,
|
|
"p99": 19560.4
|
|
},
|
|
"rps": {
|
|
"count": 756,
|
|
"mean": 75.68
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5173.5,
|
|
"max": 26614.7,
|
|
"median": 6282.9,
|
|
"p95": 14807,
|
|
"p99": 21652.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 236,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 468,
|
|
"500": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 725,
|
|
"pendingRequests": 7095,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:55:23.834Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 304,
|
|
"requestsCompleted": 616,
|
|
"latency": {
|
|
"min": 152.3,
|
|
"max": 20090.9,
|
|
"median": 3642.9,
|
|
"p95": 11078.1,
|
|
"p99": 19607.2
|
|
},
|
|
"rps": {
|
|
"count": 805,
|
|
"mean": 80.58
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4751,
|
|
"max": 28430.2,
|
|
"median": 5866.2,
|
|
"p95": 20079.2,
|
|
"p99": 24457.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 234,
|
|
"ECONNRESET": 12
|
|
},
|
|
"codes": {
|
|
"200": 549,
|
|
"500": 67
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 675,
|
|
"pendingRequests": 7284,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:55:33.846Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 362,
|
|
"requestsCompleted": 730,
|
|
"latency": {
|
|
"min": 152.4,
|
|
"max": 18884.2,
|
|
"median": 3076.8,
|
|
"p95": 10506.6,
|
|
"p99": 18503.6
|
|
},
|
|
"rps": {
|
|
"count": 859,
|
|
"mean": 85.81
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3941.8,
|
|
"max": 27036,
|
|
"median": 4815.7,
|
|
"p95": 19664.1,
|
|
"p99": 22907.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 218,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 665,
|
|
"500": 65
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 594,
|
|
"pendingRequests": 7413,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:55:43.846Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 400,
|
|
"requestsCompleted": 790,
|
|
"latency": {
|
|
"min": 152.2,
|
|
"max": 18962.8,
|
|
"median": 2757.4,
|
|
"p95": 10361,
|
|
"p99": 18387.9
|
|
},
|
|
"rps": {
|
|
"count": 893,
|
|
"mean": 89.39
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3853.8,
|
|
"max": 26000.6,
|
|
"median": 4336,
|
|
"p95": 19504,
|
|
"p99": 21894.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 180,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 726,
|
|
"500": 64
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 513,
|
|
"pendingRequests": 7516,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:55:53.845Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 351,
|
|
"requestsCompleted": 685,
|
|
"latency": {
|
|
"min": 152.2,
|
|
"max": 18977.7,
|
|
"median": 2763.4,
|
|
"p95": 10309.3,
|
|
"p99": 18435.1
|
|
},
|
|
"rps": {
|
|
"count": 853,
|
|
"mean": 85.39
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3698.3,
|
|
"max": 20170,
|
|
"median": 4876.8,
|
|
"p95": 19497.5,
|
|
"p99": 19681.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 133
|
|
},
|
|
"codes": {
|
|
"200": 618,
|
|
"500": 67
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 529,
|
|
"pendingRequests": 7684,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:56:03.848Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 231,
|
|
"requestsCompleted": 474,
|
|
"latency": {
|
|
"min": 152.6,
|
|
"max": 11934.2,
|
|
"median": 4526.9,
|
|
"p95": 6873.1,
|
|
"p99": 11565.9
|
|
},
|
|
"rps": {
|
|
"count": 741,
|
|
"mean": 74.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5245.1,
|
|
"max": 23932.4,
|
|
"median": 6044.4,
|
|
"p95": 12609.1,
|
|
"p99": 19850.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 133
|
|
},
|
|
"codes": {
|
|
"200": 404,
|
|
"500": 70
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 665,
|
|
"pendingRequests": 7951,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:56:13.843Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 254,
|
|
"requestsCompleted": 499,
|
|
"latency": {
|
|
"min": 152.3,
|
|
"max": 19560.9,
|
|
"median": 4352.7,
|
|
"p95": 7551.7,
|
|
"p99": 11083.2
|
|
},
|
|
"rps": {
|
|
"count": 745,
|
|
"mean": 74.57
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5287.7,
|
|
"max": 19455.9,
|
|
"median": 6312.5,
|
|
"p95": 13194.7,
|
|
"p99": 14068.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 196
|
|
},
|
|
"codes": {
|
|
"200": 441,
|
|
"500": 58
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 715,
|
|
"pendingRequests": 8197,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:56:23.843Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 273,
|
|
"requestsCompleted": 558,
|
|
"latency": {
|
|
"min": 152.3,
|
|
"max": 21551.4,
|
|
"median": 4098.8,
|
|
"p95": 8958.7,
|
|
"p99": 19936.9
|
|
},
|
|
"rps": {
|
|
"count": 775,
|
|
"mean": 77.5
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4954.8,
|
|
"max": 25588,
|
|
"median": 6278.4,
|
|
"p95": 14928.5,
|
|
"p99": 22481.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 239,
|
|
"ECONNRESET": 4
|
|
},
|
|
"codes": {
|
|
"200": 497,
|
|
"500": 61
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 699,
|
|
"pendingRequests": 8414,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:56:33.841Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 320,
|
|
"requestsCompleted": 638,
|
|
"latency": {
|
|
"min": 151.5,
|
|
"max": 20966.1,
|
|
"median": 3540.7,
|
|
"p95": 9894,
|
|
"p99": 19071.6
|
|
},
|
|
"rps": {
|
|
"count": 818,
|
|
"mean": 81.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4396.4,
|
|
"max": 34967.7,
|
|
"median": 5755.2,
|
|
"p95": 20156.7,
|
|
"p99": 24916.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 229,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 579,
|
|
"500": 59
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 647,
|
|
"pendingRequests": 8594,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:56:43.848Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 380,
|
|
"requestsCompleted": 759,
|
|
"latency": {
|
|
"min": 151.7,
|
|
"max": 19359.3,
|
|
"median": 3004.6,
|
|
"p95": 10462.6,
|
|
"p99": 18501.4
|
|
},
|
|
"rps": {
|
|
"count": 877,
|
|
"mean": 87.7
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3894.5,
|
|
"max": 22929.5,
|
|
"median": 4674.7,
|
|
"p95": 19585.7,
|
|
"p99": 21703.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 210,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 700,
|
|
"500": 59
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 556,
|
|
"pendingRequests": 8712,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:56:53.843Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 402,
|
|
"requestsCompleted": 807,
|
|
"latency": {
|
|
"min": 151.6,
|
|
"max": 18495.5,
|
|
"median": 2726.4,
|
|
"p95": 17832.8,
|
|
"p99": 18387.7
|
|
},
|
|
"rps": {
|
|
"count": 900,
|
|
"mean": 90.09
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3738.5,
|
|
"max": 22054,
|
|
"median": 4269.3,
|
|
"p95": 19500.7,
|
|
"p99": 20716.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 164
|
|
},
|
|
"codes": {
|
|
"200": 739,
|
|
"500": 68
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 490,
|
|
"pendingRequests": 8805,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:57:03.851Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 286,
|
|
"requestsCompleted": 566,
|
|
"latency": {
|
|
"min": 152.7,
|
|
"max": 20846.9,
|
|
"median": 3099.6,
|
|
"p95": 11884.9,
|
|
"p99": 19430.8
|
|
},
|
|
"rps": {
|
|
"count": 798,
|
|
"mean": 79.72
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3808.4,
|
|
"max": 22961.2,
|
|
"median": 5152.1,
|
|
"p95": 19596.8,
|
|
"p99": 22047.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 134
|
|
},
|
|
"codes": {
|
|
"200": 503,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 570,
|
|
"pendingRequests": 9037,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:57:13.843Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 234,
|
|
"requestsCompleted": 467,
|
|
"latency": {
|
|
"min": 152.4,
|
|
"max": 20376.7,
|
|
"median": 4726.1,
|
|
"p95": 8069.9,
|
|
"p99": 13028.6
|
|
},
|
|
"rps": {
|
|
"count": 733,
|
|
"mean": 73.45
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5763.8,
|
|
"max": 27070.1,
|
|
"median": 6851.9,
|
|
"p95": 14293.3,
|
|
"p99": 26058.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 136
|
|
},
|
|
"codes": {
|
|
"200": 407,
|
|
"500": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 700,
|
|
"pendingRequests": 9303,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:57:23.847Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 264,
|
|
"requestsCompleted": 533,
|
|
"latency": {
|
|
"min": 152.9,
|
|
"max": 20473.5,
|
|
"median": 4127.3,
|
|
"p95": 8421,
|
|
"p99": 19249.7
|
|
},
|
|
"rps": {
|
|
"count": 766,
|
|
"mean": 76.6
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4905.5,
|
|
"max": 21659.9,
|
|
"median": 6217.7,
|
|
"p95": 13122.8,
|
|
"p99": 20715.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 209,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 465,
|
|
"500": 68
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 724,
|
|
"pendingRequests": 9536,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:57:33.847Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 296,
|
|
"requestsCompleted": 592,
|
|
"latency": {
|
|
"min": 152.2,
|
|
"max": 21574.6,
|
|
"median": 3902.5,
|
|
"p95": 11014.1,
|
|
"p99": 19902.7
|
|
},
|
|
"rps": {
|
|
"count": 788,
|
|
"mean": 78.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4759.9,
|
|
"max": 27418.8,
|
|
"median": 6236.2,
|
|
"p95": 20021.1,
|
|
"p99": 23738
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 247,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 530,
|
|
"500": 62
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 678,
|
|
"pendingRequests": 9732,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:57:43.844Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 338,
|
|
"requestsCompleted": 676,
|
|
"latency": {
|
|
"min": 152.4,
|
|
"max": 26108.6,
|
|
"median": 3277.5,
|
|
"p95": 10544.5,
|
|
"p99": 19030.4
|
|
},
|
|
"rps": {
|
|
"count": 832,
|
|
"mean": 83.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4291.4,
|
|
"max": 27380.5,
|
|
"median": 5193.7,
|
|
"p95": 19703.3,
|
|
"p99": 22292.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 224,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 613,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 613,
|
|
"pendingRequests": 9888,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:57:53.846Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 384,
|
|
"requestsCompleted": 776,
|
|
"latency": {
|
|
"min": 152.2,
|
|
"max": 18820.9,
|
|
"median": 2783.1,
|
|
"p95": 10386.1,
|
|
"p99": 18398.3
|
|
},
|
|
"rps": {
|
|
"count": 895,
|
|
"mean": 89.5
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3762.2,
|
|
"max": 23028.4,
|
|
"median": 4559.9,
|
|
"p95": 19538.9,
|
|
"p99": 22380.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 196,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 707,
|
|
"500": 69
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 532,
|
|
"pendingRequests": 10007,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:58:03.843Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 394,
|
|
"requestsCompleted": 779,
|
|
"latency": {
|
|
"min": 152.8,
|
|
"max": 18913.6,
|
|
"median": 2703.1,
|
|
"p95": 10415.7,
|
|
"p99": 18420.1
|
|
},
|
|
"rps": {
|
|
"count": 894,
|
|
"mean": 89.49
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3789.4,
|
|
"max": 22021.7,
|
|
"median": 4256.7,
|
|
"p95": 19208.6,
|
|
"p99": 19596.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 151
|
|
},
|
|
"codes": {
|
|
"200": 712,
|
|
"500": 67
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 487,
|
|
"pendingRequests": 10122,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:58:13.840Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 252,
|
|
"requestsCompleted": 505,
|
|
"latency": {
|
|
"min": 152.5,
|
|
"max": 19506.7,
|
|
"median": 4073.9,
|
|
"p95": 6055.9,
|
|
"p99": 18873.9
|
|
},
|
|
"rps": {
|
|
"count": 757,
|
|
"mean": 75.78
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4347.6,
|
|
"max": 26414.5,
|
|
"median": 5763.8,
|
|
"p95": 20012.7,
|
|
"p99": 24985.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 123
|
|
},
|
|
"codes": {
|
|
"200": 440,
|
|
"500": 65
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 612,
|
|
"pendingRequests": 10374,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:58:23.842Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 236,
|
|
"requestsCompleted": 472,
|
|
"latency": {
|
|
"min": 152.4,
|
|
"max": 22204.3,
|
|
"median": 4610.6,
|
|
"p95": 7718.4,
|
|
"p99": 18534.1
|
|
},
|
|
"rps": {
|
|
"count": 733,
|
|
"mean": 73.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5447.4,
|
|
"max": 23372.6,
|
|
"median": 6267.8,
|
|
"p95": 12813.1,
|
|
"p99": 20854.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 154
|
|
},
|
|
"codes": {
|
|
"200": 416,
|
|
"500": 56
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 722,
|
|
"pendingRequests": 10635,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:58:33.842Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 257,
|
|
"requestsCompleted": 519,
|
|
"latency": {
|
|
"min": 152.2,
|
|
"max": 21928,
|
|
"median": 4237.9,
|
|
"p95": 8018.9,
|
|
"p99": 19182.9
|
|
},
|
|
"rps": {
|
|
"count": 759,
|
|
"mean": 75.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5262.3,
|
|
"max": 26436,
|
|
"median": 6341.4,
|
|
"p95": 14169.2,
|
|
"p99": 21693.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 237,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 469,
|
|
"500": 50
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 727,
|
|
"pendingRequests": 10875,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:58:43.841Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 314,
|
|
"requestsCompleted": 630,
|
|
"latency": {
|
|
"min": 151.7,
|
|
"max": 21928,
|
|
"median": 3614.7,
|
|
"p95": 11184.8,
|
|
"p99": 19804.2
|
|
},
|
|
"rps": {
|
|
"count": 813,
|
|
"mean": 81.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4430.5,
|
|
"max": 23093.5,
|
|
"median": 5839.9,
|
|
"p95": 15924.7,
|
|
"p99": 21112.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 237,
|
|
"ECONNRESET": 5
|
|
},
|
|
"codes": {
|
|
"200": 566,
|
|
"500": 64
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 671,
|
|
"pendingRequests": 11058,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:58:53.839Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 357,
|
|
"requestsCompleted": 711,
|
|
"latency": {
|
|
"min": 152.4,
|
|
"max": 20925.5,
|
|
"median": 3113.7,
|
|
"p95": 10456,
|
|
"p99": 18565
|
|
},
|
|
"rps": {
|
|
"count": 852,
|
|
"mean": 85.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3914.6,
|
|
"max": 27373.2,
|
|
"median": 5319.9,
|
|
"p95": 19709.6,
|
|
"p99": 20667.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 220,
|
|
"ECONNRESET": 2
|
|
},
|
|
"codes": {
|
|
"200": 643,
|
|
"500": 68
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 592,
|
|
"pendingRequests": 11199,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:59:03.841Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 393,
|
|
"requestsCompleted": 803,
|
|
"latency": {
|
|
"min": 152.1,
|
|
"max": 18477.9,
|
|
"median": 2730.7,
|
|
"p95": 10344.6,
|
|
"p99": 18356.8
|
|
},
|
|
"rps": {
|
|
"count": 897,
|
|
"mean": 89.7
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3779.1,
|
|
"max": 21988.9,
|
|
"median": 4343.3,
|
|
"p95": 19179.9,
|
|
"p99": 20723
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 175,
|
|
"ECONNRESET": 2
|
|
},
|
|
"codes": {
|
|
"200": 728,
|
|
"500": 75
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 522,
|
|
"pendingRequests": 11293,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:59:13.840Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 361,
|
|
"requestsCompleted": 700,
|
|
"latency": {
|
|
"min": 152.3,
|
|
"max": 19002.4,
|
|
"median": 2767.6,
|
|
"p95": 10422.9,
|
|
"p99": 18445.3
|
|
},
|
|
"rps": {
|
|
"count": 864,
|
|
"mean": 86.4
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3781.7,
|
|
"max": 23009.5,
|
|
"median": 4747.9,
|
|
"p95": 19476.8,
|
|
"p99": 20143.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 141
|
|
},
|
|
"codes": {
|
|
"200": 640,
|
|
"500": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 520,
|
|
"pendingRequests": 11457,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:59:23.847Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 236,
|
|
"requestsCompleted": 477,
|
|
"latency": {
|
|
"min": 151.9,
|
|
"max": 19690.7,
|
|
"median": 4424.6,
|
|
"p95": 7456.1,
|
|
"p99": 11657.9
|
|
},
|
|
"rps": {
|
|
"count": 739,
|
|
"mean": 73.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4942.2,
|
|
"max": 25479.8,
|
|
"median": 6078.1,
|
|
"p95": 12407.2,
|
|
"p99": 18711.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 133
|
|
},
|
|
"codes": {
|
|
"200": 411,
|
|
"500": 66
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 651,
|
|
"pendingRequests": 11719,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:59:33.841Z",
|
|
"scenariosCreated": 49,
|
|
"scenariosCompleted": 248,
|
|
"requestsCompleted": 490,
|
|
"latency": {
|
|
"min": 153.4,
|
|
"max": 20084.2,
|
|
"median": 4560.4,
|
|
"p95": 19182.6,
|
|
"p99": 19470.9
|
|
},
|
|
"rps": {
|
|
"count": 292,
|
|
"mean": 29.23
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5332.5,
|
|
"max": 20877.5,
|
|
"median": 8582.3,
|
|
"p95": 20222.2,
|
|
"p99": 20668.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 49
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 165
|
|
},
|
|
"codes": {
|
|
"200": 426,
|
|
"500": 64
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 287,
|
|
"pendingRequests": 11521,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T10:59:42.334Z",
|
|
"scenariosCreated": 0,
|
|
"scenariosCompleted": 234,
|
|
"requestsCompleted": 414,
|
|
"latency": {
|
|
"min": 151.5,
|
|
"max": 19816.7,
|
|
"median": 3721.3,
|
|
"p95": 19376.5,
|
|
"p99": 19451
|
|
},
|
|
"rps": {
|
|
"count": 205,
|
|
"mean": 24.85
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 9517.5,
|
|
"max": 25189.1,
|
|
"median": 20068,
|
|
"p95": 23455.5,
|
|
"p99": 24487.8
|
|
},
|
|
"scenarioCounts": {},
|
|
"errors": {
|
|
"ETIMEDOUT": 53
|
|
},
|
|
"codes": {
|
|
"200": 364,
|
|
"500": 50
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 0,
|
|
"pendingRequests": 11312,
|
|
"scenariosAvoided": 0
|
|
}
|
|
]
|
|
};
|
|
</script>
|
|
|
|
<style>
|
|
h1 {
|
|
line-height: 200%;
|
|
}
|
|
|
|
body {
|
|
background-color: #fcfcfc;
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
min-width: 960px;
|
|
}
|
|
</style>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<div class="row" id="header">
|
|
<div class="col-lg-4 col-lg-offset-4">
|
|
<pre style="font-size: 5pt; background-color: #fcfcfc; border: none;">
|
|
_ _ _ _ _
|
|
__ _ _ __| |_(_) | | ___ _ __ _ _ _ __ ___ _ __ ___ _ __| |_
|
|
/ _` | '__| __| | | |/ _ \ '__| | | | | '__/ _ \ '_ \ / _ \| '__| __|
|
|
| (_| | | | |_| | | | __/ | | |_| | | | | __/ |_) | (_) | | | |_
|
|
\__,_|_| \__|_|_|_|\___|_| \__, | |_| \___| .__/ \___/|_| \__|
|
|
|___/ |_|
|
|
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<h1 class="text-center" id="page-title">Test run on <span id="timestamp">date</span></h1>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-lg-3">
|
|
<p><strong>Summary</strong></p>
|
|
<table class="table table-bordered table-hover table-condensed">
|
|
<tbody>
|
|
<tr>
|
|
<td>Test duration</td>
|
|
<td><span id="testDuration">0</span> sec</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Scenarios created</td>
|
|
<td><span id="scenariosCreated">0</span></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Scenarios completed</td>
|
|
<td><span id="scenariosCompleted">0</span></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="col-lg-5" id="scenarioCountsContainer">
|
|
<div>
|
|
<strong>Scenario counts:</strong>
|
|
|
|
<p></p>
|
|
|
|
<table class="table table-bordered table-hover table-condensed" id="scenarioCounts">
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-lg-1">
|
|
<div id="codesContainer">
|
|
<strong>Codes</strong>
|
|
|
|
<p></p>
|
|
|
|
<table class="table table-bordered table-hover table-condensed" id="codes">
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-lg-3">
|
|
<div id="errorsContainer">
|
|
<strong>Errors</strong>
|
|
|
|
<p></p>
|
|
|
|
<table class="table table-bordered table-hover table-condensed" id="errors">
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div> <!-- /.row -->
|
|
|
|
<div class="row">
|
|
<div class="text-center col-lg-12">
|
|
<h2>Charts</h2>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="latency-histogram text-center col-lg-12"></div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="latency text-center col-lg-12"></div>
|
|
</div>
|
|
|
|
<div class="latency-legend"></div>
|
|
|
|
<div class="row">
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="concurrency text-center col-lg-12"></div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="rps-mean text-center col-lg-12"></div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="rps-count text-center col-lg-12"></div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="codes-line text-center col-lg-12"></div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="errors-line text-center col-lg-12"></div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-lg-8 col-lg-offset-2">
|
|
<h3 class="text-center">Raw report data</h3>
|
|
<p>This is the raw JSON stats output that the report was generated from.</p>
|
|
<div id="editor">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
var editor = ace.edit("editor");
|
|
editor.getSession().setMode("ace/mode/javascript");
|
|
editor.setValue(JSON.stringify(Report, null, 2));
|
|
editor.gotoLine(1);editor.setHighlightActiveLine(false);
|
|
|
|
var l = _;
|
|
|
|
$('#timestamp').html(moment(Report.aggregate.timestamp).format('DD MMM YYYY HH:mm:SS'));
|
|
$('#testDuration').html(l.size(Report.intermediate) * 10);
|
|
$('#scenariosCompleted').html(Report.aggregate.scenariosCompleted);
|
|
$('#scenariosCreated').html(Report.aggregate.scenariosCreated);
|
|
|
|
var markers = [];
|
|
if(l.size(Report.phases) > 0) {
|
|
markers = l.foldl(Report.phases, function(acc, phase, index) {
|
|
var label = phase.name || 'Phase ' + (index + 1);
|
|
var timestamp = (index === 0) ? 0 : Report.phases[index - 1].duration + acc[index - 1].timestamp;
|
|
|
|
acc.push({
|
|
timestamp: timestamp,
|
|
label: label
|
|
});
|
|
|
|
return acc;
|
|
}, []);
|
|
}
|
|
|
|
if (l.size(Report.aggregate.scenarioCounts) > 0) {
|
|
l.each(Report.aggregate.scenarioCounts, function(count, name) {
|
|
var $tdName = $('<td>' + name + '</td>');
|
|
var percentage = Math.round(count / Report.aggregate.scenariosCreated * 100 * 1000) / 1000;
|
|
var $tdCount = $('<td>' + count + ' (' + percentage + '%)' + '</td>');
|
|
var $el = $('<tr></tr>')
|
|
.append($tdName)
|
|
.append($tdCount)
|
|
.appendTo($('#scenarioCounts'));
|
|
});
|
|
} else {
|
|
$('#scenarioCountsContainer').hide();
|
|
}
|
|
|
|
if (l.size(Report.aggregate.codes) > 0) {
|
|
l.each(Report.aggregate.codes, function(count, code) {
|
|
var anchor = '';
|
|
if (code >= 100 && code < 200) {
|
|
anchor = '#1xx_Informational';
|
|
} else if (code >= 200 && code < 300) {
|
|
anchor = '#2xx_Success';
|
|
} else if (code >= 300 && code < 400) {
|
|
anchor = '#3xx_Redirection';
|
|
} else if (code >= 400 && code < 500) {
|
|
anchor = '#4xx_Client_Error';
|
|
} else if (code >= 500 && code < 600) {
|
|
anchor = '#5xx_Server_Error';
|
|
}
|
|
|
|
var $a = $('<a>' + code + '</a>').attr('href', 'https://en.wikipedia.org/wiki/List_of_HTTP_status_codes' + anchor);
|
|
var $td = $('<td></td>').append($a);
|
|
var $el = $('<tr></tr>')
|
|
.append($td)
|
|
.append($('<td>' + count + '</td>'))
|
|
.appendTo($('#codes'));
|
|
});
|
|
} else {
|
|
$('#codesContainer').hide();
|
|
}
|
|
|
|
if (l.size(Report.aggregate.errors) > 0) {
|
|
l.each(Report.aggregate.errors, function(count, code) {
|
|
var $el = $('<tr></tr>')
|
|
.append($('<td>' + code + '</td>'))
|
|
.append($('<td>' + count + '</td>'))
|
|
.appendTo($('#errors'));
|
|
});
|
|
} else {
|
|
$('#errorsContainer > p').html('✔ Test completed without network or OS errors.');
|
|
}
|
|
|
|
var histogramData = l.map(Report.aggregate.latency, function(v, k) { return {bin: k, value: v} });
|
|
|
|
MG.data_graphic({
|
|
chart_type: 'bar',
|
|
x_label: 'Percentile',
|
|
y_label: '(ms)',
|
|
animate_on_load: true,
|
|
title: 'Overall Latency Distribution',
|
|
description: 'Distribution of all observed response latencies',
|
|
target: '.latency-histogram',
|
|
data: histogramData,
|
|
x_accessor: 'bin',
|
|
y_accessor: 'value',
|
|
binned: true,
|
|
height: 250,
|
|
interpolate: 'monotone',
|
|
padding_percentage: 0,
|
|
bar_orientation: 'vertical',
|
|
width: 450
|
|
});
|
|
|
|
var chartData = l.map(
|
|
window.Report.intermediate,
|
|
function(o,i) {
|
|
return {
|
|
timestamp: i*10+10,
|
|
|
|
rpsMean: o.rps.mean,
|
|
rpsCount: o.rps.count,
|
|
concurrency: o.concurrency,
|
|
latencyMax: o.latency.max,
|
|
latencyp99: o.latency.p99,
|
|
latencyp95: o.latency.p95,
|
|
latencyMedian: o.latency.median,
|
|
latencyMin: o.latency.min
|
|
}
|
|
});
|
|
|
|
//
|
|
// Response codes
|
|
//
|
|
|
|
if (l.size(Report.aggregate.codes) > 0) {
|
|
var codesData = l.foldl(Report.intermediate, function(acc, o, i) {
|
|
var res = {};
|
|
res.timestamp = i*10+10;
|
|
l.each(o.codes, function(count, code) {
|
|
res[code] = count;
|
|
});
|
|
acc.push(res);
|
|
return acc;
|
|
}, []);
|
|
var uniqueCodes = l.foldl(Report.intermediate, function(acc, o) {
|
|
l.each(o.codes, function(count, code) {
|
|
if (l.indexOf(acc, code) === -1) {
|
|
acc.push(code);
|
|
}
|
|
});
|
|
return acc;
|
|
}, []);
|
|
|
|
MG.data_graphic({
|
|
x_label: 'Time',
|
|
y_label: 'Count',
|
|
title: 'HTTP codes',
|
|
description: 'Occurence of HTTP response codes',
|
|
target: '.codes-line',
|
|
data: codesData,
|
|
x_accessor: 'timestamp',
|
|
y_accessor: uniqueCodes,
|
|
legend: uniqueCodes,
|
|
right: 50,
|
|
chart_type: 'line',
|
|
area: false,
|
|
markers: markers,
|
|
width: 900
|
|
});
|
|
}
|
|
|
|
//
|
|
// Errors
|
|
//
|
|
|
|
if (l.size(Report.aggregate.errors) > 0) {
|
|
var errorData = l.foldl(Report.intermediate, function(acc, o, i) {
|
|
var res = {};
|
|
res.timestamp = i*10+10;
|
|
l.each(o.errors, function(count, name) {
|
|
res[name] = count;
|
|
});
|
|
acc.push(res);
|
|
return acc;
|
|
}, []);
|
|
var uniqueErrors = l.foldl(Report.intermediate, function(acc, o) {
|
|
l.each(o.errors, function(count, name) {
|
|
if (l.indexOf(acc, name) === -1) {
|
|
acc.push(name);
|
|
}
|
|
});
|
|
return acc;
|
|
}, []);
|
|
|
|
MG.data_graphic({
|
|
title: 'Error Codes',
|
|
description: 'Occurence of error codes',
|
|
target: '.errors-line',
|
|
data: errorData,
|
|
x_accessor: 'timestamp',
|
|
y_accessor: uniqueErrors,
|
|
chart_type: 'line',
|
|
area: false,
|
|
markers: markers
|
|
});
|
|
|
|
}
|
|
|
|
//
|
|
// Latency
|
|
//
|
|
MG.data_graphic({
|
|
chart_type: 'line',
|
|
x_label: 'Time',
|
|
y_label: '(ms)',
|
|
animate_on_load: true,
|
|
area: false,
|
|
title: "Latency At Intervals",
|
|
description: "Latency values at different points during the test run",
|
|
data: chartData,
|
|
target: '.latency',
|
|
width: 900,
|
|
x_accessor: 'timestamp',
|
|
y_accessor: ['latencyMin', 'latencyMedian', 'latencyp95', 'latencyMax'],
|
|
legend: ['min', 'p50', 'p95', 'max'],
|
|
//legend_target: '.latency-legend',
|
|
right: 50,
|
|
interpolate: 'monotone',
|
|
mouseover: function(d, i) {
|
|
},
|
|
markers: markers
|
|
});
|
|
|
|
MG.data_graphic({
|
|
animate_on_load: true,
|
|
area: false,
|
|
y_label: 'Count',
|
|
x_label: 'Time',
|
|
title: 'Concurrent users',
|
|
description: 'Concurrent users',
|
|
data: chartData,
|
|
target: '.concurrency',
|
|
x_accessor: 'timestamp',
|
|
y_accessor: ['concurrency'],
|
|
interpolate: 'monotone',
|
|
markers: markers,
|
|
width: 900
|
|
});
|
|
|
|
MG.data_graphic({
|
|
animate_on_load: true,
|
|
area: false,
|
|
y_label: 'Count',
|
|
x_label: 'Time',
|
|
title: 'Mean RPS',
|
|
description: 'Mean requests per second',
|
|
data: chartData,
|
|
target: '.rps-mean',
|
|
x_accessor: 'timestamp',
|
|
y_accessor: ['rpsMean'],
|
|
interpolate: 'monotone',
|
|
markers: markers,
|
|
width: 900
|
|
});
|
|
|
|
MG.data_graphic({
|
|
animate_on_load: true,
|
|
area: false,
|
|
y_label: 'Count',
|
|
x_label: 'Time',
|
|
title: 'RPS Count',
|
|
description: 'Count of requests per second',
|
|
data: chartData,
|
|
target: '.rps-count',
|
|
x_accessor: 'timestamp',
|
|
y_accessor: ['rpsCount'],
|
|
interpolate: 'monotone',
|
|
markers: markers,
|
|
width: 900
|
|
});
|
|
</script>
|
|
<div id="footer">
|
|
<footer>This report was created with <a href="https://artillery.io">Artillery</a> - free open-source load-testing for HTTP and WebSockets</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|