3713 lines
80 KiB
HTML
3713 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-10T12:46:06.502Z",
|
|
"scenariosCreated": 33376,
|
|
"scenariosCompleted": 22097,
|
|
"requestsCompleted": 44206,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 27735.3,
|
|
"median": 2512.7,
|
|
"p95": 15743.4,
|
|
"p99": 19083.5
|
|
},
|
|
"rps": {
|
|
"count": 55485,
|
|
"mean": 69.43
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1016.6,
|
|
"max": 28930.1,
|
|
"median": 5036.6,
|
|
"p95": 19466.2,
|
|
"p99": 22441.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 33376
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 11205,
|
|
"ECONNRESET": 74
|
|
},
|
|
"codes": {
|
|
"200": 40143,
|
|
"500": 4063
|
|
},
|
|
"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-10T12:32:57.298Z",
|
|
"scenariosCreated": 29,
|
|
"scenariosCompleted": 26,
|
|
"requestsCompleted": 55,
|
|
"latency": {
|
|
"min": 9.1,
|
|
"max": 457.5,
|
|
"median": 33.1,
|
|
"p95": 292,
|
|
"p99": 453.3
|
|
},
|
|
"rps": {
|
|
"count": 55,
|
|
"mean": 5.59
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1027.5,
|
|
"max": 1653.3,
|
|
"median": 1122.5,
|
|
"p95": 1480.3,
|
|
"p99": 1653.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 29
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 55
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 3,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:33:07.073Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 30,
|
|
"requestsCompleted": 60,
|
|
"latency": {
|
|
"min": 8.7,
|
|
"max": 572.4,
|
|
"median": 24.2,
|
|
"p95": 241.5,
|
|
"p99": 548
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 6.16
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1025.5,
|
|
"max": 1636.9,
|
|
"median": 1129.4,
|
|
"p95": 1553.6,
|
|
"p99": 1636.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 3,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:33:17.068Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 30,
|
|
"requestsCompleted": 60,
|
|
"latency": {
|
|
"min": 7.5,
|
|
"max": 749.9,
|
|
"median": 47.9,
|
|
"p95": 459.8,
|
|
"p99": 725.3
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 6.01
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1025.1,
|
|
"max": 1986.4,
|
|
"median": 1107.8,
|
|
"p95": 1766,
|
|
"p99": 1986.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 3,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:33:27.067Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 30,
|
|
"requestsCompleted": 60,
|
|
"latency": {
|
|
"min": 8.1,
|
|
"max": 232.1,
|
|
"median": 14.9,
|
|
"p95": 198.7,
|
|
"p99": 231.4
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 6.01
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1024.5,
|
|
"max": 1606.1,
|
|
"median": 1035.7,
|
|
"p95": 1311.3,
|
|
"p99": 1606.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 3,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:33:37.067Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 28,
|
|
"requestsCompleted": 57,
|
|
"latency": {
|
|
"min": 7.8,
|
|
"max": 737.7,
|
|
"median": 46.9,
|
|
"p95": 557.5,
|
|
"p99": 727.2
|
|
},
|
|
"rps": {
|
|
"count": 58,
|
|
"mean": 5.81
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1026.9,
|
|
"max": 1920.2,
|
|
"median": 1089.8,
|
|
"p95": 1721.8,
|
|
"p99": 1920.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 57
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 5,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:33:47.067Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 32,
|
|
"requestsCompleted": 63,
|
|
"latency": {
|
|
"min": 7.5,
|
|
"max": 1801.8,
|
|
"median": 22.6,
|
|
"p95": 360.6,
|
|
"p99": 1699.4
|
|
},
|
|
"rps": {
|
|
"count": 62,
|
|
"mean": 6.21
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1022.9,
|
|
"max": 3543.1,
|
|
"median": 1071.2,
|
|
"p95": 2189.8,
|
|
"p99": 3543.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 3,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:33:57.070Z",
|
|
"scenariosCreated": 58,
|
|
"scenariosCompleted": 51,
|
|
"requestsCompleted": 106,
|
|
"latency": {
|
|
"min": 7.4,
|
|
"max": 509.2,
|
|
"median": 21.1,
|
|
"p95": 278.5,
|
|
"p99": 487
|
|
},
|
|
"rps": {
|
|
"count": 110,
|
|
"mean": 11.01
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1022.4,
|
|
"max": 1670.8,
|
|
"median": 1080.1,
|
|
"p95": 1609,
|
|
"p99": 1670.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 58
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 106
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 10,
|
|
"pendingRequests": 4,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:34:07.069Z",
|
|
"scenariosCreated": 72,
|
|
"scenariosCompleted": 73,
|
|
"requestsCompleted": 148,
|
|
"latency": {
|
|
"min": 7.2,
|
|
"max": 724.2,
|
|
"median": 31.8,
|
|
"p95": 481.2,
|
|
"p99": 626
|
|
},
|
|
"rps": {
|
|
"count": 144,
|
|
"mean": 14.41
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1026.3,
|
|
"max": 2039.2,
|
|
"median": 1091.7,
|
|
"p95": 1746.7,
|
|
"p99": 1987.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 72
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 148
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 9,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:34:17.070Z",
|
|
"scenariosCreated": 121,
|
|
"scenariosCompleted": 119,
|
|
"requestsCompleted": 238,
|
|
"latency": {
|
|
"min": 6.6,
|
|
"max": 325,
|
|
"median": 11.8,
|
|
"p95": 44.9,
|
|
"p99": 184.2
|
|
},
|
|
"rps": {
|
|
"count": 240,
|
|
"mean": 24.02
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1020.6,
|
|
"max": 1339.2,
|
|
"median": 1025.4,
|
|
"p95": 1161.3,
|
|
"p99": 1299.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 121
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 238
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 11,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:34:27.070Z",
|
|
"scenariosCreated": 164,
|
|
"scenariosCompleted": 154,
|
|
"requestsCompleted": 319,
|
|
"latency": {
|
|
"min": 6.4,
|
|
"max": 334.1,
|
|
"median": 11.3,
|
|
"p95": 27.7,
|
|
"p99": 50.5
|
|
},
|
|
"rps": {
|
|
"count": 319,
|
|
"mean": 32
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1019.7,
|
|
"max": 1345.9,
|
|
"median": 1025.4,
|
|
"p95": 1087.8,
|
|
"p99": 1267.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 164
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 319
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 21,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:34:37.069Z",
|
|
"scenariosCreated": 203,
|
|
"scenariosCompleted": 197,
|
|
"requestsCompleted": 401,
|
|
"latency": {
|
|
"min": 6.1,
|
|
"max": 858.5,
|
|
"median": 11.5,
|
|
"p95": 251.3,
|
|
"p99": 657.8
|
|
},
|
|
"rps": {
|
|
"count": 400,
|
|
"mean": 40
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1018.6,
|
|
"max": 2362.2,
|
|
"median": 1024.3,
|
|
"p95": 1501.6,
|
|
"p99": 2026.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 203
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 401
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 27,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:34:47.070Z",
|
|
"scenariosCreated": 231,
|
|
"scenariosCompleted": 236,
|
|
"requestsCompleted": 467,
|
|
"latency": {
|
|
"min": 5.8,
|
|
"max": 310.7,
|
|
"median": 11.3,
|
|
"p95": 73.8,
|
|
"p99": 242.7
|
|
},
|
|
"rps": {
|
|
"count": 466,
|
|
"mean": 46.83
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1017.4,
|
|
"max": 4138.2,
|
|
"median": 1023.5,
|
|
"p95": 1183,
|
|
"p99": 1394.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 231
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 467
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 22,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:34:57.072Z",
|
|
"scenariosCreated": 288,
|
|
"scenariosCompleted": 274,
|
|
"requestsCompleted": 562,
|
|
"latency": {
|
|
"min": 5.4,
|
|
"max": 626.4,
|
|
"median": 10.4,
|
|
"p95": 25.6,
|
|
"p99": 80.2
|
|
},
|
|
"rps": {
|
|
"count": 562,
|
|
"mean": 56.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1017,
|
|
"max": 1643.2,
|
|
"median": 1022.5,
|
|
"p95": 1063.3,
|
|
"p99": 1196.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 288
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 562
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 36,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:35:07.070Z",
|
|
"scenariosCreated": 323,
|
|
"scenariosCompleted": 321,
|
|
"requestsCompleted": 643,
|
|
"latency": {
|
|
"min": 5.4,
|
|
"max": 413.7,
|
|
"median": 10.4,
|
|
"p95": 40,
|
|
"p99": 109.6
|
|
},
|
|
"rps": {
|
|
"count": 646,
|
|
"mean": 64.6
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1016.7,
|
|
"max": 1227.5,
|
|
"median": 1022.2,
|
|
"p95": 1083.3,
|
|
"p99": 1158.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 323
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 643
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 38,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:35:17.073Z",
|
|
"scenariosCreated": 360,
|
|
"scenariosCompleted": 363,
|
|
"requestsCompleted": 723,
|
|
"latency": {
|
|
"min": 5.8,
|
|
"max": 458.3,
|
|
"median": 10.6,
|
|
"p95": 102.5,
|
|
"p99": 310.2
|
|
},
|
|
"rps": {
|
|
"count": 722,
|
|
"mean": 72.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1017.5,
|
|
"max": 1645.1,
|
|
"median": 1022.4,
|
|
"p95": 1260.3,
|
|
"p99": 1519.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 360
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 723
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 35,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:35:27.075Z",
|
|
"scenariosCreated": 405,
|
|
"scenariosCompleted": 394,
|
|
"requestsCompleted": 800,
|
|
"latency": {
|
|
"min": 5.4,
|
|
"max": 149.4,
|
|
"median": 10.3,
|
|
"p95": 41.3,
|
|
"p99": 110.7
|
|
},
|
|
"rps": {
|
|
"count": 800,
|
|
"mean": 80
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1016.6,
|
|
"max": 1177,
|
|
"median": 1021.6,
|
|
"p95": 1091.4,
|
|
"p99": 1149.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 405
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 774,
|
|
"500": 26
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 46,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:35:37.074Z",
|
|
"scenariosCreated": 443,
|
|
"scenariosCompleted": 313,
|
|
"requestsCompleted": 623,
|
|
"latency": {
|
|
"min": 5.5,
|
|
"max": 2896.8,
|
|
"median": 11.1,
|
|
"p95": 2361.8,
|
|
"p99": 2797.7
|
|
},
|
|
"rps": {
|
|
"count": 772,
|
|
"mean": 77.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1017.6,
|
|
"max": 4801,
|
|
"median": 1025.9,
|
|
"p95": 3187.5,
|
|
"p99": 4103.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 443
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 551,
|
|
"500": 72
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 176,
|
|
"pendingRequests": 151,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:35:47.074Z",
|
|
"scenariosCreated": 481,
|
|
"scenariosCompleted": 214,
|
|
"requestsCompleted": 432,
|
|
"latency": {
|
|
"min": 5.6,
|
|
"max": 7725.4,
|
|
"median": 3765.1,
|
|
"p95": 5169.1,
|
|
"p99": 6331.3
|
|
},
|
|
"rps": {
|
|
"count": 700,
|
|
"mean": 70
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3411.9,
|
|
"max": 10476.2,
|
|
"median": 5874.8,
|
|
"p95": 9886.2,
|
|
"p99": 10392.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 481
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 371,
|
|
"500": 61
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 443,
|
|
"pendingRequests": 419,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:35:57.073Z",
|
|
"scenariosCreated": 498,
|
|
"scenariosCompleted": 259,
|
|
"requestsCompleted": 521,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 15945.2,
|
|
"median": 4122.4,
|
|
"p95": 7439.4,
|
|
"p99": 11797.9
|
|
},
|
|
"rps": {
|
|
"count": 757,
|
|
"mean": 75.78
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4981.9,
|
|
"max": 17433.9,
|
|
"median": 5744.8,
|
|
"p95": 12156.2,
|
|
"p99": 16891.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 498
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 460,
|
|
"500": 61
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 682,
|
|
"pendingRequests": 655,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:36:07.088Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 305,
|
|
"requestsCompleted": 605,
|
|
"latency": {
|
|
"min": 5.9,
|
|
"max": 19915.4,
|
|
"median": 3464.3,
|
|
"p95": 10785.4,
|
|
"p99": 18791.5
|
|
},
|
|
"rps": {
|
|
"count": 799,
|
|
"mean": 79.82
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4156.1,
|
|
"max": 20927.2,
|
|
"median": 5046.5,
|
|
"p95": 19414.5,
|
|
"p99": 19958.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 220
|
|
},
|
|
"codes": {
|
|
"200": 545,
|
|
"500": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 657,
|
|
"pendingRequests": 849,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:36:17.080Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 336,
|
|
"requestsCompleted": 685,
|
|
"latency": {
|
|
"min": 5.5,
|
|
"max": 19405.5,
|
|
"median": 3013.7,
|
|
"p95": 18114,
|
|
"p99": 19094.1
|
|
},
|
|
"rps": {
|
|
"count": 839,
|
|
"mean": 84.07
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3924.9,
|
|
"max": 23925.6,
|
|
"median": 4653.1,
|
|
"p95": 19436.2,
|
|
"p99": 22502.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 215
|
|
},
|
|
"codes": {
|
|
"200": 618,
|
|
"500": 67
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 606,
|
|
"pendingRequests": 1003,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:36:27.075Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 376,
|
|
"requestsCompleted": 754,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 19109.1,
|
|
"median": 2810.8,
|
|
"p95": 17890.6,
|
|
"p99": 18689.3
|
|
},
|
|
"rps": {
|
|
"count": 880,
|
|
"mean": 88.09
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3672.2,
|
|
"max": 23095.7,
|
|
"median": 4236.7,
|
|
"p95": 19225.5,
|
|
"p99": 21863.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 179
|
|
},
|
|
"codes": {
|
|
"200": 694,
|
|
"500": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 551,
|
|
"pendingRequests": 1129,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:36:37.089Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 423,
|
|
"requestsCompleted": 844,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 18693.8,
|
|
"median": 2493.2,
|
|
"p95": 17659.9,
|
|
"p99": 18551.4
|
|
},
|
|
"rps": {
|
|
"count": 917,
|
|
"mean": 91.61
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3391.3,
|
|
"max": 22094.8,
|
|
"median": 3893,
|
|
"p95": 18972.2,
|
|
"p99": 21491
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 148,
|
|
"ECONNRESET": 2
|
|
},
|
|
"codes": {
|
|
"200": 771,
|
|
"500": 73
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 478,
|
|
"pendingRequests": 1202,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:36:47.079Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 245,
|
|
"requestsCompleted": 482,
|
|
"latency": {
|
|
"min": 6.7,
|
|
"max": 21169.9,
|
|
"median": 2960.7,
|
|
"p95": 17900.2,
|
|
"p99": 20171.8
|
|
},
|
|
"rps": {
|
|
"count": 755,
|
|
"mean": 75.65
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3481,
|
|
"max": 24665.8,
|
|
"median": 6206.2,
|
|
"p95": 20965.6,
|
|
"p99": 23936.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 102,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 417,
|
|
"500": 65
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 630,
|
|
"pendingRequests": 1475,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:36:57.081Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 236,
|
|
"requestsCompleted": 465,
|
|
"latency": {
|
|
"min": 6.4,
|
|
"max": 22002.9,
|
|
"median": 4244.9,
|
|
"p95": 8934,
|
|
"p99": 14000.2
|
|
},
|
|
"rps": {
|
|
"count": 729,
|
|
"mean": 72.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4992.6,
|
|
"max": 28930.1,
|
|
"median": 6393.3,
|
|
"p95": 14898.2,
|
|
"p99": 27984
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 158
|
|
},
|
|
"codes": {
|
|
"200": 397,
|
|
"500": 68
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 736,
|
|
"pendingRequests": 1739,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:37:07.093Z",
|
|
"scenariosCreated": 501,
|
|
"scenariosCompleted": 250,
|
|
"requestsCompleted": 517,
|
|
"latency": {
|
|
"min": 5.9,
|
|
"max": 23940,
|
|
"median": 3980.7,
|
|
"p95": 12058,
|
|
"p99": 19427.2
|
|
},
|
|
"rps": {
|
|
"count": 761,
|
|
"mean": 76.02
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4960.1,
|
|
"max": 25013.7,
|
|
"median": 5310.2,
|
|
"p95": 20288.8,
|
|
"p99": 24212.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 501
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 244,
|
|
"ECONNRESET": 6
|
|
},
|
|
"codes": {
|
|
"200": 456,
|
|
"500": 61
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 737,
|
|
"pendingRequests": 1983,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:37:17.093Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 319,
|
|
"requestsCompleted": 629,
|
|
"latency": {
|
|
"min": 5.8,
|
|
"max": 23021.1,
|
|
"median": 3295.4,
|
|
"p95": 13009.1,
|
|
"p99": 19244.3
|
|
},
|
|
"rps": {
|
|
"count": 809,
|
|
"mean": 80.98
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4202.5,
|
|
"max": 24043.8,
|
|
"median": 4993.1,
|
|
"p95": 19827.6,
|
|
"p99": 23801.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 249,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 567,
|
|
"500": 62
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 666,
|
|
"pendingRequests": 2163,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:37:27.092Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 348,
|
|
"requestsCompleted": 703,
|
|
"latency": {
|
|
"min": 5.9,
|
|
"max": 19439.8,
|
|
"median": 2991.5,
|
|
"p95": 18114.9,
|
|
"p99": 19097.2
|
|
},
|
|
"rps": {
|
|
"count": 847,
|
|
"mean": 84.87
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3955.8,
|
|
"max": 23155.7,
|
|
"median": 4506.4,
|
|
"p95": 19472.4,
|
|
"p99": 22606.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 212,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 643,
|
|
"500": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 603,
|
|
"pendingRequests": 2307,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:37:37.103Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 408,
|
|
"requestsCompleted": 810,
|
|
"latency": {
|
|
"min": 6.2,
|
|
"max": 19082.9,
|
|
"median": 2635.2,
|
|
"p95": 17881.5,
|
|
"p99": 18350.4
|
|
},
|
|
"rps": {
|
|
"count": 902,
|
|
"mean": 90.11
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3498.1,
|
|
"max": 22882.8,
|
|
"median": 4025.6,
|
|
"p95": 18980.4,
|
|
"p99": 22114.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 174
|
|
},
|
|
"codes": {
|
|
"200": 743,
|
|
"500": 67
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 521,
|
|
"pendingRequests": 2399,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:37:47.276Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 374,
|
|
"requestsCompleted": 745,
|
|
"latency": {
|
|
"min": 6.2,
|
|
"max": 19140.6,
|
|
"median": 2510.3,
|
|
"p95": 17698.3,
|
|
"p99": 18672.2
|
|
},
|
|
"rps": {
|
|
"count": 888,
|
|
"mean": 87.4
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3428.9,
|
|
"max": 21904.9,
|
|
"median": 3975.9,
|
|
"p95": 18964.8,
|
|
"p99": 21327.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 135
|
|
},
|
|
"codes": {
|
|
"200": 677,
|
|
"500": 68
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 512,
|
|
"pendingRequests": 2542,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:37:57.088Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 215,
|
|
"requestsCompleted": 434,
|
|
"latency": {
|
|
"min": 6.2,
|
|
"max": 21164,
|
|
"median": 4678.2,
|
|
"p95": 8642.5,
|
|
"p99": 19882.7
|
|
},
|
|
"rps": {
|
|
"count": 719,
|
|
"mean": 73.37
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4517.2,
|
|
"max": 25375.7,
|
|
"median": 6022.7,
|
|
"p95": 22104.4,
|
|
"p99": 24674.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 111
|
|
},
|
|
"codes": {
|
|
"200": 371,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 686,
|
|
"pendingRequests": 2827,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:38:07.091Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 237,
|
|
"requestsCompleted": 480,
|
|
"latency": {
|
|
"min": 5.7,
|
|
"max": 20965,
|
|
"median": 4188.9,
|
|
"p95": 10386.2,
|
|
"p99": 20285.5
|
|
},
|
|
"rps": {
|
|
"count": 735,
|
|
"mean": 73.5
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4997.5,
|
|
"max": 21984.8,
|
|
"median": 5992.2,
|
|
"p95": 16043.9,
|
|
"p99": 21496.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 192
|
|
},
|
|
"codes": {
|
|
"200": 417,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 757,
|
|
"pendingRequests": 3082,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:38:17.089Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 286,
|
|
"requestsCompleted": 572,
|
|
"latency": {
|
|
"min": 6,
|
|
"max": 20174.9,
|
|
"median": 3639.1,
|
|
"p95": 18425.1,
|
|
"p99": 19773.3
|
|
},
|
|
"rps": {
|
|
"count": 782,
|
|
"mean": 78.28
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4443.9,
|
|
"max": 26170.8,
|
|
"median": 5344.7,
|
|
"p95": 20285,
|
|
"p99": 23431.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 260,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 513,
|
|
"500": 59
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 708,
|
|
"pendingRequests": 3292,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:38:27.136Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 327,
|
|
"requestsCompleted": 655,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 19712.5,
|
|
"median": 3268,
|
|
"p95": 18410,
|
|
"p99": 19118.5
|
|
},
|
|
"rps": {
|
|
"count": 823,
|
|
"mean": 81.89
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4195.8,
|
|
"max": 24439.8,
|
|
"median": 4546.3,
|
|
"p95": 19573.8,
|
|
"p99": 22938.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 230,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 596,
|
|
"500": 59
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 648,
|
|
"pendingRequests": 3460,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:38:37.101Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 364,
|
|
"requestsCompleted": 732,
|
|
"latency": {
|
|
"min": 6.4,
|
|
"max": 19071.7,
|
|
"median": 2950.7,
|
|
"p95": 18074,
|
|
"p99": 18604.6
|
|
},
|
|
"rps": {
|
|
"count": 866,
|
|
"mean": 87.04
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3928,
|
|
"max": 23436.1,
|
|
"median": 4453.9,
|
|
"p95": 19342.7,
|
|
"p99": 22511.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 197,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 671,
|
|
"500": 61
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 586,
|
|
"pendingRequests": 3594,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:38:47.100Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 410,
|
|
"requestsCompleted": 822,
|
|
"latency": {
|
|
"min": 6.2,
|
|
"max": 18606.3,
|
|
"median": 2530.1,
|
|
"p95": 17704.7,
|
|
"p99": 17943.8
|
|
},
|
|
"rps": {
|
|
"count": 906,
|
|
"mean": 90.69
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3450.5,
|
|
"max": 21906.9,
|
|
"median": 4024.3,
|
|
"p95": 18979.3,
|
|
"p99": 21589.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 165
|
|
},
|
|
"codes": {
|
|
"200": 759,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 511,
|
|
"pendingRequests": 3678,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:38:57.202Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 307,
|
|
"requestsCompleted": 596,
|
|
"latency": {
|
|
"min": 6.2,
|
|
"max": 20134.1,
|
|
"median": 2623.8,
|
|
"p95": 17715.8,
|
|
"p99": 19298.1
|
|
},
|
|
"rps": {
|
|
"count": 815,
|
|
"mean": 80.69
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3425.1,
|
|
"max": 23409.9,
|
|
"median": 5234.9,
|
|
"p95": 19723.3,
|
|
"p99": 22450.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 120,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 533,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 583,
|
|
"pendingRequests": 3897,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:39:07.103Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 218,
|
|
"requestsCompleted": 448,
|
|
"latency": {
|
|
"min": 6.6,
|
|
"max": 20622.5,
|
|
"median": 4477.7,
|
|
"p95": 7451.7,
|
|
"p99": 13742.2
|
|
},
|
|
"rps": {
|
|
"count": 724,
|
|
"mean": 73.13
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5467.7,
|
|
"max": 26115.2,
|
|
"median": 5929.8,
|
|
"p95": 13281,
|
|
"p99": 24887.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 156
|
|
},
|
|
"codes": {
|
|
"200": 372,
|
|
"500": 76
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 709,
|
|
"pendingRequests": 4173,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:39:17.115Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 254,
|
|
"requestsCompleted": 507,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 20206.9,
|
|
"median": 3992.5,
|
|
"p95": 11269,
|
|
"p99": 20116.2
|
|
},
|
|
"rps": {
|
|
"count": 749,
|
|
"mean": 74.97
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4725,
|
|
"max": 24213.3,
|
|
"median": 5509.2,
|
|
"p95": 20144.5,
|
|
"p99": 21236.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 215,
|
|
"ECONNRESET": 4
|
|
},
|
|
"codes": {
|
|
"200": 443,
|
|
"500": 64
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 736,
|
|
"pendingRequests": 4415,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:39:27.094Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 299,
|
|
"requestsCompleted": 602,
|
|
"latency": {
|
|
"min": 5.5,
|
|
"max": 23128.9,
|
|
"median": 3485,
|
|
"p95": 11910.1,
|
|
"p99": 19236.6
|
|
},
|
|
"rps": {
|
|
"count": 798,
|
|
"mean": 80.04
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4438.6,
|
|
"max": 24938.3,
|
|
"median": 5008.6,
|
|
"p95": 20200.9,
|
|
"p99": 23835.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 248,
|
|
"ECONNRESET": 2
|
|
},
|
|
"codes": {
|
|
"200": 544,
|
|
"500": 58
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 687,
|
|
"pendingRequests": 4611,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:39:37.092Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 340,
|
|
"requestsCompleted": 676,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 20432.8,
|
|
"median": 3142.9,
|
|
"p95": 18244.7,
|
|
"p99": 19102.4
|
|
},
|
|
"rps": {
|
|
"count": 834,
|
|
"mean": 83.4
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3989.4,
|
|
"max": 23426.4,
|
|
"median": 4480.4,
|
|
"p95": 19915.1,
|
|
"p99": 22635.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 225,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 614,
|
|
"500": 62
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 621,
|
|
"pendingRequests": 4769,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:39:47.093Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 380,
|
|
"requestsCompleted": 767,
|
|
"latency": {
|
|
"min": 5.8,
|
|
"max": 19367,
|
|
"median": 2825.5,
|
|
"p95": 17906.5,
|
|
"p99": 18542.3
|
|
},
|
|
"rps": {
|
|
"count": 880,
|
|
"mean": 88
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3665.1,
|
|
"max": 22892.5,
|
|
"median": 4263.6,
|
|
"p95": 19365.2,
|
|
"p99": 22109.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 192
|
|
},
|
|
"codes": {
|
|
"200": 704,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 549,
|
|
"pendingRequests": 4882,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:39:57.097Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 409,
|
|
"requestsCompleted": 813,
|
|
"latency": {
|
|
"min": 5.6,
|
|
"max": 19703.3,
|
|
"median": 2487.1,
|
|
"p95": 17669.1,
|
|
"p99": 17890
|
|
},
|
|
"rps": {
|
|
"count": 912,
|
|
"mean": 91.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3426.6,
|
|
"max": 21727.9,
|
|
"median": 3794.7,
|
|
"p95": 18892,
|
|
"p99": 21406.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 149,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 747,
|
|
"500": 66
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 490,
|
|
"pendingRequests": 4981,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:40:07.090Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 241,
|
|
"requestsCompleted": 475,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 20152,
|
|
"median": 3478,
|
|
"p95": 11926,
|
|
"p99": 19299.4
|
|
},
|
|
"rps": {
|
|
"count": 745,
|
|
"mean": 74.65
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3539.1,
|
|
"max": 24864.7,
|
|
"median": 5779.4,
|
|
"p95": 21013.6,
|
|
"p99": 23433.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 118
|
|
},
|
|
"codes": {
|
|
"200": 407,
|
|
"500": 68
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 631,
|
|
"pendingRequests": 5251,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:40:17.090Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 231,
|
|
"requestsCompleted": 462,
|
|
"latency": {
|
|
"min": 5.3,
|
|
"max": 20408,
|
|
"median": 4434,
|
|
"p95": 7752.6,
|
|
"p99": 12547.1
|
|
},
|
|
"rps": {
|
|
"count": 732,
|
|
"mean": 73.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5169.8,
|
|
"max": 25869.9,
|
|
"median": 5964.5,
|
|
"p95": 12626.5,
|
|
"p99": 25256.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 167
|
|
},
|
|
"codes": {
|
|
"200": 404,
|
|
"500": 58
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 733,
|
|
"pendingRequests": 5521,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:40:27.100Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 273,
|
|
"requestsCompleted": 544,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 23940.6,
|
|
"median": 3971,
|
|
"p95": 11911.2,
|
|
"p99": 19914.7
|
|
},
|
|
"rps": {
|
|
"count": 766,
|
|
"mean": 76.52
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4732.3,
|
|
"max": 28447.2,
|
|
"median": 5337.4,
|
|
"p95": 20265.5,
|
|
"p99": 24840.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 242,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 484,
|
|
"500": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 715,
|
|
"pendingRequests": 5743,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:40:37.095Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 316,
|
|
"requestsCompleted": 639,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 27436.7,
|
|
"median": 3334.9,
|
|
"p95": 18418.6,
|
|
"p99": 19402.1
|
|
},
|
|
"rps": {
|
|
"count": 818,
|
|
"mean": 81.88
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4205.7,
|
|
"max": 23419.4,
|
|
"median": 4715.8,
|
|
"p95": 20203.1,
|
|
"p99": 22922.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 238,
|
|
"ECONNRESET": 6
|
|
},
|
|
"codes": {
|
|
"200": 576,
|
|
"500": 63
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 655,
|
|
"pendingRequests": 5922,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:40:47.105Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 356,
|
|
"requestsCompleted": 718,
|
|
"latency": {
|
|
"min": 5.6,
|
|
"max": 19096.8,
|
|
"median": 2975.9,
|
|
"p95": 18097.7,
|
|
"p99": 18882.5
|
|
},
|
|
"rps": {
|
|
"count": 857,
|
|
"mean": 85.61
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3932.9,
|
|
"max": 28484.6,
|
|
"median": 4343.7,
|
|
"p95": 19442.8,
|
|
"p99": 22749.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 207
|
|
},
|
|
"codes": {
|
|
"200": 649,
|
|
"500": 69
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 592,
|
|
"pendingRequests": 6061,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:40:57.094Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 392,
|
|
"requestsCompleted": 782,
|
|
"latency": {
|
|
"min": 5.4,
|
|
"max": 18886.7,
|
|
"median": 2671.7,
|
|
"p95": 17721.5,
|
|
"p99": 18359.4
|
|
},
|
|
"rps": {
|
|
"count": 889,
|
|
"mean": 89.08
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3588.3,
|
|
"max": 22058,
|
|
"median": 4032.8,
|
|
"p95": 19227.4,
|
|
"p99": 21825.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 175
|
|
},
|
|
"codes": {
|
|
"200": 722,
|
|
"500": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 525,
|
|
"pendingRequests": 6168,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:41:07.093Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 364,
|
|
"requestsCompleted": 724,
|
|
"latency": {
|
|
"min": 5.8,
|
|
"max": 19393.2,
|
|
"median": 2493.3,
|
|
"p95": 17849.8,
|
|
"p99": 18657
|
|
},
|
|
"rps": {
|
|
"count": 871,
|
|
"mean": 87.19
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3450.8,
|
|
"max": 21899,
|
|
"median": 4312.1,
|
|
"p95": 19592.6,
|
|
"p99": 21405.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 129
|
|
},
|
|
"codes": {
|
|
"200": 666,
|
|
"500": 58
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 532,
|
|
"pendingRequests": 6315,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:41:17.091Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 226,
|
|
"requestsCompleted": 453,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 22122.3,
|
|
"median": 4483.1,
|
|
"p95": 7536.1,
|
|
"p99": 19788.2
|
|
},
|
|
"rps": {
|
|
"count": 733,
|
|
"mean": 73.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4837,
|
|
"max": 27868.2,
|
|
"median": 5809.9,
|
|
"p95": 20509.7,
|
|
"p99": 25108.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 124
|
|
},
|
|
"codes": {
|
|
"200": 386,
|
|
"500": 67
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 682,
|
|
"pendingRequests": 6595,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:41:27.092Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 249,
|
|
"requestsCompleted": 493,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 20407.3,
|
|
"median": 4171.5,
|
|
"p95": 8425.4,
|
|
"p99": 19427.4
|
|
},
|
|
"rps": {
|
|
"count": 743,
|
|
"mean": 74.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5022.7,
|
|
"max": 25432,
|
|
"median": 5786.5,
|
|
"p95": 13146.8,
|
|
"p99": 21134.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 199,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 429,
|
|
"500": 64
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 731,
|
|
"pendingRequests": 6845,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:41:37.091Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 274,
|
|
"requestsCompleted": 563,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 21924,
|
|
"median": 3500.1,
|
|
"p95": 18289.5,
|
|
"p99": 19725.2
|
|
},
|
|
"rps": {
|
|
"count": 775,
|
|
"mean": 77.58
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4445.8,
|
|
"max": 25531.6,
|
|
"median": 5043.4,
|
|
"p95": 20153,
|
|
"p99": 24092.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 249,
|
|
"ECONNRESET": 6
|
|
},
|
|
"codes": {
|
|
"200": 493,
|
|
"500": 70
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 702,
|
|
"pendingRequests": 7057,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:41:47.099Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 331,
|
|
"requestsCompleted": 649,
|
|
"latency": {
|
|
"min": 5.7,
|
|
"max": 22940.6,
|
|
"median": 3247.8,
|
|
"p95": 18415.7,
|
|
"p99": 19124.9
|
|
},
|
|
"rps": {
|
|
"count": 823,
|
|
"mean": 82.38
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4158,
|
|
"max": 24019,
|
|
"median": 4551.7,
|
|
"p95": 20157.2,
|
|
"p99": 23485.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 229,
|
|
"ECONNRESET": 2
|
|
},
|
|
"codes": {
|
|
"200": 596,
|
|
"500": 53
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 640,
|
|
"pendingRequests": 7231,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:41:57.108Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 362,
|
|
"requestsCompleted": 723,
|
|
"latency": {
|
|
"min": 6,
|
|
"max": 19063.2,
|
|
"median": 2957.3,
|
|
"p95": 17906.3,
|
|
"p99": 18405.3
|
|
},
|
|
"rps": {
|
|
"count": 860,
|
|
"mean": 86.09
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3929.7,
|
|
"max": 23416.8,
|
|
"median": 4317.6,
|
|
"p95": 19435.2,
|
|
"p99": 22203.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 199,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 668,
|
|
"500": 55
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 578,
|
|
"pendingRequests": 7368,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:42:07.091Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 413,
|
|
"requestsCompleted": 834,
|
|
"latency": {
|
|
"min": 5.9,
|
|
"max": 18904.7,
|
|
"median": 2509.9,
|
|
"p95": 17648.8,
|
|
"p99": 18549.6
|
|
},
|
|
"rps": {
|
|
"count": 915,
|
|
"mean": 91.78
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3465.9,
|
|
"max": 22110.5,
|
|
"median": 4025.3,
|
|
"p95": 19243.9,
|
|
"p99": 21493.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 171
|
|
},
|
|
"codes": {
|
|
"200": 770,
|
|
"500": 64
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 494,
|
|
"pendingRequests": 7449,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:42:17.099Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 290,
|
|
"requestsCompleted": 575,
|
|
"latency": {
|
|
"min": 5.3,
|
|
"max": 19382.7,
|
|
"median": 2846,
|
|
"p95": 17866.6,
|
|
"p99": 18808.3
|
|
},
|
|
"rps": {
|
|
"count": 803,
|
|
"mean": 80.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3476.9,
|
|
"max": 23638.5,
|
|
"median": 5189.9,
|
|
"p95": 19409.4,
|
|
"p99": 21160.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 126
|
|
},
|
|
"codes": {
|
|
"200": 510,
|
|
"500": 65
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 578,
|
|
"pendingRequests": 7677,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:42:27.089Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 228,
|
|
"requestsCompleted": 452,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 20362.5,
|
|
"median": 4498.8,
|
|
"p95": 6592.6,
|
|
"p99": 12419.4
|
|
},
|
|
"rps": {
|
|
"count": 721,
|
|
"mean": 72.24
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5344.7,
|
|
"max": 24391.8,
|
|
"median": 5796.8,
|
|
"p95": 12046.5,
|
|
"p99": 18307.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 148,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 393,
|
|
"500": 59
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 701,
|
|
"pendingRequests": 7946,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:42:37.092Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 256,
|
|
"requestsCompleted": 516,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 23641.4,
|
|
"median": 4125.6,
|
|
"p95": 11119.7,
|
|
"p99": 20125.2
|
|
},
|
|
"rps": {
|
|
"count": 754,
|
|
"mean": 75.4
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5018.2,
|
|
"max": 28652.2,
|
|
"median": 5495.5,
|
|
"p95": 16242.4,
|
|
"p99": 24948.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 225
|
|
},
|
|
"codes": {
|
|
"200": 455,
|
|
"500": 61
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 720,
|
|
"pendingRequests": 8184,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:42:47.093Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 308,
|
|
"requestsCompleted": 618,
|
|
"latency": {
|
|
"min": 5.6,
|
|
"max": 23178.2,
|
|
"median": 3450.5,
|
|
"p95": 18406.9,
|
|
"p99": 19405
|
|
},
|
|
"rps": {
|
|
"count": 809,
|
|
"mean": 80.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4227.3,
|
|
"max": 24205.8,
|
|
"median": 5102.2,
|
|
"p95": 19750,
|
|
"p99": 23180.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 241,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 550,
|
|
"500": 68
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 670,
|
|
"pendingRequests": 8375,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:42:57.099Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 344,
|
|
"requestsCompleted": 686,
|
|
"latency": {
|
|
"min": 5.9,
|
|
"max": 27735.3,
|
|
"median": 3155.2,
|
|
"p95": 18388.8,
|
|
"p99": 19110.7
|
|
},
|
|
"rps": {
|
|
"count": 840,
|
|
"mean": 84
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4020.8,
|
|
"max": 28761.6,
|
|
"median": 4493.5,
|
|
"p95": 19864.3,
|
|
"p99": 22974.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 210,
|
|
"ECONNRESET": 2
|
|
},
|
|
"codes": {
|
|
"200": 627,
|
|
"500": 59
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 614,
|
|
"pendingRequests": 8529,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:43:07.093Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 380,
|
|
"requestsCompleted": 769,
|
|
"latency": {
|
|
"min": 6.4,
|
|
"max": 18910.4,
|
|
"median": 2789.2,
|
|
"p95": 17900,
|
|
"p99": 18881
|
|
},
|
|
"rps": {
|
|
"count": 879,
|
|
"mean": 87.99
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3729.8,
|
|
"max": 22790.2,
|
|
"median": 4237,
|
|
"p95": 19203.4,
|
|
"p99": 20070.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 184
|
|
},
|
|
"codes": {
|
|
"200": 701,
|
|
"500": 68
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 550,
|
|
"pendingRequests": 8639,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:43:17.106Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 405,
|
|
"requestsCompleted": 802,
|
|
"latency": {
|
|
"min": 5.5,
|
|
"max": 20401.6,
|
|
"median": 2474.6,
|
|
"p95": 17625.7,
|
|
"p99": 18369.1
|
|
},
|
|
"rps": {
|
|
"count": 909,
|
|
"mean": 90.81
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3246.5,
|
|
"max": 22135.5,
|
|
"median": 3948.9,
|
|
"p95": 19152.1,
|
|
"p99": 21437.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 150
|
|
},
|
|
"codes": {
|
|
"200": 741,
|
|
"500": 61
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 495,
|
|
"pendingRequests": 8746,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:43:27.092Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 245,
|
|
"requestsCompleted": 487,
|
|
"latency": {
|
|
"min": 5.7,
|
|
"max": 20343,
|
|
"median": 3697.5,
|
|
"p95": 9966.1,
|
|
"p99": 19055.6
|
|
},
|
|
"rps": {
|
|
"count": 751,
|
|
"mean": 75.25
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4026.4,
|
|
"max": 25375.9,
|
|
"median": 5503,
|
|
"p95": 20973.4,
|
|
"p99": 24663.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 121
|
|
},
|
|
"codes": {
|
|
"200": 423,
|
|
"500": 64
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 629,
|
|
"pendingRequests": 9010,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:43:37.093Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 229,
|
|
"requestsCompleted": 467,
|
|
"latency": {
|
|
"min": 5.7,
|
|
"max": 20135.4,
|
|
"median": 4262.7,
|
|
"p95": 7755.2,
|
|
"p99": 17997.2
|
|
},
|
|
"rps": {
|
|
"count": 733,
|
|
"mean": 73.37
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5172.2,
|
|
"max": 21157.5,
|
|
"median": 5762.2,
|
|
"p95": 12753.2,
|
|
"p99": 20665.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 171,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 401,
|
|
"500": 66
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 728,
|
|
"pendingRequests": 9276,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:43:47.105Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 276,
|
|
"requestsCompleted": 545,
|
|
"latency": {
|
|
"min": 5.7,
|
|
"max": 23453.8,
|
|
"median": 3784,
|
|
"p95": 11752.8,
|
|
"p99": 19936.6
|
|
},
|
|
"rps": {
|
|
"count": 769,
|
|
"mean": 76.82
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4716.8,
|
|
"max": 25312.4,
|
|
"median": 5467.1,
|
|
"p95": 20099.3,
|
|
"p99": 24275.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 235,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 478,
|
|
"500": 67
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 714,
|
|
"pendingRequests": 9500,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:43:57.098Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 317,
|
|
"requestsCompleted": 633,
|
|
"latency": {
|
|
"min": 5.6,
|
|
"max": 23155.1,
|
|
"median": 3278.7,
|
|
"p95": 18415.5,
|
|
"p99": 19407.9
|
|
},
|
|
"rps": {
|
|
"count": 814,
|
|
"mean": 81.56
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4165.4,
|
|
"max": 27987.9,
|
|
"median": 4779.6,
|
|
"p95": 20320.8,
|
|
"p99": 24346.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 235,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 568,
|
|
"500": 65
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 659,
|
|
"pendingRequests": 9681,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:44:07.107Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 346,
|
|
"requestsCompleted": 706,
|
|
"latency": {
|
|
"min": 5.6,
|
|
"max": 19111.7,
|
|
"median": 3003.8,
|
|
"p95": 18102.5,
|
|
"p99": 18620
|
|
},
|
|
"rps": {
|
|
"count": 849,
|
|
"mean": 84.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3957.4,
|
|
"max": 23432.6,
|
|
"median": 4416.5,
|
|
"p95": 19446.1,
|
|
"p99": 22220.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 209,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 650,
|
|
"500": 56
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 603,
|
|
"pendingRequests": 9824,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:44:17.153Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 392,
|
|
"requestsCompleted": 791,
|
|
"latency": {
|
|
"min": 6.1,
|
|
"max": 22204.9,
|
|
"median": 2626.4,
|
|
"p95": 17589.2,
|
|
"p99": 18893.4
|
|
},
|
|
"rps": {
|
|
"count": 892,
|
|
"mean": 88.84
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3598,
|
|
"max": 25423.2,
|
|
"median": 4053.6,
|
|
"p95": 19743,
|
|
"p99": 22019.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 187
|
|
},
|
|
"codes": {
|
|
"200": 727,
|
|
"500": 64
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 524,
|
|
"pendingRequests": 9925,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:44:27.155Z",
|
|
"scenariosCreated": 503,
|
|
"scenariosCompleted": 366,
|
|
"requestsCompleted": 715,
|
|
"latency": {
|
|
"min": 5.9,
|
|
"max": 19639.3,
|
|
"median": 2492.7,
|
|
"p95": 17567.8,
|
|
"p99": 18747.8
|
|
},
|
|
"rps": {
|
|
"count": 870,
|
|
"mean": 87.09
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3048.2,
|
|
"max": 22615.7,
|
|
"median": 4473.5,
|
|
"p95": 19435.9,
|
|
"p99": 22140.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 503
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 132
|
|
},
|
|
"codes": {
|
|
"200": 644,
|
|
"500": 71
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 529,
|
|
"pendingRequests": 10080,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:44:37.150Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 231,
|
|
"requestsCompleted": 461,
|
|
"latency": {
|
|
"min": 5.5,
|
|
"max": 20397.8,
|
|
"median": 4216,
|
|
"p95": 6417.3,
|
|
"p99": 19854.3
|
|
},
|
|
"rps": {
|
|
"count": 738,
|
|
"mean": 73.87
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4754.9,
|
|
"max": 25398.4,
|
|
"median": 5546.6,
|
|
"p95": 19956.2,
|
|
"p99": 24547.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 127
|
|
},
|
|
"codes": {
|
|
"200": 394,
|
|
"500": 67
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 671,
|
|
"pendingRequests": 10357,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:44:47.157Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 244,
|
|
"requestsCompleted": 488,
|
|
"latency": {
|
|
"min": 5.3,
|
|
"max": 23936.3,
|
|
"median": 4226.4,
|
|
"p95": 8172.9,
|
|
"p99": 20270.3
|
|
},
|
|
"rps": {
|
|
"count": 735,
|
|
"mean": 73.5
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5191.8,
|
|
"max": 28168.2,
|
|
"median": 5535.7,
|
|
"p95": 13997.4,
|
|
"p99": 24954.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 200,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 430,
|
|
"500": 58
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 726,
|
|
"pendingRequests": 10604,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:44:57.154Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 281,
|
|
"requestsCompleted": 563,
|
|
"latency": {
|
|
"min": 5.8,
|
|
"max": 20182.8,
|
|
"median": 3700.3,
|
|
"p95": 11170.7,
|
|
"p99": 19642.1
|
|
},
|
|
"rps": {
|
|
"count": 782,
|
|
"mean": 78.28
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4529.5,
|
|
"max": 24158.2,
|
|
"median": 5271.8,
|
|
"p95": 19957.6,
|
|
"p99": 21127.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 250,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 508,
|
|
"500": 55
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 694,
|
|
"pendingRequests": 10823,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:45:07.157Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 335,
|
|
"requestsCompleted": 663,
|
|
"latency": {
|
|
"min": 5.8,
|
|
"max": 23169.2,
|
|
"median": 3226.3,
|
|
"p95": 18402.7,
|
|
"p99": 19189.2
|
|
},
|
|
"rps": {
|
|
"count": 825,
|
|
"mean": 82.58
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 4063,
|
|
"max": 24192.5,
|
|
"median": 4736.7,
|
|
"p95": 19773.2,
|
|
"p99": 22490.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 230,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 601,
|
|
"500": 62
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 626,
|
|
"pendingRequests": 10985,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:45:17.154Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 367,
|
|
"requestsCompleted": 742,
|
|
"latency": {
|
|
"min": 5.9,
|
|
"max": 19184.8,
|
|
"median": 2875.2,
|
|
"p95": 17910.1,
|
|
"p99": 18897.8
|
|
},
|
|
"rps": {
|
|
"count": 873,
|
|
"mean": 87.47
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3738,
|
|
"max": 22599.4,
|
|
"median": 4303.5,
|
|
"p95": 19276.8,
|
|
"p99": 21637.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 189
|
|
},
|
|
"codes": {
|
|
"200": 676,
|
|
"500": 66
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 570,
|
|
"pendingRequests": 11116,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:45:27.157Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 415,
|
|
"requestsCompleted": 827,
|
|
"latency": {
|
|
"min": 6.2,
|
|
"max": 18710.7,
|
|
"median": 2421.3,
|
|
"p95": 17654.2,
|
|
"p99": 18373.1
|
|
},
|
|
"rps": {
|
|
"count": 915,
|
|
"mean": 91.5
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3118.9,
|
|
"max": 22387.2,
|
|
"median": 3970.6,
|
|
"p95": 18972.6,
|
|
"p99": 21120.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 157
|
|
},
|
|
"codes": {
|
|
"200": 763,
|
|
"500": 64
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 498,
|
|
"pendingRequests": 11204,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:45:37.157Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 287,
|
|
"requestsCompleted": 577,
|
|
"latency": {
|
|
"min": 6.3,
|
|
"max": 19888.3,
|
|
"median": 3025.1,
|
|
"p95": 17879.1,
|
|
"p99": 19081.7
|
|
},
|
|
"rps": {
|
|
"count": 801,
|
|
"mean": 80.18
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 3502.2,
|
|
"max": 22911.4,
|
|
"median": 5066.9,
|
|
"p95": 19717.1,
|
|
"p99": 22636.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 124
|
|
},
|
|
"codes": {
|
|
"200": 506,
|
|
"500": 71
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 587,
|
|
"pendingRequests": 11428,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:45:47.155Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 233,
|
|
"requestsCompleted": 465,
|
|
"latency": {
|
|
"min": 6,
|
|
"max": 20166.7,
|
|
"median": 4251.2,
|
|
"p95": 5812.7,
|
|
"p99": 12109.9
|
|
},
|
|
"rps": {
|
|
"count": 730,
|
|
"mean": 73.07
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5046.7,
|
|
"max": 25380.3,
|
|
"median": 5709.6,
|
|
"p95": 11057.5,
|
|
"p99": 21271.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 156,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 398,
|
|
"500": 67
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 697,
|
|
"pendingRequests": 11693,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:45:57.159Z",
|
|
"scenariosCreated": 46,
|
|
"scenariosCompleted": 254,
|
|
"requestsCompleted": 503,
|
|
"latency": {
|
|
"min": 6.1,
|
|
"max": 21369.4,
|
|
"median": 4218.3,
|
|
"p95": 19181.3,
|
|
"p99": 20165.7
|
|
},
|
|
"rps": {
|
|
"count": 292,
|
|
"mean": 29.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 5005.3,
|
|
"max": 25418.3,
|
|
"median": 9187.6,
|
|
"p95": 20409.3,
|
|
"p99": 21476
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 46
|
|
},
|
|
"errors": {
|
|
"ETIMEDOUT": 206,
|
|
"ECONNRESET": 3
|
|
},
|
|
"codes": {
|
|
"200": 446,
|
|
"500": 57
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 280,
|
|
"pendingRequests": 11482,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-10T12:46:06.095Z",
|
|
"scenariosCreated": 0,
|
|
"scenariosCompleted": 230,
|
|
"requestsCompleted": 415,
|
|
"latency": {
|
|
"min": 6.2,
|
|
"max": 19886.6,
|
|
"median": 3008.2,
|
|
"p95": 18865.1,
|
|
"p99": 19568.6
|
|
},
|
|
"rps": {
|
|
"count": 212,
|
|
"mean": 23.98
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 9960.8,
|
|
"max": 24929.1,
|
|
"median": 19258.1,
|
|
"p95": 22410.5,
|
|
"p99": 23731.4
|
|
},
|
|
"scenarioCounts": {},
|
|
"errors": {
|
|
"ETIMEDOUT": 49,
|
|
"ECONNRESET": 1
|
|
},
|
|
"codes": {
|
|
"200": 373,
|
|
"500": 42
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 0,
|
|
"pendingRequests": 11279,
|
|
"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>
|