34535 lines
724 KiB
HTML
34535 lines
724 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-11T09:40:36.854Z",
|
|
"scenariosCreated": 453419,
|
|
"scenariosCompleted": 453419,
|
|
"requestsCompleted": 906838,
|
|
"latency": {
|
|
"min": 4.1,
|
|
"max": 12842.4,
|
|
"median": 8,
|
|
"p95": 12.5,
|
|
"p99": 26.5
|
|
},
|
|
"rps": {
|
|
"count": 906838,
|
|
"mean": 98.66
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1011.3,
|
|
"max": 13855,
|
|
"median": 1018.3,
|
|
"p95": 1029.9,
|
|
"p99": 1159.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 453419
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 906838
|
|
},
|
|
"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": 9000,
|
|
"arrivalRate": 50,
|
|
"name": "Sustained load"
|
|
}
|
|
]
|
|
},
|
|
"intermediate": [
|
|
{
|
|
"timestamp": "2021-02-11T07:07:36.574Z",
|
|
"scenariosCreated": 29,
|
|
"scenariosCompleted": 26,
|
|
"requestsCompleted": 55,
|
|
"latency": {
|
|
"min": 8,
|
|
"max": 448.4,
|
|
"median": 13.5,
|
|
"p95": 58.8,
|
|
"p99": 437.7
|
|
},
|
|
"rps": {
|
|
"count": 55,
|
|
"mean": 5.71
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1024,
|
|
"max": 1560.9,
|
|
"median": 1029.8,
|
|
"p95": 1316.9,
|
|
"p99": 1560.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 29
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 55
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 3,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:07:46.565Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 30,
|
|
"requestsCompleted": 60,
|
|
"latency": {
|
|
"min": 8,
|
|
"max": 30.4,
|
|
"median": 13,
|
|
"p95": 16.4,
|
|
"p99": 29
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 6.02
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1024,
|
|
"max": 1046.3,
|
|
"median": 1028,
|
|
"p95": 1043.9,
|
|
"p99": 1046.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 3,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:07:56.584Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 30,
|
|
"requestsCompleted": 60,
|
|
"latency": {
|
|
"min": 8.3,
|
|
"max": 26.9,
|
|
"median": 11.7,
|
|
"p95": 18,
|
|
"p99": 26.4
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 5.99
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1024.2,
|
|
"max": 1040.4,
|
|
"median": 1029.1,
|
|
"p95": 1039.3,
|
|
"p99": 1040.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 3,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:08:06.564Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 29,
|
|
"requestsCompleted": 59,
|
|
"latency": {
|
|
"min": 7.1,
|
|
"max": 18,
|
|
"median": 12.7,
|
|
"p95": 15.9,
|
|
"p99": 17.8
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 6.02
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1025.1,
|
|
"max": 1048.5,
|
|
"median": 1028.9,
|
|
"p95": 1046.7,
|
|
"p99": 1048.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 59
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 4,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:08:16.566Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 31,
|
|
"requestsCompleted": 61,
|
|
"latency": {
|
|
"min": 7.2,
|
|
"max": 629.3,
|
|
"median": 12.1,
|
|
"p95": 15.7,
|
|
"p99": 562.1
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 6.01
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1022.8,
|
|
"max": 1648.5,
|
|
"median": 1026.7,
|
|
"p95": 1044.7,
|
|
"p99": 1648.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 61
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 3,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:08:26.563Z",
|
|
"scenariosCreated": 30,
|
|
"scenariosCompleted": 30,
|
|
"requestsCompleted": 60,
|
|
"latency": {
|
|
"min": 6.7,
|
|
"max": 222,
|
|
"median": 12.1,
|
|
"p95": 17.3,
|
|
"p99": 201.7
|
|
},
|
|
"rps": {
|
|
"count": 60,
|
|
"mean": 6.01
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1022.1,
|
|
"max": 1237.2,
|
|
"median": 1026.4,
|
|
"p95": 1037.8,
|
|
"p99": 1237.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 30
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 60
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 3,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:08:36.568Z",
|
|
"scenariosCreated": 53,
|
|
"scenariosCompleted": 52,
|
|
"requestsCompleted": 105,
|
|
"latency": {
|
|
"min": 7.2,
|
|
"max": 130.2,
|
|
"median": 11.9,
|
|
"p95": 14.7,
|
|
"p99": 70.3
|
|
},
|
|
"rps": {
|
|
"count": 105,
|
|
"mean": 10.5
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1023.2,
|
|
"max": 1354.9,
|
|
"median": 1026.2,
|
|
"p95": 1041.8,
|
|
"p99": 1350.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 53
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 105
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 4,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:08:46.569Z",
|
|
"scenariosCreated": 78,
|
|
"scenariosCompleted": 75,
|
|
"requestsCompleted": 153,
|
|
"latency": {
|
|
"min": 6.9,
|
|
"max": 2215.5,
|
|
"median": 11.4,
|
|
"p95": 15,
|
|
"p99": 27.8
|
|
},
|
|
"rps": {
|
|
"count": 153,
|
|
"mean": 15.32
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1021.8,
|
|
"max": 3278.4,
|
|
"median": 1025.7,
|
|
"p95": 1033.2,
|
|
"p99": 2768.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 78
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 153
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 7,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:08:56.565Z",
|
|
"scenariosCreated": 139,
|
|
"scenariosCompleted": 125,
|
|
"requestsCompleted": 263,
|
|
"latency": {
|
|
"min": 6.8,
|
|
"max": 1011.9,
|
|
"median": 10.9,
|
|
"p95": 14.2,
|
|
"p99": 124.1
|
|
},
|
|
"rps": {
|
|
"count": 264,
|
|
"mean": 26.75
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1020.1,
|
|
"max": 2028.7,
|
|
"median": 1024.3,
|
|
"p95": 1034.9,
|
|
"p99": 1378
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 139
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 263
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 21,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:09:06.572Z",
|
|
"scenariosCreated": 184,
|
|
"scenariosCompleted": 184,
|
|
"requestsCompleted": 369,
|
|
"latency": {
|
|
"min": 6.4,
|
|
"max": 215.2,
|
|
"median": 10.1,
|
|
"p95": 13.9,
|
|
"p99": 23.7
|
|
},
|
|
"rps": {
|
|
"count": 368,
|
|
"mean": 36.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1019.6,
|
|
"max": 1229.8,
|
|
"median": 1023.9,
|
|
"p95": 1029,
|
|
"p99": 1227.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 184
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 369
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 21,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:09:16.576Z",
|
|
"scenariosCreated": 186,
|
|
"scenariosCompleted": 186,
|
|
"requestsCompleted": 371,
|
|
"latency": {
|
|
"min": 6.3,
|
|
"max": 350.9,
|
|
"median": 10.7,
|
|
"p95": 15.3,
|
|
"p99": 23.8
|
|
},
|
|
"rps": {
|
|
"count": 373,
|
|
"mean": 37.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1020.4,
|
|
"max": 1369.1,
|
|
"median": 1025.5,
|
|
"p95": 1034.9,
|
|
"p99": 1045.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 186
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 371
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 21,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:09:26.567Z",
|
|
"scenariosCreated": 240,
|
|
"scenariosCompleted": 232,
|
|
"requestsCompleted": 472,
|
|
"latency": {
|
|
"min": 6.2,
|
|
"max": 3076.1,
|
|
"median": 10.7,
|
|
"p95": 15.8,
|
|
"p99": 173.6
|
|
},
|
|
"rps": {
|
|
"count": 471,
|
|
"mean": 47.15
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1018.9,
|
|
"max": 4095.2,
|
|
"median": 1025.7,
|
|
"p95": 1046.8,
|
|
"p99": 1714.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 240
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 472
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 29,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:09:36.573Z",
|
|
"scenariosCreated": 289,
|
|
"scenariosCompleted": 290,
|
|
"requestsCompleted": 580,
|
|
"latency": {
|
|
"min": 5.8,
|
|
"max": 224.6,
|
|
"median": 10.3,
|
|
"p95": 14.6,
|
|
"p99": 30.8
|
|
},
|
|
"rps": {
|
|
"count": 579,
|
|
"mean": 57.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1017.6,
|
|
"max": 1446.5,
|
|
"median": 1023.8,
|
|
"p95": 1033.3,
|
|
"p99": 1090.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 289
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 580
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 28,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:09:46.577Z",
|
|
"scenariosCreated": 332,
|
|
"scenariosCompleted": 318,
|
|
"requestsCompleted": 650,
|
|
"latency": {
|
|
"min": 5.8,
|
|
"max": 47.9,
|
|
"median": 10.6,
|
|
"p95": 14.6,
|
|
"p99": 18.5
|
|
},
|
|
"rps": {
|
|
"count": 652,
|
|
"mean": 65.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1019.6,
|
|
"max": 1235.7,
|
|
"median": 1025.4,
|
|
"p95": 1032.4,
|
|
"p99": 1064.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 332
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 650
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 42,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:09:56.572Z",
|
|
"scenariosCreated": 353,
|
|
"scenariosCompleted": 360,
|
|
"requestsCompleted": 712,
|
|
"latency": {
|
|
"min": 5.7,
|
|
"max": 215.5,
|
|
"median": 10.4,
|
|
"p95": 14.9,
|
|
"p99": 21.6
|
|
},
|
|
"rps": {
|
|
"count": 711,
|
|
"mean": 71.17
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1018.1,
|
|
"max": 1637.9,
|
|
"median": 1025,
|
|
"p95": 1032.8,
|
|
"p99": 1047.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 353
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 712
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 35,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:10:06.573Z",
|
|
"scenariosCreated": 408,
|
|
"scenariosCompleted": 405,
|
|
"requestsCompleted": 813,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 55.2,
|
|
"median": 9.2,
|
|
"p95": 13.8,
|
|
"p99": 19.7
|
|
},
|
|
"rps": {
|
|
"count": 813,
|
|
"mean": 81.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.3,
|
|
"max": 1066,
|
|
"median": 1022.5,
|
|
"p95": 1030.4,
|
|
"p99": 1040.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 408
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 813
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 38,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:10:16.582Z",
|
|
"scenariosCreated": 447,
|
|
"scenariosCompleted": 438,
|
|
"requestsCompleted": 884,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1006.8,
|
|
"median": 8.8,
|
|
"p95": 12.9,
|
|
"p99": 20
|
|
},
|
|
"rps": {
|
|
"count": 885,
|
|
"mean": 88.41
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 2022.9,
|
|
"median": 1021.9,
|
|
"p95": 1030.3,
|
|
"p99": 1068.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 447
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 884
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 47,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:10:26.581Z",
|
|
"scenariosCreated": 483,
|
|
"scenariosCompleted": 479,
|
|
"requestsCompleted": 963,
|
|
"latency": {
|
|
"min": 5.3,
|
|
"max": 1010.8,
|
|
"median": 9,
|
|
"p95": 13.6,
|
|
"p99": 22.2
|
|
},
|
|
"rps": {
|
|
"count": 962,
|
|
"mean": 96.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1016.5,
|
|
"max": 2322.7,
|
|
"median": 1023.2,
|
|
"p95": 1031,
|
|
"p99": 1048.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 483
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 963
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:10:36.576Z",
|
|
"scenariosCreated": 499,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 997,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 32.1,
|
|
"median": 8.8,
|
|
"p95": 12.5,
|
|
"p99": 16.2
|
|
},
|
|
"rps": {
|
|
"count": 998,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.8,
|
|
"max": 1233.6,
|
|
"median": 1022.1,
|
|
"p95": 1028.7,
|
|
"p99": 1041.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 499
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 997
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:10:46.584Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.3,
|
|
"max": 624.2,
|
|
"median": 8.8,
|
|
"p95": 12.8,
|
|
"p99": 18.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.9,
|
|
"max": 1643.6,
|
|
"median": 1021.9,
|
|
"p95": 1030.4,
|
|
"p99": 1055
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:10:56.584Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.4,
|
|
"max": 626,
|
|
"median": 8.8,
|
|
"p95": 12.9,
|
|
"p99": 23.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.6,
|
|
"max": 1639.1,
|
|
"median": 1021.8,
|
|
"p95": 1029.7,
|
|
"p99": 1055
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:11:06.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.4,
|
|
"max": 288.4,
|
|
"median": 9,
|
|
"p95": 16.2,
|
|
"p99": 206.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 1305.7,
|
|
"median": 1022.2,
|
|
"p95": 1076.7,
|
|
"p99": 1275.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:11:16.583Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.4,
|
|
"max": 33.1,
|
|
"median": 8.6,
|
|
"p95": 13,
|
|
"p99": 19.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.5,
|
|
"max": 1228.9,
|
|
"median": 1021.6,
|
|
"p95": 1029.9,
|
|
"p99": 1039.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:11:26.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 94.7,
|
|
"median": 8.5,
|
|
"p95": 12.6,
|
|
"p99": 31.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.1,
|
|
"max": 1109.4,
|
|
"median": 1020.4,
|
|
"p95": 1029.5,
|
|
"p99": 1065
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:11:36.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 197.7,
|
|
"median": 8.7,
|
|
"p95": 23.4,
|
|
"p99": 107.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015,
|
|
"max": 1214.7,
|
|
"median": 1021.5,
|
|
"p95": 1067.3,
|
|
"p99": 1184.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:11:46.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 212.6,
|
|
"median": 8.5,
|
|
"p95": 12.7,
|
|
"p99": 18.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.9,
|
|
"max": 1227.8,
|
|
"median": 1020.8,
|
|
"p95": 1028.3,
|
|
"p99": 1038.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:11:56.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.5,
|
|
"max": 633.3,
|
|
"median": 8.8,
|
|
"p95": 13,
|
|
"p99": 20.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.2,
|
|
"max": 1646.5,
|
|
"median": 1021.8,
|
|
"p95": 1029.7,
|
|
"p99": 1042.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:12:06.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.5,
|
|
"max": 215.2,
|
|
"median": 8.8,
|
|
"p95": 12.8,
|
|
"p99": 23.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.5,
|
|
"max": 1230.1,
|
|
"median": 1021.8,
|
|
"p95": 1028.7,
|
|
"p99": 1042.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:12:16.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 1011,
|
|
"median": 8.6,
|
|
"p95": 15,
|
|
"p99": 30.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 2227.9,
|
|
"median": 1021.7,
|
|
"p95": 1039.8,
|
|
"p99": 1227
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:12:26.582Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 221.9,
|
|
"median": 8.5,
|
|
"p95": 13.6,
|
|
"p99": 34.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1236.7,
|
|
"median": 1019.9,
|
|
"p95": 1033.7,
|
|
"p99": 1096.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:12:36.584Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 41,
|
|
"median": 8.4,
|
|
"p95": 13.1,
|
|
"p99": 21.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.7,
|
|
"max": 1630.7,
|
|
"median": 1019.9,
|
|
"p95": 1028.9,
|
|
"p99": 1041.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:12:46.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.3,
|
|
"max": 624.3,
|
|
"median": 8.9,
|
|
"p95": 14.4,
|
|
"p99": 27.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.9,
|
|
"max": 1845.3,
|
|
"median": 1023,
|
|
"p95": 1037.7,
|
|
"p99": 1054.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:12:56.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 227.9,
|
|
"median": 7.7,
|
|
"p95": 11.8,
|
|
"p99": 20
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1250.9,
|
|
"median": 1017.1,
|
|
"p95": 1025.4,
|
|
"p99": 1042.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:13:06.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.9,
|
|
"median": 7.3,
|
|
"p95": 10.6,
|
|
"p99": 18.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2018.8,
|
|
"median": 1016.2,
|
|
"p95": 1023.5,
|
|
"p99": 1050.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:13:16.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 237.1,
|
|
"median": 7.6,
|
|
"p95": 22.5,
|
|
"p99": 152
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1433.6,
|
|
"median": 1017,
|
|
"p95": 1161.4,
|
|
"p99": 1350.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:13:26.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 212.8,
|
|
"median": 7.2,
|
|
"p95": 10.9,
|
|
"p99": 34.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1231.2,
|
|
"median": 1016.3,
|
|
"p95": 1029.3,
|
|
"p99": 1074.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:13:36.573Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 120.7,
|
|
"median": 7.8,
|
|
"p95": 12.1,
|
|
"p99": 35.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2443.8,
|
|
"median": 1018.3,
|
|
"p95": 1030.5,
|
|
"p99": 1105.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:13:46.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 213.6,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 13.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1223.7,
|
|
"median": 1017.4,
|
|
"p95": 1022.7,
|
|
"p99": 1031.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:13:56.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 106,
|
|
"median": 7.4,
|
|
"p95": 11.2,
|
|
"p99": 26.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1116.9,
|
|
"median": 1016.8,
|
|
"p95": 1024.3,
|
|
"p99": 1063.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:14:06.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 212.9,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 21.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1223.9,
|
|
"median": 1016.9,
|
|
"p95": 1023.5,
|
|
"p99": 1050.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:14:16.574Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 103.8,
|
|
"median": 7.7,
|
|
"p95": 12.1,
|
|
"p99": 28.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1116.9,
|
|
"median": 1017.1,
|
|
"p95": 1025.3,
|
|
"p99": 1040.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:14:26.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 417.1,
|
|
"median": 7.6,
|
|
"p95": 13.8,
|
|
"p99": 21.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1426.2,
|
|
"median": 1017,
|
|
"p95": 1055.9,
|
|
"p99": 1358.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:14:36.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.8,
|
|
"median": 8.3,
|
|
"p95": 14.5,
|
|
"p99": 24.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 2024.2,
|
|
"median": 1019,
|
|
"p95": 1036.5,
|
|
"p99": 1145.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:14:46.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1016.9,
|
|
"median": 10,
|
|
"p95": 19.5,
|
|
"p99": 32.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 2028.8,
|
|
"median": 1026.1,
|
|
"p95": 1050.1,
|
|
"p99": 1078.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:14:56.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1011.8,
|
|
"median": 9,
|
|
"p95": 15,
|
|
"p99": 28.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 2030.6,
|
|
"median": 1023.2,
|
|
"p95": 1038,
|
|
"p99": 1233.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:15:06.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 61.1,
|
|
"median": 9.3,
|
|
"p95": 17,
|
|
"p99": 30.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1256.9,
|
|
"median": 1022.9,
|
|
"p95": 1037.1,
|
|
"p99": 1070.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:15:16.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1009,
|
|
"median": 7.8,
|
|
"p95": 11.8,
|
|
"p99": 18.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2017.8,
|
|
"median": 1018,
|
|
"p95": 1025.9,
|
|
"p99": 1037.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:15:26.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 42.3,
|
|
"median": 7.6,
|
|
"p95": 11.5,
|
|
"p99": 21.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1054.1,
|
|
"median": 1017.5,
|
|
"p95": 1025.5,
|
|
"p99": 1034.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:15:36.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 621.1,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 18.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 1632.5,
|
|
"median": 1017.4,
|
|
"p95": 1022.5,
|
|
"p99": 1032.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:15:46.574Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 213.8,
|
|
"median": 8,
|
|
"p95": 11.7,
|
|
"p99": 19.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 1223,
|
|
"median": 1018.3,
|
|
"p95": 1025.7,
|
|
"p99": 1035.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:15:56.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 33.8,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 13.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 1043.7,
|
|
"median": 1017.6,
|
|
"p95": 1022,
|
|
"p99": 1026.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:16:06.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 164.7,
|
|
"median": 7.9,
|
|
"p95": 11.2,
|
|
"p99": 67.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1179.6,
|
|
"median": 1017.7,
|
|
"p95": 1025.8,
|
|
"p99": 1136.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:16:16.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 45.7,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 15.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1059.6,
|
|
"median": 1017.6,
|
|
"p95": 1023.5,
|
|
"p99": 1030.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:16:26.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 19,
|
|
"median": 7.6,
|
|
"p95": 10.4,
|
|
"p99": 11.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1030.5,
|
|
"median": 1017.5,
|
|
"p95": 1021.6,
|
|
"p99": 1027.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:16:36.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 37.3,
|
|
"median": 7.6,
|
|
"p95": 10.4,
|
|
"p99": 13.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1047.1,
|
|
"median": 1017.3,
|
|
"p95": 1021.9,
|
|
"p99": 1028.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:16:46.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 122.3,
|
|
"median": 7.7,
|
|
"p95": 11.1,
|
|
"p99": 37.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1131.1,
|
|
"median": 1017.5,
|
|
"p95": 1025.7,
|
|
"p99": 1084
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:16:56.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 56.4,
|
|
"median": 7.6,
|
|
"p95": 10.9,
|
|
"p99": 16.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1064.9,
|
|
"median": 1017.5,
|
|
"p95": 1022.7,
|
|
"p99": 1032.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:17:06.574Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 152.6,
|
|
"median": 7.7,
|
|
"p95": 11.6,
|
|
"p99": 59.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1161.5,
|
|
"median": 1017.7,
|
|
"p95": 1028.3,
|
|
"p99": 1118.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:17:16.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 128.2,
|
|
"median": 8.1,
|
|
"p95": 12.7,
|
|
"p99": 65.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1147.9,
|
|
"median": 1018.1,
|
|
"p95": 1034.1,
|
|
"p99": 1114.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:17:26.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 80.9,
|
|
"median": 8.2,
|
|
"p95": 13.3,
|
|
"p99": 34.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 1094.4,
|
|
"median": 1018.5,
|
|
"p95": 1029.7,
|
|
"p99": 1060.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:17:36.574Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 47.9,
|
|
"median": 8.1,
|
|
"p95": 13.6,
|
|
"p99": 22.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 1057.1,
|
|
"median": 1018.5,
|
|
"p95": 1030.7,
|
|
"p99": 1044
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:17:46.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 32.6,
|
|
"median": 7.8,
|
|
"p95": 11.2,
|
|
"p99": 16
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1042.2,
|
|
"median": 1018,
|
|
"p95": 1024.5,
|
|
"p99": 1031.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:17:56.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 115.3,
|
|
"median": 7.9,
|
|
"p95": 13.2,
|
|
"p99": 49.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 1126,
|
|
"median": 1018,
|
|
"p95": 1030.5,
|
|
"p99": 1089.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:18:06.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.2,
|
|
"max": 1007.7,
|
|
"median": 7.8,
|
|
"p95": 12.7,
|
|
"p99": 80.3
|
|
},
|
|
"rps": {
|
|
"count": 998,
|
|
"mean": 99.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1638,
|
|
"median": 1017.6,
|
|
"p95": 1027.8,
|
|
"p99": 1176.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:18:16.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 633.1,
|
|
"median": 9.7,
|
|
"p95": 19.4,
|
|
"p99": 39.3
|
|
},
|
|
"rps": {
|
|
"count": 1002,
|
|
"mean": 100.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.8,
|
|
"max": 2472.1,
|
|
"median": 1025.1,
|
|
"p95": 1052.1,
|
|
"p99": 1239.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:18:26.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 628.3,
|
|
"median": 9.5,
|
|
"p95": 15.7,
|
|
"p99": 26.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 1846.7,
|
|
"median": 1024.2,
|
|
"p95": 1038.4,
|
|
"p99": 1232.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:18:36.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1010.9,
|
|
"median": 9,
|
|
"p95": 14.1,
|
|
"p99": 21.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.7,
|
|
"max": 2025,
|
|
"median": 1022.9,
|
|
"p95": 1033.1,
|
|
"p99": 1144.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:18:46.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 216.2,
|
|
"median": 9.2,
|
|
"p95": 14.3,
|
|
"p99": 23.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.1,
|
|
"max": 1231.5,
|
|
"median": 1023.4,
|
|
"p95": 1033.8,
|
|
"p99": 1050.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:18:56.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 632.7,
|
|
"median": 8.9,
|
|
"p95": 17.5,
|
|
"p99": 91.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1641.6,
|
|
"median": 1022.7,
|
|
"p95": 1055.2,
|
|
"p99": 1228
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:19:06.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 617,
|
|
"median": 7.8,
|
|
"p95": 11.8,
|
|
"p99": 19.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1630.6,
|
|
"median": 1018,
|
|
"p95": 1026.3,
|
|
"p99": 1040.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:19:16.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 2209.5,
|
|
"median": 7.7,
|
|
"p95": 11.3,
|
|
"p99": 20.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 3263.1,
|
|
"median": 1017.3,
|
|
"p95": 1023.9,
|
|
"p99": 1348.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:19:26.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 211.7,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 13.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2443,
|
|
"median": 1017.2,
|
|
"p95": 1022.3,
|
|
"p99": 1033.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:19:36.574Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 214.6,
|
|
"median": 7.6,
|
|
"p95": 11.2,
|
|
"p99": 27.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1224,
|
|
"median": 1017.4,
|
|
"p95": 1024.3,
|
|
"p99": 1072.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:19:46.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.6,
|
|
"median": 7.7,
|
|
"p95": 10.9,
|
|
"p99": 15.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2016.4,
|
|
"median": 1017.7,
|
|
"p95": 1022.5,
|
|
"p99": 1222.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:19:56.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 214.4,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 14.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1226.7,
|
|
"median": 1017.7,
|
|
"p95": 1022.4,
|
|
"p99": 1042.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:20:06.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 622.9,
|
|
"median": 7.7,
|
|
"p95": 11.6,
|
|
"p99": 22.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1634.8,
|
|
"median": 1017.7,
|
|
"p95": 1025.8,
|
|
"p99": 1052.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:20:16.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007,
|
|
"median": 7.9,
|
|
"p95": 12.6,
|
|
"p99": 37.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2017.5,
|
|
"median": 1017.8,
|
|
"p95": 1031.1,
|
|
"p99": 1106.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:20:26.574Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.5,
|
|
"median": 7.8,
|
|
"p95": 13.1,
|
|
"p99": 34.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 2015.1,
|
|
"median": 1017.9,
|
|
"p95": 1028.8,
|
|
"p99": 1057.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:20:36.574Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007,
|
|
"median": 7.7,
|
|
"p95": 11,
|
|
"p99": 19.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2015.7,
|
|
"median": 1017.4,
|
|
"p95": 1025.6,
|
|
"p99": 1052.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:20:46.574Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 45.8,
|
|
"median": 7.6,
|
|
"p95": 11,
|
|
"p99": 17
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1229.3,
|
|
"median": 1017.1,
|
|
"p95": 1023.1,
|
|
"p99": 1033.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:20:56.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1006.5,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 14.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2014.1,
|
|
"median": 1017,
|
|
"p95": 1022.4,
|
|
"p99": 1126.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:21:06.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1442.2,
|
|
"median": 7.5,
|
|
"p95": 10.7,
|
|
"p99": 13.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2452.3,
|
|
"median": 1017.1,
|
|
"p95": 1022.1,
|
|
"p99": 1027.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:21:16.574Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1009.4,
|
|
"median": 7.7,
|
|
"p95": 11.1,
|
|
"p99": 17.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 2256.4,
|
|
"median": 1017.3,
|
|
"p95": 1024.1,
|
|
"p99": 1036
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:21:26.574Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 211.7,
|
|
"median": 7.7,
|
|
"p95": 11,
|
|
"p99": 15.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1223.6,
|
|
"median": 1017.2,
|
|
"p95": 1022.5,
|
|
"p99": 1040.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:21:36.574Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 211.3,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 14.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1230.9,
|
|
"median": 1017.2,
|
|
"p95": 1022.3,
|
|
"p99": 1125.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:21:46.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 496,
|
|
"requestsCompleted": 996,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.7,
|
|
"median": 7.7,
|
|
"p95": 12,
|
|
"p99": 385.2
|
|
},
|
|
"rps": {
|
|
"count": 996,
|
|
"mean": 99.6
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2258.9,
|
|
"median": 1017.5,
|
|
"p95": 1027,
|
|
"p99": 1342.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 996
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 55,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:21:56.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 504,
|
|
"requestsCompleted": 1004,
|
|
"latency": {
|
|
"min": 4.2,
|
|
"max": 212.4,
|
|
"median": 7.7,
|
|
"p95": 11.4,
|
|
"p99": 20.1
|
|
},
|
|
"rps": {
|
|
"count": 1004,
|
|
"mean": 100.4
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.1,
|
|
"max": 1845.6,
|
|
"median": 1017.7,
|
|
"p95": 1032.9,
|
|
"p99": 1452.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1004
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:22:06.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1006.3,
|
|
"median": 7.8,
|
|
"p95": 11.1,
|
|
"p99": 20.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 4134,
|
|
"median": 1017.7,
|
|
"p95": 1023.4,
|
|
"p99": 1040.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:22:16.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1008.5,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 15.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2016.3,
|
|
"median": 1017.5,
|
|
"p95": 1023.7,
|
|
"p99": 1035.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:22:26.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 623.1,
|
|
"median": 8,
|
|
"p95": 11.8,
|
|
"p99": 21.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1636,
|
|
"median": 1018.6,
|
|
"p95": 1027.1,
|
|
"p99": 1224.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:22:36.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 62.5,
|
|
"median": 8.2,
|
|
"p95": 13.4,
|
|
"p99": 20.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1073.6,
|
|
"median": 1018.8,
|
|
"p95": 1028.3,
|
|
"p99": 1042.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:22:46.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 29.9,
|
|
"median": 8.1,
|
|
"p95": 11.3,
|
|
"p99": 15.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 1043,
|
|
"median": 1018.4,
|
|
"p95": 1023.9,
|
|
"p99": 1030.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:22:56.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 37.9,
|
|
"median": 8.2,
|
|
"p95": 11.3,
|
|
"p99": 14.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1048.1,
|
|
"median": 1018.6,
|
|
"p95": 1023.8,
|
|
"p99": 1035.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:23:06.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 31.5,
|
|
"median": 7.7,
|
|
"p95": 11.1,
|
|
"p99": 14.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1045.8,
|
|
"median": 1017.5,
|
|
"p95": 1023.4,
|
|
"p99": 1034.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:23:16.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 37.8,
|
|
"median": 8,
|
|
"p95": 11.5,
|
|
"p99": 16.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 1060.7,
|
|
"median": 1018.6,
|
|
"p95": 1026,
|
|
"p99": 1043
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:23:26.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 88.5,
|
|
"median": 7.9,
|
|
"p95": 11.2,
|
|
"p99": 19.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1098.4,
|
|
"median": 1018.3,
|
|
"p95": 1024.6,
|
|
"p99": 1054
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:23:36.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 81.2,
|
|
"median": 8.3,
|
|
"p95": 12.1,
|
|
"p99": 26.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1091.7,
|
|
"median": 1019.5,
|
|
"p95": 1026.9,
|
|
"p99": 1049
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:23:46.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1435.3,
|
|
"median": 7.7,
|
|
"p95": 11.7,
|
|
"p99": 45.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2481.6,
|
|
"median": 1018.2,
|
|
"p95": 1032.2,
|
|
"p99": 1231.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:23:56.585Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1011.8,
|
|
"median": 7.9,
|
|
"p95": 12.1,
|
|
"p99": 20.6
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1637.5,
|
|
"median": 1018.5,
|
|
"p95": 1026.4,
|
|
"p99": 1221.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:24:06.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 236,
|
|
"median": 9.4,
|
|
"p95": 15.9,
|
|
"p99": 28.2
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015,
|
|
"max": 2252.8,
|
|
"median": 1024.4,
|
|
"p95": 1042.5,
|
|
"p99": 1237.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:24:16.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1011.4,
|
|
"median": 9.3,
|
|
"p95": 16,
|
|
"p99": 212.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 2224.3,
|
|
"median": 1023.7,
|
|
"p95": 1039.9,
|
|
"p99": 1439.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:24:26.582Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1012.8,
|
|
"median": 9.8,
|
|
"p95": 21.1,
|
|
"p99": 91.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015,
|
|
"max": 2039.3,
|
|
"median": 1025.7,
|
|
"p95": 1072.8,
|
|
"p99": 1241.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:24:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 223.5,
|
|
"median": 7.8,
|
|
"p95": 11.6,
|
|
"p99": 20.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 4093.5,
|
|
"median": 1018,
|
|
"p95": 1026.7,
|
|
"p99": 1227.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:24:46.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1438.7,
|
|
"median": 7.8,
|
|
"p95": 11.2,
|
|
"p99": 113.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 2450.9,
|
|
"median": 1017.9,
|
|
"p95": 1028.8,
|
|
"p99": 1635.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:24:56.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 29.7,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 13
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1039,
|
|
"median": 1017.5,
|
|
"p95": 1022.5,
|
|
"p99": 1034.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:25:06.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 51,
|
|
"median": 7.9,
|
|
"p95": 11.4,
|
|
"p99": 23.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1062,
|
|
"median": 1018,
|
|
"p95": 1025.7,
|
|
"p99": 1049.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:25:16.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 35.1,
|
|
"median": 8.2,
|
|
"p95": 11.8,
|
|
"p99": 17.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1049,
|
|
"median": 1018.9,
|
|
"p95": 1024.9,
|
|
"p99": 1035.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:25:26.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 35.9,
|
|
"median": 8.4,
|
|
"p95": 11.8,
|
|
"p99": 14.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 1051,
|
|
"median": 1019,
|
|
"p95": 1025.3,
|
|
"p99": 1036.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:25:36.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 46.2,
|
|
"median": 8.3,
|
|
"p95": 12.2,
|
|
"p99": 18.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1056.7,
|
|
"median": 1019,
|
|
"p95": 1025.3,
|
|
"p99": 1036.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:25:46.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 24.5,
|
|
"median": 8.3,
|
|
"p95": 12.2,
|
|
"p99": 16
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 1096.9,
|
|
"median": 1019.1,
|
|
"p95": 1025.5,
|
|
"p99": 1043.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:25:56.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008.9,
|
|
"median": 8.2,
|
|
"p95": 12.3,
|
|
"p99": 16.3
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1036.4,
|
|
"median": 1018.9,
|
|
"p95": 1024.4,
|
|
"p99": 1031.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:26:06.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.6,
|
|
"median": 8.2,
|
|
"p95": 12.1,
|
|
"p99": 16.7
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2029.6,
|
|
"median": 1019.1,
|
|
"p95": 1025.4,
|
|
"p99": 1041.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:26:16.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 626.3,
|
|
"median": 8.2,
|
|
"p95": 12.5,
|
|
"p99": 19.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2481.2,
|
|
"median": 1019.1,
|
|
"p95": 1026.8,
|
|
"p99": 1226
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:26:26.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1008,
|
|
"median": 8.2,
|
|
"p95": 12,
|
|
"p99": 20.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2030,
|
|
"median": 1018.8,
|
|
"p95": 1025.8,
|
|
"p99": 1139.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:26:36.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 217.4,
|
|
"median": 8.3,
|
|
"p95": 12.8,
|
|
"p99": 31.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1239.3,
|
|
"median": 1019.2,
|
|
"p95": 1029.1,
|
|
"p99": 1087.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:26:46.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1017.1,
|
|
"median": 8.5,
|
|
"p95": 12.7,
|
|
"p99": 21.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2262.1,
|
|
"median": 1019.4,
|
|
"p95": 1027.5,
|
|
"p99": 1139.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:26:56.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1012.9,
|
|
"median": 8.5,
|
|
"p95": 14.5,
|
|
"p99": 126.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 2113.3,
|
|
"median": 1019.7,
|
|
"p95": 1060.2,
|
|
"p99": 1213.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:27:06.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 216.6,
|
|
"median": 8.2,
|
|
"p95": 11.7,
|
|
"p99": 14.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1237.2,
|
|
"median": 1019,
|
|
"p95": 1024.8,
|
|
"p99": 1040.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:27:16.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 214.3,
|
|
"median": 8.7,
|
|
"p95": 13.8,
|
|
"p99": 24.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1228,
|
|
"median": 1021.7,
|
|
"p95": 1032.6,
|
|
"p99": 1055.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:27:26.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 215,
|
|
"median": 7.9,
|
|
"p95": 11.6,
|
|
"p99": 20.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1631.4,
|
|
"median": 1017.9,
|
|
"p95": 1025.1,
|
|
"p99": 1227.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:27:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 218.2,
|
|
"median": 8.3,
|
|
"p95": 12.5,
|
|
"p99": 19.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1226.9,
|
|
"median": 1019.2,
|
|
"p95": 1026.7,
|
|
"p99": 1135.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:27:46.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 217.9,
|
|
"median": 8.5,
|
|
"p95": 12.4,
|
|
"p99": 19.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1241.4,
|
|
"median": 1019.8,
|
|
"p95": 1026.6,
|
|
"p99": 1056
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:27:56.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1006.4,
|
|
"median": 8.3,
|
|
"p95": 12.3,
|
|
"p99": 18.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 2028,
|
|
"median": 1019,
|
|
"p95": 1026.5,
|
|
"p99": 1036.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:28:06.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 997,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 626.1,
|
|
"median": 8.6,
|
|
"p95": 12.6,
|
|
"p99": 23.4
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1226,
|
|
"median": 1019.5,
|
|
"p95": 1028.6,
|
|
"p99": 1042.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 997
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:28:16.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 3068.4,
|
|
"median": 8.7,
|
|
"p95": 12.9,
|
|
"p99": 30.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 4081.3,
|
|
"median": 1019.8,
|
|
"p95": 1029,
|
|
"p99": 1230.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:28:26.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.6,
|
|
"median": 8.5,
|
|
"p95": 13.3,
|
|
"p99": 26.3
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 2499.9,
|
|
"median": 1020,
|
|
"p95": 1030.5,
|
|
"p99": 1233.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:28:36.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 629.5,
|
|
"median": 8.3,
|
|
"p95": 12.1,
|
|
"p99": 19.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1639.6,
|
|
"median": 1019,
|
|
"p95": 1025.9,
|
|
"p99": 1224.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:28:46.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 218.2,
|
|
"median": 8.2,
|
|
"p95": 11.8,
|
|
"p99": 16
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 1227,
|
|
"median": 1019,
|
|
"p95": 1025.2,
|
|
"p99": 1036.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:28:56.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1214.2,
|
|
"median": 8.3,
|
|
"p95": 12.2,
|
|
"p99": 16.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2992.7,
|
|
"median": 1018.9,
|
|
"p95": 1024.8,
|
|
"p99": 1034.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:29:06.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 224.5,
|
|
"median": 8.5,
|
|
"p95": 13.4,
|
|
"p99": 91.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 1238.8,
|
|
"median": 1019.4,
|
|
"p95": 1031.4,
|
|
"p99": 1226.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:29:16.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 639.2,
|
|
"median": 8.4,
|
|
"p95": 12,
|
|
"p99": 17
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1657,
|
|
"median": 1019.2,
|
|
"p95": 1025.9,
|
|
"p99": 1038
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:29:26.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 218.4,
|
|
"median": 8.4,
|
|
"p95": 12.9,
|
|
"p99": 41.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1636.1,
|
|
"median": 1019.2,
|
|
"p95": 1026.7,
|
|
"p99": 1076
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:29:36.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 229,
|
|
"median": 8.3,
|
|
"p95": 12.4,
|
|
"p99": 25.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 1443,
|
|
"median": 1019.2,
|
|
"p95": 1030.6,
|
|
"p99": 1227.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:29:46.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 214.5,
|
|
"median": 8.3,
|
|
"p95": 12.5,
|
|
"p99": 23
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1426.8,
|
|
"median": 1019.2,
|
|
"p95": 1026.8,
|
|
"p99": 1039
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:29:56.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1010.1,
|
|
"median": 8.3,
|
|
"p95": 12.4,
|
|
"p99": 18.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2023.3,
|
|
"median": 1019.2,
|
|
"p95": 1027.9,
|
|
"p99": 1043
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:30:06.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 216.2,
|
|
"median": 8.4,
|
|
"p95": 13,
|
|
"p99": 34.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1629.3,
|
|
"median": 1019.4,
|
|
"p95": 1031.6,
|
|
"p99": 1118.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:30:16.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1007.6,
|
|
"median": 8.3,
|
|
"p95": 12.2,
|
|
"p99": 17.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2016.7,
|
|
"median": 1019.3,
|
|
"p95": 1026.6,
|
|
"p99": 1033.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:30:26.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 216.3,
|
|
"median": 8.4,
|
|
"p95": 12.8,
|
|
"p99": 35.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1427.8,
|
|
"median": 1019.1,
|
|
"p95": 1026.8,
|
|
"p99": 1144.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:30:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1469.5,
|
|
"median": 8.5,
|
|
"p95": 12.8,
|
|
"p99": 18.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 2479.5,
|
|
"median": 1019.4,
|
|
"p95": 1029.3,
|
|
"p99": 1066.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:30:46.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 214.4,
|
|
"median": 8.3,
|
|
"p95": 12.6,
|
|
"p99": 54.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1229.9,
|
|
"median": 1019.2,
|
|
"p95": 1031.2,
|
|
"p99": 1134.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:30:56.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008.8,
|
|
"median": 8.4,
|
|
"p95": 15.3,
|
|
"p99": 119.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 2024,
|
|
"median": 1019.4,
|
|
"p95": 1073.9,
|
|
"p99": 1222.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:31:06.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1008.6,
|
|
"median": 8.3,
|
|
"p95": 11.9,
|
|
"p99": 16.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2016,
|
|
"median": 1018.8,
|
|
"p95": 1025.8,
|
|
"p99": 1035.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:31:16.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 215.9,
|
|
"median": 8.3,
|
|
"p95": 13.7,
|
|
"p99": 67.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 1224.4,
|
|
"median": 1019,
|
|
"p95": 1036.9,
|
|
"p99": 1127.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:31:26.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 215.6,
|
|
"median": 8.3,
|
|
"p95": 12.8,
|
|
"p99": 31.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1228.9,
|
|
"median": 1019.1,
|
|
"p95": 1031.7,
|
|
"p99": 1160.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:31:36.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1008.8,
|
|
"median": 8.2,
|
|
"p95": 12,
|
|
"p99": 27.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2022.3,
|
|
"median": 1018.7,
|
|
"p95": 1027.4,
|
|
"p99": 1222.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:31:46.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.2,
|
|
"median": 8.3,
|
|
"p95": 12.7,
|
|
"p99": 25.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 2018.7,
|
|
"median": 1019.1,
|
|
"p95": 1028.7,
|
|
"p99": 1225.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:31:56.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 636.5,
|
|
"median": 8.3,
|
|
"p95": 12,
|
|
"p99": 18.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1652.6,
|
|
"median": 1018.7,
|
|
"p95": 1026.5,
|
|
"p99": 1133.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:32:06.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1010,
|
|
"median": 8.3,
|
|
"p95": 13.2,
|
|
"p99": 24
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 2230.1,
|
|
"median": 1019.1,
|
|
"p95": 1033.6,
|
|
"p99": 1227.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:32:16.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1441.7,
|
|
"median": 8.5,
|
|
"p95": 12.6,
|
|
"p99": 19.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2451.9,
|
|
"median": 1019.7,
|
|
"p95": 1027,
|
|
"p99": 1041.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:32:26.582Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 214.2,
|
|
"median": 8.3,
|
|
"p95": 13.3,
|
|
"p99": 25.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1232.1,
|
|
"median": 1019.1,
|
|
"p95": 1030.7,
|
|
"p99": 1067.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:32:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 625.4,
|
|
"median": 8.3,
|
|
"p95": 12.3,
|
|
"p99": 22.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 2048.6,
|
|
"median": 1019,
|
|
"p95": 1026.6,
|
|
"p99": 1039.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:32:46.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 624.2,
|
|
"median": 8.3,
|
|
"p95": 12.5,
|
|
"p99": 19.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2491.3,
|
|
"median": 1019.1,
|
|
"p95": 1027.9,
|
|
"p99": 1042.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:32:56.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 470.4,
|
|
"median": 8.4,
|
|
"p95": 79.8,
|
|
"p99": 394.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 1494.6,
|
|
"median": 1019.6,
|
|
"p95": 1278.4,
|
|
"p99": 1451.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:33:06.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 217.2,
|
|
"median": 8.2,
|
|
"p95": 13.4,
|
|
"p99": 25.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1226.5,
|
|
"median": 1019.1,
|
|
"p95": 1030.4,
|
|
"p99": 1042.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:33:16.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 31.2,
|
|
"median": 8.2,
|
|
"p95": 12.6,
|
|
"p99": 20.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1222.7,
|
|
"median": 1018.8,
|
|
"p95": 1027.6,
|
|
"p99": 1036.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:33:26.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 423.4,
|
|
"median": 8.4,
|
|
"p95": 12.1,
|
|
"p99": 19.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 1438.7,
|
|
"median": 1019.1,
|
|
"p95": 1025.8,
|
|
"p99": 1132.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:33:36.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1011.2,
|
|
"median": 8.6,
|
|
"p95": 13.1,
|
|
"p99": 31.9
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 2442.5,
|
|
"median": 1019.4,
|
|
"p95": 1030,
|
|
"p99": 1234.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:33:46.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 224.9,
|
|
"median": 8.7,
|
|
"p95": 13.3,
|
|
"p99": 23.8
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 2274,
|
|
"median": 1019.8,
|
|
"p95": 1028.4,
|
|
"p99": 1047.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:33:56.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 216.2,
|
|
"median": 8.3,
|
|
"p95": 12.5,
|
|
"p99": 20.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 1429.2,
|
|
"median": 1019,
|
|
"p95": 1027.6,
|
|
"p99": 1035.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:34:06.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 27.3,
|
|
"median": 8.2,
|
|
"p95": 12.8,
|
|
"p99": 19.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1039.1,
|
|
"median": 1018.9,
|
|
"p95": 1026.9,
|
|
"p99": 1033.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:34:16.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 53.3,
|
|
"median": 8.3,
|
|
"p95": 13.1,
|
|
"p99": 22.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1063.9,
|
|
"median": 1019.2,
|
|
"p95": 1029.7,
|
|
"p99": 1036.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:34:26.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 218.9,
|
|
"median": 8.3,
|
|
"p95": 12.4,
|
|
"p99": 17.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 1231.9,
|
|
"median": 1019.1,
|
|
"p95": 1026.1,
|
|
"p99": 1041.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:34:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1008.1,
|
|
"median": 8.3,
|
|
"p95": 12.5,
|
|
"p99": 19.6
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 1227.7,
|
|
"median": 1019.2,
|
|
"p95": 1025.9,
|
|
"p99": 1034
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:34:46.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 217.7,
|
|
"median": 8.3,
|
|
"p95": 13.6,
|
|
"p99": 28.8
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 2266.4,
|
|
"median": 1019.2,
|
|
"p95": 1029.2,
|
|
"p99": 1064.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:34:56.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 215.7,
|
|
"median": 8.4,
|
|
"p95": 14.8,
|
|
"p99": 86.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1228.7,
|
|
"median": 1019.3,
|
|
"p95": 1035.5,
|
|
"p99": 1133.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:35:06.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 219.8,
|
|
"median": 8.4,
|
|
"p95": 13.5,
|
|
"p99": 25
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1233.8,
|
|
"median": 1019.2,
|
|
"p95": 1028.3,
|
|
"p99": 1044.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:35:16.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 80.3,
|
|
"median": 8.3,
|
|
"p95": 12.4,
|
|
"p99": 19.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1225.8,
|
|
"median": 1019,
|
|
"p95": 1026.8,
|
|
"p99": 1041.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:35:26.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 61.6,
|
|
"median": 8.4,
|
|
"p95": 12.6,
|
|
"p99": 22.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1218.5,
|
|
"median": 1019.1,
|
|
"p95": 1026.4,
|
|
"p99": 1035
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:35:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 214.7,
|
|
"median": 8.4,
|
|
"p95": 12.8,
|
|
"p99": 16.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1843.3,
|
|
"median": 1019.1,
|
|
"p95": 1026.8,
|
|
"p99": 1034
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:35:46.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 220.5,
|
|
"median": 8.5,
|
|
"p95": 12.5,
|
|
"p99": 17.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1231.7,
|
|
"median": 1019.3,
|
|
"p95": 1025.9,
|
|
"p99": 1033.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:35:56.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 216.7,
|
|
"median": 8.2,
|
|
"p95": 12.2,
|
|
"p99": 18.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 4134,
|
|
"median": 1019,
|
|
"p95": 1026.9,
|
|
"p99": 1035.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:36:06.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1006.2,
|
|
"median": 8.2,
|
|
"p95": 11.7,
|
|
"p99": 18.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 2032.2,
|
|
"median": 1018.7,
|
|
"p95": 1025.6,
|
|
"p99": 1040.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:36:16.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 230.9,
|
|
"median": 8.2,
|
|
"p95": 11.8,
|
|
"p99": 16.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1240.2,
|
|
"median": 1018.8,
|
|
"p95": 1025.6,
|
|
"p99": 1127.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:36:26.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 217,
|
|
"median": 8.3,
|
|
"p95": 12.7,
|
|
"p99": 20.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 1642.5,
|
|
"median": 1018.9,
|
|
"p95": 1029.1,
|
|
"p99": 1038.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:36:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 619.9,
|
|
"median": 8.2,
|
|
"p95": 12.4,
|
|
"p99": 20.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1630.3,
|
|
"median": 1019,
|
|
"p95": 1026.5,
|
|
"p99": 1040.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:36:46.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 220.7,
|
|
"median": 8.1,
|
|
"p95": 11.9,
|
|
"p99": 16.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 1637.3,
|
|
"median": 1018.7,
|
|
"p95": 1026,
|
|
"p99": 1038.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:36:56.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1006.6,
|
|
"median": 8.2,
|
|
"p95": 11.9,
|
|
"p99": 17
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2019.3,
|
|
"median": 1018.7,
|
|
"p95": 1025,
|
|
"p99": 1221.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:37:06.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 419.2,
|
|
"median": 8.2,
|
|
"p95": 12,
|
|
"p99": 19.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 1439,
|
|
"median": 1018.6,
|
|
"p95": 1025.7,
|
|
"p99": 1033.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:37:16.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 215.1,
|
|
"median": 8.2,
|
|
"p95": 11.9,
|
|
"p99": 15.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 2481.1,
|
|
"median": 1018.8,
|
|
"p95": 1025.5,
|
|
"p99": 1127.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:37:26.583Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 219.7,
|
|
"median": 8.8,
|
|
"p95": 14,
|
|
"p99": 18.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 1644.1,
|
|
"median": 1021.5,
|
|
"p95": 1032.1,
|
|
"p99": 1048.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:37:36.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 75.3,
|
|
"median": 8.6,
|
|
"p95": 12.4,
|
|
"p99": 15.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 1639.7,
|
|
"median": 1020.2,
|
|
"p95": 1027.7,
|
|
"p99": 1086.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:37:46.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 38,
|
|
"median": 8.6,
|
|
"p95": 12.3,
|
|
"p99": 19.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 1245,
|
|
"median": 1019.6,
|
|
"p95": 1026.5,
|
|
"p99": 1041.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:37:56.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008,
|
|
"median": 8.3,
|
|
"p95": 12.3,
|
|
"p99": 20.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2266.4,
|
|
"median": 1019,
|
|
"p95": 1026.8,
|
|
"p99": 1042
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:38:06.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1437.8,
|
|
"median": 8.6,
|
|
"p95": 14,
|
|
"p99": 25
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 2451.8,
|
|
"median": 1020.1,
|
|
"p95": 1032.9,
|
|
"p99": 1050.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:38:16.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 622.8,
|
|
"median": 8,
|
|
"p95": 12.4,
|
|
"p99": 24.5
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1632,
|
|
"median": 1018.3,
|
|
"p95": 1028.8,
|
|
"p99": 1225.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:38:26.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 213.6,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 15.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1229.8,
|
|
"median": 1016.9,
|
|
"p95": 1022.3,
|
|
"p99": 1030.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:38:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 214.6,
|
|
"median": 7.5,
|
|
"p95": 10.8,
|
|
"p99": 21.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1223.8,
|
|
"median": 1017,
|
|
"p95": 1024.3,
|
|
"p99": 1054.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:38:46.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 632.5,
|
|
"median": 7.5,
|
|
"p95": 10.9,
|
|
"p99": 88.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1641.5,
|
|
"median": 1017.1,
|
|
"p95": 1030.7,
|
|
"p99": 1221
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:38:56.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1007.1,
|
|
"median": 7.8,
|
|
"p95": 10.9,
|
|
"p99": 19
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2016.7,
|
|
"median": 1017.5,
|
|
"p95": 1023.5,
|
|
"p99": 1031.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:39:06.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1008.9,
|
|
"median": 8.5,
|
|
"p95": 13.7,
|
|
"p99": 217.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 2716.1,
|
|
"median": 1019.4,
|
|
"p95": 1039.2,
|
|
"p99": 1543.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:39:16.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 3124.3,
|
|
"median": 7.7,
|
|
"p95": 11,
|
|
"p99": 20
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 4132.4,
|
|
"median": 1017.6,
|
|
"p95": 1023.3,
|
|
"p99": 1223
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:39:26.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.1,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 15
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2018.4,
|
|
"median": 1017.3,
|
|
"p95": 1022.7,
|
|
"p99": 1228.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:39:36.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 638.3,
|
|
"median": 7.8,
|
|
"p95": 11.6,
|
|
"p99": 21.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1651.6,
|
|
"median": 1018.2,
|
|
"p95": 1026,
|
|
"p99": 1132.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:39:46.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.9,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 13.5
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2028.3,
|
|
"median": 1017.5,
|
|
"p95": 1022.7,
|
|
"p99": 1032.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:39:56.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 215.9,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 17.9
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2016.6,
|
|
"median": 1017.7,
|
|
"p95": 1023.9,
|
|
"p99": 1224.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:40:06.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 307.7,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 15.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1316.6,
|
|
"median": 1017.2,
|
|
"p95": 1023.1,
|
|
"p99": 1124.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:40:16.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 617.2,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 12
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1626.1,
|
|
"median": 1017,
|
|
"p95": 1021.9,
|
|
"p99": 1028.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:40:26.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 631.9,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 15.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1641.8,
|
|
"median": 1017.1,
|
|
"p95": 1022.6,
|
|
"p99": 1032.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:40:36.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1441.8,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 16.8
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2453,
|
|
"median": 1017.2,
|
|
"p95": 1022.5,
|
|
"p99": 1222.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:40:46.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 2829.6,
|
|
"median": 7.6,
|
|
"p95": 10.9,
|
|
"p99": 46.6
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 3975.2,
|
|
"median": 1017.5,
|
|
"p95": 1026.2,
|
|
"p99": 1222.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:40:56.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1332.2,
|
|
"median": 7.8,
|
|
"p95": 12.8,
|
|
"p99": 40.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 2344.4,
|
|
"median": 1017.6,
|
|
"p95": 1088.5,
|
|
"p99": 1381.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:41:06.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1008.1,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 15.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2026.1,
|
|
"median": 1017.1,
|
|
"p95": 1023.6,
|
|
"p99": 1221.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:41:16.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 215,
|
|
"median": 7.4,
|
|
"p95": 10.3,
|
|
"p99": 13.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1629.9,
|
|
"median": 1017,
|
|
"p95": 1022.4,
|
|
"p99": 1221.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:41:26.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 27.3,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 11.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2473.5,
|
|
"median": 1017.2,
|
|
"p95": 1021.6,
|
|
"p99": 1037.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:41:36.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1432.9,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 13.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2441.8,
|
|
"median": 1017.2,
|
|
"p95": 1022.3,
|
|
"p99": 1032
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:41:46.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1011.2,
|
|
"median": 7.5,
|
|
"p95": 10.7,
|
|
"p99": 22.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2225.4,
|
|
"median": 1017.3,
|
|
"p95": 1023.9,
|
|
"p99": 1226.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:41:56.583Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 212.5,
|
|
"median": 7.7,
|
|
"p95": 11.1,
|
|
"p99": 15.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1639.6,
|
|
"median": 1017.8,
|
|
"p95": 1024,
|
|
"p99": 1129.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:42:06.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 212.8,
|
|
"median": 7.8,
|
|
"p95": 11.3,
|
|
"p99": 15.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 1225,
|
|
"median": 1018,
|
|
"p95": 1025,
|
|
"p99": 1078.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:42:16.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1008,
|
|
"median": 7.7,
|
|
"p95": 11.1,
|
|
"p99": 15.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2268.3,
|
|
"median": 1017.5,
|
|
"p95": 1022.9,
|
|
"p99": 1031.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:42:26.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 214.3,
|
|
"median": 7.7,
|
|
"p95": 11.3,
|
|
"p99": 24.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1232.6,
|
|
"median": 1017.4,
|
|
"p95": 1027.5,
|
|
"p99": 1221.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:42:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 621,
|
|
"median": 7.5,
|
|
"p95": 11,
|
|
"p99": 73.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1633.6,
|
|
"median": 1017.3,
|
|
"p95": 1029.8,
|
|
"p99": 1186.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:42:46.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.8,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 18
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2443.3,
|
|
"median": 1017.4,
|
|
"p95": 1024.2,
|
|
"p99": 1224
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:42:56.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 214.3,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 13.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1225.3,
|
|
"median": 1017.5,
|
|
"p95": 1022.1,
|
|
"p99": 1033.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:43:06.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008.1,
|
|
"median": 7.7,
|
|
"p95": 11.3,
|
|
"p99": 46.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2021.9,
|
|
"median": 1017.5,
|
|
"p95": 1026.7,
|
|
"p99": 1223.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:43:16.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1460.1,
|
|
"median": 7.7,
|
|
"p95": 10.9,
|
|
"p99": 19.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 2471.1,
|
|
"median": 1017.5,
|
|
"p95": 1023.2,
|
|
"p99": 1220.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:43:26.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.9,
|
|
"median": 7.7,
|
|
"p95": 11.4,
|
|
"p99": 125.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2026,
|
|
"median": 1017.4,
|
|
"p95": 1031.2,
|
|
"p99": 1208.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:43:36.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008.2,
|
|
"median": 7.6,
|
|
"p95": 11.8,
|
|
"p99": 94.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2015.2,
|
|
"median": 1017.4,
|
|
"p95": 1053,
|
|
"p99": 1150.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:43:46.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1008.1,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 16.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 2017,
|
|
"median": 1017.1,
|
|
"p95": 1022,
|
|
"p99": 1129.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:43:56.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 3598.3,
|
|
"median": 7.6,
|
|
"p95": 11,
|
|
"p99": 36.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 5606.8,
|
|
"median": 1017.1,
|
|
"p95": 1025.2,
|
|
"p99": 1223.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:44:06.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 243.9,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 54.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1253.9,
|
|
"median": 1017.4,
|
|
"p95": 1032.2,
|
|
"p99": 1223.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:44:16.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1008.8,
|
|
"median": 8.4,
|
|
"p95": 14.6,
|
|
"p99": 104.2
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1249,
|
|
"median": 1019.2,
|
|
"p95": 1052.9,
|
|
"p99": 1230.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:44:26.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 308.1,
|
|
"median": 8.6,
|
|
"p95": 14.1,
|
|
"p99": 162.1
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2018.6,
|
|
"median": 1019.9,
|
|
"p95": 1049,
|
|
"p99": 1227
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:44:36.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 416.4,
|
|
"median": 8.2,
|
|
"p95": 11.6,
|
|
"p99": 22.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 1639,
|
|
"median": 1019,
|
|
"p95": 1028.6,
|
|
"p99": 1148.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:44:46.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 211.7,
|
|
"median": 8,
|
|
"p95": 11.4,
|
|
"p99": 24.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 2442.6,
|
|
"median": 1018.4,
|
|
"p95": 1026.9,
|
|
"p99": 1042.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:44:56.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.6,
|
|
"median": 8,
|
|
"p95": 12.4,
|
|
"p99": 45.1
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2450.9,
|
|
"median": 1018.7,
|
|
"p95": 1034.5,
|
|
"p99": 1101.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:45:06.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1008.1,
|
|
"median": 8.3,
|
|
"p95": 12.3,
|
|
"p99": 27.1
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 2222.9,
|
|
"median": 1019.5,
|
|
"p95": 1028,
|
|
"p99": 1226.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:45:16.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1006.5,
|
|
"median": 8.2,
|
|
"p95": 11.6,
|
|
"p99": 15.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.3,
|
|
"max": 2223.6,
|
|
"median": 1019.4,
|
|
"p95": 1025.5,
|
|
"p99": 1232.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:45:26.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 3062.9,
|
|
"median": 7.7,
|
|
"p95": 11.3,
|
|
"p99": 25.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 4071.7,
|
|
"median": 1017.5,
|
|
"p95": 1027.7,
|
|
"p99": 1061
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:45:36.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 215.4,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 18.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1225.4,
|
|
"median": 1017,
|
|
"p95": 1022.4,
|
|
"p99": 1032
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:45:46.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1008.8,
|
|
"median": 7.7,
|
|
"p95": 10.9,
|
|
"p99": 21.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2028.3,
|
|
"median": 1017.4,
|
|
"p95": 1026,
|
|
"p99": 1225.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:45:56.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 267.7,
|
|
"median": 7.9,
|
|
"p95": 12.3,
|
|
"p99": 192.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1278.6,
|
|
"median": 1017.5,
|
|
"p95": 1073.7,
|
|
"p99": 1240.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:46:06.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 3062.3,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 17.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 4076.8,
|
|
"median": 1017.4,
|
|
"p95": 1022.3,
|
|
"p99": 1030.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:46:16.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1010.2,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 20.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2062.4,
|
|
"median": 1017.2,
|
|
"p95": 1024.1,
|
|
"p99": 1037.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:46:26.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1006.3,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 19.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2219.2,
|
|
"median": 1017.1,
|
|
"p95": 1022.7,
|
|
"p99": 1031.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:46:36.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1005.6,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 18.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2011.8,
|
|
"median": 1017.3,
|
|
"p95": 1022.5,
|
|
"p99": 1130.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:46:46.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 215.4,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 14
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1235.2,
|
|
"median": 1017,
|
|
"p95": 1021.9,
|
|
"p99": 1031.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:46:56.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 213.5,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 11.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1230.2,
|
|
"median": 1017.3,
|
|
"p95": 1022.6,
|
|
"p99": 1222.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:47:06.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 617.8,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 12.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1626,
|
|
"median": 1017.2,
|
|
"p95": 1022.2,
|
|
"p99": 1031.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:47:16.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1435.9,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 12.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2445.9,
|
|
"median": 1017.2,
|
|
"p95": 1022.1,
|
|
"p99": 1127.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:47:26.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.4,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 19.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2017.2,
|
|
"median": 1017.3,
|
|
"p95": 1022.2,
|
|
"p99": 1043.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:47:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1463,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 33
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2478.6,
|
|
"median": 1017.2,
|
|
"p95": 1027.4,
|
|
"p99": 1224.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:47:46.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 624.8,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 28.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1634.8,
|
|
"median": 1017.1,
|
|
"p95": 1026.1,
|
|
"p99": 1161
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:47:56.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1434.8,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 29.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2445.8,
|
|
"median": 1017.2,
|
|
"p95": 1022.1,
|
|
"p99": 1229.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:48:06.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1460.3,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 17.9
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2469.4,
|
|
"median": 1017.2,
|
|
"p95": 1021.8,
|
|
"p99": 1033.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:48:16.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.5,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 19.6
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2015.1,
|
|
"median": 1017.3,
|
|
"p95": 1023.2,
|
|
"p99": 1220.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:48:26.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 214.3,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 11.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1227.4,
|
|
"median": 1017.2,
|
|
"p95": 1021.9,
|
|
"p99": 1034.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:48:36.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 24.2,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 13.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1238.4,
|
|
"median": 1017.2,
|
|
"p95": 1022.9,
|
|
"p99": 1031.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:48:46.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 630.2,
|
|
"median": 7.7,
|
|
"p95": 12.8,
|
|
"p99": 216.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 4166,
|
|
"median": 1017.3,
|
|
"p95": 1145.1,
|
|
"p99": 1303.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:48:56.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 2010.5,
|
|
"median": 7.7,
|
|
"p95": 115.9,
|
|
"p99": 298.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 4045.2,
|
|
"median": 1017.5,
|
|
"p95": 1239.8,
|
|
"p99": 1642.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:49:06.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1015.7,
|
|
"median": 7.5,
|
|
"p95": 10.9,
|
|
"p99": 130
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2062.3,
|
|
"median": 1017,
|
|
"p95": 1023.3,
|
|
"p99": 1644.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:49:16.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 218,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 22.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1227.1,
|
|
"median": 1017.1,
|
|
"p95": 1024.3,
|
|
"p99": 1062.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:49:26.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.3,
|
|
"median": 7.4,
|
|
"p95": 10.4,
|
|
"p99": 15.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2022.2,
|
|
"median": 1017.1,
|
|
"p95": 1023.1,
|
|
"p99": 1148.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:49:36.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1432.6,
|
|
"median": 7.6,
|
|
"p95": 12,
|
|
"p99": 121.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2441.7,
|
|
"median": 1017.3,
|
|
"p95": 1071.5,
|
|
"p99": 1631.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:49:46.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1009.1,
|
|
"median": 8.1,
|
|
"p95": 11.4,
|
|
"p99": 22.2
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2027.1,
|
|
"median": 1018.2,
|
|
"p95": 1025.4,
|
|
"p99": 1053.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:49:56.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1008.6,
|
|
"median": 7.9,
|
|
"p95": 11.7,
|
|
"p99": 210.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2321.3,
|
|
"median": 1017.8,
|
|
"p95": 1078.1,
|
|
"p99": 1235.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:50:06.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1006.8,
|
|
"median": 7.7,
|
|
"p95": 10.5,
|
|
"p99": 21.2
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2477,
|
|
"median": 1017.4,
|
|
"p95": 1023.1,
|
|
"p99": 1071
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:50:16.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 497,
|
|
"requestsCompleted": 996,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.8,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 12.9
|
|
},
|
|
"rps": {
|
|
"count": 998,
|
|
"mean": 99.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2253.7,
|
|
"median": 1017.3,
|
|
"p95": 1022.1,
|
|
"p99": 1029.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 996
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 54,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:50:26.575Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 503,
|
|
"requestsCompleted": 1004,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1006.7,
|
|
"median": 7.5,
|
|
"p95": 14,
|
|
"p99": 281
|
|
},
|
|
"rps": {
|
|
"count": 1002,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2025.6,
|
|
"median": 1017.3,
|
|
"p95": 1208.6,
|
|
"p99": 1358.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1004
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:50:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 632.9,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 13.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1641.9,
|
|
"median": 1017,
|
|
"p95": 1021.9,
|
|
"p99": 1029.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:50:46.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 56.6,
|
|
"median": 7.5,
|
|
"p95": 10.3,
|
|
"p99": 15.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1065.7,
|
|
"median": 1017,
|
|
"p95": 1021.7,
|
|
"p99": 1030.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:50:56.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008.1,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 13.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2016,
|
|
"median": 1017.1,
|
|
"p95": 1022.2,
|
|
"p99": 1032.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:51:06.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.6,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 45.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2034.5,
|
|
"median": 1017.2,
|
|
"p95": 1027.9,
|
|
"p99": 1225.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:51:16.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1008.9,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 47.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 4071.2,
|
|
"median": 1017.3,
|
|
"p95": 1026,
|
|
"p99": 1230.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:51:26.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.1,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 20.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2029.3,
|
|
"median": 1017.1,
|
|
"p95": 1022.4,
|
|
"p99": 1063.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:51:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1442.7,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 15.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2451.6,
|
|
"median": 1017,
|
|
"p95": 1021.8,
|
|
"p99": 1046.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:51:46.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1432.5,
|
|
"median": 7.4,
|
|
"p95": 10.4,
|
|
"p99": 21.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2472.9,
|
|
"median": 1017,
|
|
"p95": 1022.3,
|
|
"p99": 1154.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:51:56.576Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 212.2,
|
|
"median": 7.4,
|
|
"p95": 10.4,
|
|
"p99": 15.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012,
|
|
"max": 1640.1,
|
|
"median": 1017,
|
|
"p95": 1021.6,
|
|
"p99": 1029.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:52:06.587Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.3,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 13.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2016.2,
|
|
"median": 1017,
|
|
"p95": 1022.3,
|
|
"p99": 1033.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:52:16.578Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 997,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1006.2,
|
|
"median": 7.8,
|
|
"p95": 11.4,
|
|
"p99": 14
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2014.3,
|
|
"median": 1017.9,
|
|
"p95": 1025.1,
|
|
"p99": 1046.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 997
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 4,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:52:26.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1003,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 213.2,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 22.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1232.6,
|
|
"median": 1017.4,
|
|
"p95": 1025.2,
|
|
"p99": 1051.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1003
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:52:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.8,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 20
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2016.9,
|
|
"median": 1017.1,
|
|
"p95": 1022.7,
|
|
"p99": 1133.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:52:46.584Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 222.3,
|
|
"median": 8.3,
|
|
"p95": 14.5,
|
|
"p99": 26.4
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1645.5,
|
|
"median": 1019.4,
|
|
"p95": 1037.9,
|
|
"p99": 1064.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:52:56.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 217.9,
|
|
"median": 8.6,
|
|
"p95": 14,
|
|
"p99": 26.3
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 1248.5,
|
|
"median": 1021.7,
|
|
"p95": 1034.5,
|
|
"p99": 1055.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:53:06.594Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.3,
|
|
"max": 220.8,
|
|
"median": 10.7,
|
|
"p95": 20.9,
|
|
"p99": 51.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1016.1,
|
|
"max": 1245.8,
|
|
"median": 1028.4,
|
|
"p95": 1065.2,
|
|
"p99": 1124.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:53:16.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 228,
|
|
"median": 10.3,
|
|
"p95": 20.9,
|
|
"p99": 37.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.4,
|
|
"max": 1243.7,
|
|
"median": 1027.3,
|
|
"p95": 1053.8,
|
|
"p99": 1100.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:53:26.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 628.7,
|
|
"median": 8.3,
|
|
"p95": 13.1,
|
|
"p99": 17.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1640.1,
|
|
"median": 1019.7,
|
|
"p95": 1036.5,
|
|
"p99": 1059.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:53:36.577Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1008.7,
|
|
"median": 8.2,
|
|
"p95": 11.8,
|
|
"p99": 22.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 2018.7,
|
|
"median": 1019.1,
|
|
"p95": 1026,
|
|
"p99": 1042.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:53:46.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 310.2,
|
|
"median": 8.3,
|
|
"p95": 11.7,
|
|
"p99": 18
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1322.3,
|
|
"median": 1019.2,
|
|
"p95": 1026.3,
|
|
"p99": 1224.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:53:56.585Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 216.6,
|
|
"median": 9.2,
|
|
"p95": 18.7,
|
|
"p99": 35.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 1251.2,
|
|
"median": 1023.9,
|
|
"p95": 1049.7,
|
|
"p99": 1085
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:54:06.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.6,
|
|
"max": 1009.4,
|
|
"median": 10.7,
|
|
"p95": 17.6,
|
|
"p99": 33.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1016.4,
|
|
"max": 2026.2,
|
|
"median": 1027.7,
|
|
"p95": 1044.3,
|
|
"p99": 1236.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:54:16.593Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 6.1,
|
|
"max": 1011.6,
|
|
"median": 10.9,
|
|
"p95": 18.3,
|
|
"p99": 25.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1016.7,
|
|
"max": 2266.8,
|
|
"median": 1028.2,
|
|
"p95": 1046.5,
|
|
"p99": 1231.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:54:26.584Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 6447.4,
|
|
"median": 9.7,
|
|
"p95": 19.3,
|
|
"p99": 35.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 7460,
|
|
"median": 1025.9,
|
|
"p95": 1055.2,
|
|
"p99": 1241.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:54:36.587Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1011.2,
|
|
"median": 10.3,
|
|
"p95": 17.3,
|
|
"p99": 23
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.3,
|
|
"max": 2039.4,
|
|
"median": 1026.9,
|
|
"p95": 1043.3,
|
|
"p99": 1228.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:54:46.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 3080.8,
|
|
"median": 9.1,
|
|
"p95": 14.7,
|
|
"p99": 36
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.8,
|
|
"max": 4096.8,
|
|
"median": 1022.8,
|
|
"p95": 1037.4,
|
|
"p99": 1138.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:54:56.592Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 623.8,
|
|
"median": 9.1,
|
|
"p95": 15,
|
|
"p99": 23.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.7,
|
|
"max": 1641.8,
|
|
"median": 1023.4,
|
|
"p95": 1036.4,
|
|
"p99": 1229.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:55:06.583Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1007.1,
|
|
"median": 9.8,
|
|
"p95": 16,
|
|
"p99": 25.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2027.6,
|
|
"median": 1024,
|
|
"p95": 1038.3,
|
|
"p99": 1233.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:55:16.585Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 215.8,
|
|
"median": 10,
|
|
"p95": 18.8,
|
|
"p99": 80.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.6,
|
|
"max": 1229.3,
|
|
"median": 1024.6,
|
|
"p95": 1043.5,
|
|
"p99": 1151
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:55:26.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 216.1,
|
|
"median": 8.8,
|
|
"p95": 13.6,
|
|
"p99": 18.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 1649.1,
|
|
"median": 1021.6,
|
|
"p95": 1030.6,
|
|
"p99": 1045.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:55:36.584Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 2210.6,
|
|
"median": 8,
|
|
"p95": 12.3,
|
|
"p99": 30.6
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2019.8,
|
|
"median": 1018.8,
|
|
"p95": 1030.2,
|
|
"p99": 1146.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:55:46.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 621,
|
|
"median": 8,
|
|
"p95": 11.9,
|
|
"p99": 20.5
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 3283.5,
|
|
"median": 1018.5,
|
|
"p95": 1027.1,
|
|
"p99": 1045.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:55:56.582Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 215.9,
|
|
"median": 8.6,
|
|
"p95": 16,
|
|
"p99": 99.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1237.5,
|
|
"median": 1022.1,
|
|
"p95": 1051.3,
|
|
"p99": 1143.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:56:06.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 997,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1437.5,
|
|
"median": 8.8,
|
|
"p95": 16.3,
|
|
"p99": 118.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2449.4,
|
|
"median": 1022.6,
|
|
"p95": 1072.6,
|
|
"p99": 1226.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 997
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:56:16.584Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1009.3,
|
|
"median": 8.2,
|
|
"p95": 11.8,
|
|
"p99": 20.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2024,
|
|
"median": 1018.9,
|
|
"p95": 1027,
|
|
"p99": 1227.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:56:26.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 620.1,
|
|
"median": 8.2,
|
|
"p95": 12.5,
|
|
"p99": 16.6
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1630.6,
|
|
"median": 1019.3,
|
|
"p95": 1028.2,
|
|
"p99": 1224
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:56:36.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1223.5,
|
|
"median": 9.2,
|
|
"p95": 15.8,
|
|
"p99": 24.7
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2243.8,
|
|
"median": 1023.4,
|
|
"p95": 1038.8,
|
|
"p99": 1224.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:56:46.584Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1008.2,
|
|
"median": 8.8,
|
|
"p95": 13.9,
|
|
"p99": 24.5
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 1633.4,
|
|
"median": 1022,
|
|
"p95": 1033.3,
|
|
"p99": 1140.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:56:56.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 51,
|
|
"median": 8.9,
|
|
"p95": 14.1,
|
|
"p99": 18.5
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 2028.9,
|
|
"median": 1022.6,
|
|
"p95": 1033.5,
|
|
"p99": 1062.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:57:06.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 12842.4,
|
|
"median": 8.2,
|
|
"p95": 12.9,
|
|
"p99": 23.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 13855,
|
|
"median": 1019.1,
|
|
"p95": 1029.6,
|
|
"p99": 1094.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:57:16.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 617.6,
|
|
"median": 8.1,
|
|
"p95": 12.1,
|
|
"p99": 20.9
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1626.7,
|
|
"median": 1018.7,
|
|
"p95": 1025.9,
|
|
"p99": 1142.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:57:26.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1006.4,
|
|
"median": 7.9,
|
|
"p95": 11.3,
|
|
"p99": 18.2
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2013.9,
|
|
"median": 1018,
|
|
"p95": 1024,
|
|
"p99": 1222.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:57:36.582Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 620.9,
|
|
"median": 7.9,
|
|
"p95": 11.3,
|
|
"p99": 28.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1630,
|
|
"median": 1018.3,
|
|
"p95": 1028.1,
|
|
"p99": 1058.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:57:46.579Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1432.9,
|
|
"median": 7.9,
|
|
"p95": 11.3,
|
|
"p99": 26.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2442.5,
|
|
"median": 1018.6,
|
|
"p95": 1031.1,
|
|
"p99": 1243
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:57:56.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 622.5,
|
|
"median": 8.2,
|
|
"p95": 12.5,
|
|
"p99": 25.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1652.6,
|
|
"median": 1019.1,
|
|
"p95": 1029,
|
|
"p99": 1435.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:58:06.582Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 51.3,
|
|
"median": 7.9,
|
|
"p95": 11.5,
|
|
"p99": 19.7
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 2483.6,
|
|
"median": 1018.5,
|
|
"p95": 1025.2,
|
|
"p99": 1145
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:58:16.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1631,
|
|
"median": 8.1,
|
|
"p95": 11.9,
|
|
"p99": 18.6
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2642.6,
|
|
"median": 1018.6,
|
|
"p95": 1026.1,
|
|
"p99": 1420.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:58:26.584Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 215.8,
|
|
"median": 7.9,
|
|
"p95": 11.8,
|
|
"p99": 18.5
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1225.3,
|
|
"median": 1018.5,
|
|
"p95": 1025.6,
|
|
"p99": 1042.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:58:36.580Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1215.2,
|
|
"median": 8,
|
|
"p95": 11.6,
|
|
"p99": 103
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2514.2,
|
|
"median": 1018.2,
|
|
"p95": 1034.5,
|
|
"p99": 1231.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:58:46.582Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 618.1,
|
|
"median": 8,
|
|
"p95": 11.7,
|
|
"p99": 17.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1629.3,
|
|
"median": 1018.2,
|
|
"p95": 1026.4,
|
|
"p99": 1221.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:58:56.584Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 216.8,
|
|
"median": 8.1,
|
|
"p95": 11.7,
|
|
"p99": 15.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1435.4,
|
|
"median": 1018.8,
|
|
"p95": 1025.2,
|
|
"p99": 1032.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:59:06.583Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1006.3,
|
|
"median": 8.2,
|
|
"p95": 11.5,
|
|
"p99": 23.1
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 2018.4,
|
|
"median": 1018.8,
|
|
"p95": 1024.8,
|
|
"p99": 1134
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:59:16.581Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 221,
|
|
"median": 8.3,
|
|
"p95": 11.8,
|
|
"p99": 18.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.1,
|
|
"max": 1857.6,
|
|
"median": 1019.4,
|
|
"p95": 1027.4,
|
|
"p99": 1037.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:59:26.586Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008.5,
|
|
"median": 8.1,
|
|
"p95": 11.8,
|
|
"p99": 14.7
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 2029.1,
|
|
"median": 1018.8,
|
|
"p95": 1026.3,
|
|
"p99": 1225.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:59:36.583Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 230.5,
|
|
"median": 8.1,
|
|
"p95": 11.3,
|
|
"p99": 13.4
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1247.4,
|
|
"median": 1018.6,
|
|
"p95": 1023.9,
|
|
"p99": 1035
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:59:46.585Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.9,
|
|
"median": 7.9,
|
|
"p95": 11.1,
|
|
"p99": 13.3
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2017.3,
|
|
"median": 1018.3,
|
|
"p95": 1024.8,
|
|
"p99": 1226.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T07:59:56.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 215.4,
|
|
"median": 8.5,
|
|
"p95": 13.9,
|
|
"p99": 21.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 1250.1,
|
|
"median": 1021.5,
|
|
"p95": 1034.5,
|
|
"p99": 1079
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:00:06.587Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1008.5,
|
|
"median": 8.7,
|
|
"p95": 17.4,
|
|
"p99": 80.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 2022.7,
|
|
"median": 1022.2,
|
|
"p95": 1057.6,
|
|
"p99": 1140.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:00:16.589Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.4,
|
|
"median": 8.3,
|
|
"p95": 13.1,
|
|
"p99": 24.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2025,
|
|
"median": 1019.7,
|
|
"p95": 1028.8,
|
|
"p99": 1052.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:00:26.586Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 89.1,
|
|
"median": 8.6,
|
|
"p95": 15.4,
|
|
"p99": 31.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1244.8,
|
|
"median": 1021.5,
|
|
"p95": 1040,
|
|
"p99": 1074.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:00:36.586Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 1216.2,
|
|
"median": 8.7,
|
|
"p95": 14.3,
|
|
"p99": 23.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 2234.5,
|
|
"median": 1021.8,
|
|
"p95": 1038.2,
|
|
"p99": 1229.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:00:46.586Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1009.1,
|
|
"median": 8.8,
|
|
"p95": 14.8,
|
|
"p99": 57.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.7,
|
|
"max": 2023.4,
|
|
"median": 1021.7,
|
|
"p95": 1040.4,
|
|
"p99": 1100.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:00:56.593Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1007.5,
|
|
"median": 8.1,
|
|
"p95": 12.3,
|
|
"p99": 21.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2021.8,
|
|
"median": 1019,
|
|
"p95": 1028.6,
|
|
"p99": 1065.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:01:06.585Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 211.1,
|
|
"median": 8.2,
|
|
"p95": 13.8,
|
|
"p99": 37.4
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1113.8,
|
|
"median": 1019.1,
|
|
"p95": 1033.1,
|
|
"p99": 1071.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:01:16.587Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 622.2,
|
|
"median": 8,
|
|
"p95": 11.5,
|
|
"p99": 25
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1835.2,
|
|
"median": 1018.7,
|
|
"p95": 1027.6,
|
|
"p99": 1222.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:01:26.591Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1008.9,
|
|
"median": 8.2,
|
|
"p95": 13.7,
|
|
"p99": 70.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 2713.4,
|
|
"median": 1019,
|
|
"p95": 1033.1,
|
|
"p99": 1097.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:01:36.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 210.7,
|
|
"median": 8.5,
|
|
"p95": 14.2,
|
|
"p99": 23.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1426.1,
|
|
"median": 1021.5,
|
|
"p95": 1037.9,
|
|
"p99": 1075.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:01:46.596Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 214.6,
|
|
"median": 8.9,
|
|
"p95": 46,
|
|
"p99": 115.3
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1230.5,
|
|
"median": 1024.2,
|
|
"p95": 1130.8,
|
|
"p99": 1202.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:01:56.589Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.4,
|
|
"median": 8.4,
|
|
"p95": 13.7,
|
|
"p99": 33.7
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2056.9,
|
|
"median": 1020.4,
|
|
"p95": 1038.6,
|
|
"p99": 1079.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:02:06.596Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 671.7,
|
|
"median": 9,
|
|
"p95": 20.5,
|
|
"p99": 55
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1684.3,
|
|
"median": 1023.9,
|
|
"p95": 1053.4,
|
|
"p99": 1225.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:02:16.587Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 219.6,
|
|
"median": 8.7,
|
|
"p95": 15.2,
|
|
"p99": 21
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 1232.5,
|
|
"median": 1022.8,
|
|
"p95": 1038.4,
|
|
"p99": 1048.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:02:26.595Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 638,
|
|
"median": 8.6,
|
|
"p95": 16.4,
|
|
"p99": 41.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 1648.3,
|
|
"median": 1021.7,
|
|
"p95": 1041.7,
|
|
"p99": 1228.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:02:36.586Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1007.5,
|
|
"median": 8.3,
|
|
"p95": 15.5,
|
|
"p99": 37.9
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 1666,
|
|
"median": 1019.9,
|
|
"p95": 1044,
|
|
"p99": 1158.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:02:46.593Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 634.3,
|
|
"median": 8.2,
|
|
"p95": 13,
|
|
"p99": 20.2
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2025.1,
|
|
"median": 1019.4,
|
|
"p95": 1029.1,
|
|
"p99": 1135.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:02:56.589Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1010.2,
|
|
"median": 9.1,
|
|
"p95": 17.6,
|
|
"p99": 33.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 2035.2,
|
|
"median": 1024,
|
|
"p95": 1046.3,
|
|
"p99": 1169.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:03:06.587Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1215.3,
|
|
"median": 8.4,
|
|
"p95": 13.1,
|
|
"p99": 22.9
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2276.7,
|
|
"median": 1019.9,
|
|
"p95": 1032,
|
|
"p99": 1060.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:03:16.585Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.7,
|
|
"median": 8.6,
|
|
"p95": 13.9,
|
|
"p99": 26.6
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2025.9,
|
|
"median": 1022.1,
|
|
"p95": 1039.4,
|
|
"p99": 1225.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:03:26.596Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 218,
|
|
"median": 8.3,
|
|
"p95": 14.4,
|
|
"p99": 21
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1634.4,
|
|
"median": 1020.1,
|
|
"p95": 1031.7,
|
|
"p99": 1227.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:03:36.593Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 43,
|
|
"median": 8.8,
|
|
"p95": 14.2,
|
|
"p99": 23.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.3,
|
|
"max": 1233.3,
|
|
"median": 1022.6,
|
|
"p95": 1036.6,
|
|
"p99": 1052.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:03:46.589Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1008.1,
|
|
"median": 8.1,
|
|
"p95": 12.5,
|
|
"p99": 24.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1645.6,
|
|
"median": 1019.3,
|
|
"p95": 1029.4,
|
|
"p99": 1223.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:03:56.586Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.9,
|
|
"median": 8.1,
|
|
"p95": 11.4,
|
|
"p99": 13.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2259.8,
|
|
"median": 1018.8,
|
|
"p95": 1024.5,
|
|
"p99": 1035
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:04:06.588Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1006.8,
|
|
"median": 8.3,
|
|
"p95": 12.5,
|
|
"p99": 21.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 2019.8,
|
|
"median": 1019,
|
|
"p95": 1026.6,
|
|
"p99": 1223.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:04:16.589Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1006.8,
|
|
"median": 8.2,
|
|
"p95": 12.2,
|
|
"p99": 17.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 2444.6,
|
|
"median": 1018.9,
|
|
"p95": 1025.6,
|
|
"p99": 1139.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:04:26.590Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1009.6,
|
|
"median": 8.7,
|
|
"p95": 13.1,
|
|
"p99": 20.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2031.6,
|
|
"median": 1020.2,
|
|
"p95": 1027,
|
|
"p99": 1036.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:04:36.590Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1008.3,
|
|
"median": 8.7,
|
|
"p95": 13.3,
|
|
"p99": 22.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2304.2,
|
|
"median": 1021.4,
|
|
"p95": 1029,
|
|
"p99": 1226.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:04:46.592Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 6350.1,
|
|
"median": 8.5,
|
|
"p95": 12.7,
|
|
"p99": 22
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 7361.3,
|
|
"median": 1019.4,
|
|
"p95": 1030.1,
|
|
"p99": 1226.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:04:56.587Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 627.1,
|
|
"median": 8.3,
|
|
"p95": 12.2,
|
|
"p99": 16.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2444.1,
|
|
"median": 1018.9,
|
|
"p95": 1026.1,
|
|
"p99": 1037.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:05:06.589Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 622.2,
|
|
"median": 8.5,
|
|
"p95": 25.9,
|
|
"p99": 317.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 4115.9,
|
|
"median": 1019.2,
|
|
"p95": 1228.3,
|
|
"p99": 1412.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:05:16.590Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 221,
|
|
"median": 8.3,
|
|
"p95": 12.1,
|
|
"p99": 15.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1231.3,
|
|
"median": 1019.1,
|
|
"p95": 1024.9,
|
|
"p99": 1038.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:05:26.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1009.7,
|
|
"median": 8.4,
|
|
"p95": 12.8,
|
|
"p99": 24.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 2018.5,
|
|
"median": 1019.7,
|
|
"p95": 1027.6,
|
|
"p99": 1059.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:05:36.588Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 211.8,
|
|
"median": 8.3,
|
|
"p95": 12.3,
|
|
"p99": 16.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2652.3,
|
|
"median": 1019.1,
|
|
"p95": 1026.1,
|
|
"p99": 1052.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:05:46.589Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1009.5,
|
|
"median": 8.3,
|
|
"p95": 12.5,
|
|
"p99": 21.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2018.7,
|
|
"median": 1019.1,
|
|
"p95": 1027,
|
|
"p99": 1142.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:05:56.589Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 218,
|
|
"median": 8.6,
|
|
"p95": 12.7,
|
|
"p99": 17.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 1228.9,
|
|
"median": 1019.4,
|
|
"p95": 1026,
|
|
"p99": 1036.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:06:06.591Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 221.9,
|
|
"median": 8.9,
|
|
"p95": 14.4,
|
|
"p99": 22.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1238.1,
|
|
"median": 1021.8,
|
|
"p95": 1039.3,
|
|
"p99": 1181.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:06:16.588Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 422.7,
|
|
"median": 8.6,
|
|
"p95": 13.2,
|
|
"p99": 21.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1432.9,
|
|
"median": 1019.9,
|
|
"p95": 1027.8,
|
|
"p99": 1035.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:06:26.590Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1440.4,
|
|
"median": 8,
|
|
"p95": 12.6,
|
|
"p99": 103.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2453,
|
|
"median": 1018.4,
|
|
"p95": 1033.8,
|
|
"p99": 1226.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:06:36.595Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1009.2,
|
|
"median": 8.5,
|
|
"p95": 12.5,
|
|
"p99": 19.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2018.5,
|
|
"median": 1019.5,
|
|
"p95": 1026.5,
|
|
"p99": 1053.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:06:46.590Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1009.7,
|
|
"median": 8.3,
|
|
"p95": 13.1,
|
|
"p99": 41.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2019.5,
|
|
"median": 1019.2,
|
|
"p95": 1032.1,
|
|
"p99": 1077.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:06:56.590Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 35.4,
|
|
"median": 8.4,
|
|
"p95": 12.3,
|
|
"p99": 15.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1046.7,
|
|
"median": 1019.3,
|
|
"p95": 1025.5,
|
|
"p99": 1033.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:07:06.590Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1007,
|
|
"median": 8.2,
|
|
"p95": 12.1,
|
|
"p99": 17.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2017.8,
|
|
"median": 1019.2,
|
|
"p95": 1025,
|
|
"p99": 1035
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:07:16.589Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 219.6,
|
|
"median": 8.5,
|
|
"p95": 12.2,
|
|
"p99": 16.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1229.4,
|
|
"median": 1019.5,
|
|
"p95": 1026.9,
|
|
"p99": 1039.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:07:26.589Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 212,
|
|
"median": 8.4,
|
|
"p95": 13.2,
|
|
"p99": 30
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1239.3,
|
|
"median": 1019.3,
|
|
"p95": 1030.7,
|
|
"p99": 1092.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:07:36.589Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 229.3,
|
|
"median": 8.2,
|
|
"p95": 12.3,
|
|
"p99": 17.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2447.2,
|
|
"median": 1018.8,
|
|
"p95": 1026.3,
|
|
"p99": 1090.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:07:46.591Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1214,
|
|
"median": 8.5,
|
|
"p95": 12.5,
|
|
"p99": 17.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2226.7,
|
|
"median": 1019.8,
|
|
"p95": 1026.1,
|
|
"p99": 1133.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:07:56.588Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1472.6,
|
|
"median": 8.7,
|
|
"p95": 13.3,
|
|
"p99": 21.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 2487.1,
|
|
"median": 1021.7,
|
|
"p95": 1029.9,
|
|
"p99": 1047.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:08:06.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1217.6,
|
|
"median": 8.1,
|
|
"p95": 12.8,
|
|
"p99": 28.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2027,
|
|
"median": 1018.6,
|
|
"p95": 1029.5,
|
|
"p99": 1223.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:08:16.588Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1436.1,
|
|
"median": 8.4,
|
|
"p95": 12.7,
|
|
"p99": 17.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 4298.9,
|
|
"median": 1019.5,
|
|
"p95": 1026.6,
|
|
"p99": 1224.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:08:26.590Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 3094.9,
|
|
"median": 8.5,
|
|
"p95": 12.2,
|
|
"p99": 16.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 4107,
|
|
"median": 1019.6,
|
|
"p95": 1025.6,
|
|
"p99": 1031.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:08:36.590Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 6382.4,
|
|
"median": 8.4,
|
|
"p95": 12.2,
|
|
"p99": 19.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 7396.5,
|
|
"median": 1019.6,
|
|
"p95": 1026.4,
|
|
"p99": 1227.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:08:46.588Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 216,
|
|
"median": 8.4,
|
|
"p95": 12.4,
|
|
"p99": 15.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 1639.9,
|
|
"median": 1019.6,
|
|
"p95": 1025.6,
|
|
"p99": 1034.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:08:56.591Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 497,
|
|
"requestsCompleted": 997,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 835.7,
|
|
"median": 8.3,
|
|
"p95": 12.1,
|
|
"p99": 24.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 1845,
|
|
"median": 1019.1,
|
|
"p95": 1025.9,
|
|
"p99": 1227
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 997
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:09:06.590Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1429.9,
|
|
"median": 8.3,
|
|
"p95": 12.4,
|
|
"p99": 119.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 2439,
|
|
"median": 1019.1,
|
|
"p95": 1028.7,
|
|
"p99": 1237.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:09:16.593Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1015.3,
|
|
"median": 8.6,
|
|
"p95": 12.9,
|
|
"p99": 26.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2026.1,
|
|
"median": 1019.6,
|
|
"p95": 1028.5,
|
|
"p99": 1076.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:09:26.590Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 230.8,
|
|
"median": 8.6,
|
|
"p95": 14.6,
|
|
"p99": 25
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1630.7,
|
|
"median": 1021.9,
|
|
"p95": 1037.6,
|
|
"p99": 1221.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:09:36.591Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 214.9,
|
|
"median": 8.5,
|
|
"p95": 12.5,
|
|
"p99": 16.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1228.1,
|
|
"median": 1019.6,
|
|
"p95": 1027.4,
|
|
"p99": 1042.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:09:46.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 224,
|
|
"median": 8.6,
|
|
"p95": 13.2,
|
|
"p99": 19.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1238.6,
|
|
"median": 1020.1,
|
|
"p95": 1029.4,
|
|
"p99": 1232.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:09:56.595Z",
|
|
"scenariosCreated": 501,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.5,
|
|
"max": 217,
|
|
"median": 11.8,
|
|
"p95": 28,
|
|
"p99": 45
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1017.5,
|
|
"max": 1250.2,
|
|
"median": 1033.2,
|
|
"p95": 1071.6,
|
|
"p99": 1089.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 501
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:10:06.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1008.6,
|
|
"median": 9.4,
|
|
"p95": 17.1,
|
|
"p99": 38
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 2471.5,
|
|
"median": 1023.8,
|
|
"p95": 1046.3,
|
|
"p99": 1351.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:10:16.596Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1010.5,
|
|
"median": 9.3,
|
|
"p95": 14.6,
|
|
"p99": 33.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2022.3,
|
|
"median": 1023.3,
|
|
"p95": 1038.4,
|
|
"p99": 1143.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:10:26.596Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1215.4,
|
|
"median": 10,
|
|
"p95": 31.2,
|
|
"p99": 229
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015,
|
|
"max": 2367.2,
|
|
"median": 1025.7,
|
|
"p95": 1125,
|
|
"p99": 1306.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:10:36.599Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.3,
|
|
"max": 220.9,
|
|
"median": 9.5,
|
|
"p95": 16.8,
|
|
"p99": 28.9
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015,
|
|
"max": 2306,
|
|
"median": 1024.2,
|
|
"p95": 1042.1,
|
|
"p99": 1061.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:10:46.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1009.8,
|
|
"median": 9.3,
|
|
"p95": 15.8,
|
|
"p99": 30
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 2025.2,
|
|
"median": 1023.5,
|
|
"p95": 1040.1,
|
|
"p99": 1144.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:10:56.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.3,
|
|
"max": 619,
|
|
"median": 9.2,
|
|
"p95": 14.8,
|
|
"p99": 26.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.6,
|
|
"max": 1638.7,
|
|
"median": 1023.1,
|
|
"p95": 1038.1,
|
|
"p99": 1147.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:11:06.596Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 625.5,
|
|
"median": 9,
|
|
"p95": 15.1,
|
|
"p99": 27.4
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 1643.1,
|
|
"median": 1023,
|
|
"p95": 1036.9,
|
|
"p99": 1081
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:11:16.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 218.6,
|
|
"median": 9.2,
|
|
"p95": 15.8,
|
|
"p99": 21.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 1241.1,
|
|
"median": 1023.4,
|
|
"p95": 1034.8,
|
|
"p99": 1048.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:11:26.599Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 217.9,
|
|
"median": 9.2,
|
|
"p95": 15.2,
|
|
"p99": 25.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 1234.1,
|
|
"median": 1023.4,
|
|
"p95": 1036.7,
|
|
"p99": 1046.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:11:36.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 647.5,
|
|
"median": 9.5,
|
|
"p95": 17.4,
|
|
"p99": 34.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 1667.3,
|
|
"median": 1024.1,
|
|
"p95": 1044.1,
|
|
"p99": 1084.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:11:46.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 5.4,
|
|
"max": 1023.9,
|
|
"median": 10.5,
|
|
"p95": 29.3,
|
|
"p99": 159.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.9,
|
|
"max": 2510.6,
|
|
"median": 1027.8,
|
|
"p95": 1073.8,
|
|
"p99": 1264.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:11:56.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 211.3,
|
|
"median": 8.7,
|
|
"p95": 15.2,
|
|
"p99": 27.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1232.6,
|
|
"median": 1021.8,
|
|
"p95": 1039.1,
|
|
"p99": 1080
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:12:06.595Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 635.8,
|
|
"median": 8.2,
|
|
"p95": 12.4,
|
|
"p99": 26
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1645.8,
|
|
"median": 1018.8,
|
|
"p95": 1029.3,
|
|
"p99": 1061.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:12:16.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 633.9,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 15.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1642.1,
|
|
"median": 1017.3,
|
|
"p95": 1023.4,
|
|
"p99": 1038.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:12:26.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 216.7,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 12.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1225.7,
|
|
"median": 1017.2,
|
|
"p95": 1022.9,
|
|
"p99": 1040.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:12:36.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 212.1,
|
|
"median": 7.5,
|
|
"p95": 10.7,
|
|
"p99": 14.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1226.7,
|
|
"median": 1017.2,
|
|
"p95": 1022.2,
|
|
"p99": 1037.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:12:46.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 214.7,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 30.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1223.8,
|
|
"median": 1017.2,
|
|
"p95": 1025.8,
|
|
"p99": 1085.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:12:56.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1009,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 17.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2016.5,
|
|
"median": 1017.4,
|
|
"p95": 1022.8,
|
|
"p99": 1033.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:13:06.596Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 213.4,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 19.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1226.4,
|
|
"median": 1017.3,
|
|
"p95": 1023.6,
|
|
"p99": 1043.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:13:16.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 29.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 2016.2,
|
|
"median": 1017.4,
|
|
"p95": 1024.6,
|
|
"p99": 1096.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:13:26.599Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1435.6,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 13
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 2451.5,
|
|
"median": 1017.4,
|
|
"p95": 1022.2,
|
|
"p99": 1034.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:13:36.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 168.8,
|
|
"median": 7.6,
|
|
"p95": 11,
|
|
"p99": 76.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1180.3,
|
|
"median": 1017.3,
|
|
"p95": 1027.6,
|
|
"p99": 1136.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:13:46.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 221.1,
|
|
"median": 7.6,
|
|
"p95": 11,
|
|
"p99": 32.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 1231.4,
|
|
"median": 1017.5,
|
|
"p95": 1023.8,
|
|
"p99": 1062.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:13:56.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 626.1,
|
|
"median": 7.6,
|
|
"p95": 10.4,
|
|
"p99": 14.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1655.4,
|
|
"median": 1017.3,
|
|
"p95": 1022.1,
|
|
"p99": 1087
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:14:06.596Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 218.8,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 19.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1631.4,
|
|
"median": 1017.1,
|
|
"p95": 1022.6,
|
|
"p99": 1222.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:14:16.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.4,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 18.3
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2014.3,
|
|
"median": 1017.5,
|
|
"p95": 1022.5,
|
|
"p99": 1221.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:14:26.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 623,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 16.7
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2014.9,
|
|
"median": 1017.5,
|
|
"p95": 1022.4,
|
|
"p99": 1131.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:14:36.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 619,
|
|
"median": 7.6,
|
|
"p95": 11.2,
|
|
"p99": 26.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1628,
|
|
"median": 1017.5,
|
|
"p95": 1024.7,
|
|
"p99": 1142.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:14:46.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.2,
|
|
"max": 1008.4,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 13.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2019.4,
|
|
"median": 1017.6,
|
|
"p95": 1022.6,
|
|
"p99": 1043.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:14:56.596Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1432.3,
|
|
"median": 7.6,
|
|
"p95": 11.2,
|
|
"p99": 43.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2443.5,
|
|
"median": 1017.8,
|
|
"p95": 1029,
|
|
"p99": 1223.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:15:06.596Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 422.4,
|
|
"median": 7.8,
|
|
"p95": 19.3,
|
|
"p99": 239.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 1443.7,
|
|
"median": 1017.8,
|
|
"p95": 1047,
|
|
"p99": 1219.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:15:16.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1465.3,
|
|
"median": 7.9,
|
|
"p95": 11.6,
|
|
"p99": 30.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2690.4,
|
|
"median": 1018,
|
|
"p95": 1050.4,
|
|
"p99": 1383.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:15:26.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1461.6,
|
|
"median": 7.9,
|
|
"p95": 11.1,
|
|
"p99": 15.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2471.7,
|
|
"median": 1018,
|
|
"p95": 1022.6,
|
|
"p99": 1132.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:15:36.599Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 213.8,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 12.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2473.1,
|
|
"median": 1017.7,
|
|
"p95": 1022.2,
|
|
"p99": 1129.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:15:46.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 209.5,
|
|
"median": 7.8,
|
|
"p95": 14.4,
|
|
"p99": 144.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1324.6,
|
|
"median": 1017.9,
|
|
"p95": 1074.1,
|
|
"p99": 1223.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:15:56.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 202,
|
|
"median": 7.7,
|
|
"p95": 11.4,
|
|
"p99": 112.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1631.5,
|
|
"median": 1017.7,
|
|
"p95": 1045,
|
|
"p99": 1184.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:16:06.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.9,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 12.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 2017.3,
|
|
"median": 1017.4,
|
|
"p95": 1022.7,
|
|
"p99": 1041.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:16:16.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 21.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2724.1,
|
|
"median": 1017.4,
|
|
"p95": 1022.1,
|
|
"p99": 1046.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:16:26.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 218.2,
|
|
"median": 8.1,
|
|
"p95": 11.5,
|
|
"p99": 17.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1225.8,
|
|
"median": 1018.4,
|
|
"p95": 1023.9,
|
|
"p99": 1043
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:16:36.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1665.3,
|
|
"median": 8.2,
|
|
"p95": 11.8,
|
|
"p99": 28.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 3676.5,
|
|
"median": 1018.6,
|
|
"p95": 1026.2,
|
|
"p99": 1053.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:16:46.599Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 493,
|
|
"requestsCompleted": 993,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 620.1,
|
|
"median": 7.7,
|
|
"p95": 11.1,
|
|
"p99": 85
|
|
},
|
|
"rps": {
|
|
"count": 994,
|
|
"mean": 99.4
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1631.5,
|
|
"median": 1017.6,
|
|
"p95": 1022.4,
|
|
"p99": 1185.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 993
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 58,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:16:56.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 507,
|
|
"requestsCompleted": 1007,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1012.5,
|
|
"median": 7.9,
|
|
"p95": 11.6,
|
|
"p99": 75.8
|
|
},
|
|
"rps": {
|
|
"count": 1006,
|
|
"mean": 100.7
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 2512.4,
|
|
"median": 1018,
|
|
"p95": 1038.5,
|
|
"p99": 1226.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1007
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:17:06.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 622.4,
|
|
"median": 7.6,
|
|
"p95": 11.9,
|
|
"p99": 177.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1646.2,
|
|
"median": 1017.4,
|
|
"p95": 1049.6,
|
|
"p99": 1238.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:17:16.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.9,
|
|
"median": 7.7,
|
|
"p95": 11.2,
|
|
"p99": 19.1
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1648.5,
|
|
"median": 1017.2,
|
|
"p95": 1023.1,
|
|
"p99": 1061.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:17:26.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 210.2,
|
|
"median": 7.6,
|
|
"p95": 10.9,
|
|
"p99": 14.1
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2028.4,
|
|
"median": 1017.2,
|
|
"p95": 1022.6,
|
|
"p99": 1035.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:17:36.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.7,
|
|
"median": 7.6,
|
|
"p95": 11.5,
|
|
"p99": 59.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2260.8,
|
|
"median": 1017.3,
|
|
"p95": 1030.6,
|
|
"p99": 1222.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:17:46.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1008.1,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 18.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2016.9,
|
|
"median": 1017.3,
|
|
"p95": 1023.9,
|
|
"p99": 1033.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:17:56.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 71.5,
|
|
"median": 7.5,
|
|
"p95": 11.1,
|
|
"p99": 30.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1227,
|
|
"median": 1017.2,
|
|
"p95": 1026.2,
|
|
"p99": 1069.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:18:06.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 213.8,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 25.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1633.8,
|
|
"median": 1017.2,
|
|
"p95": 1022.3,
|
|
"p99": 1095.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:18:16.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1006.2,
|
|
"median": 7.7,
|
|
"p95": 10.6,
|
|
"p99": 12.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2018.9,
|
|
"median": 1017.2,
|
|
"p95": 1021.8,
|
|
"p99": 1031.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:18:26.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 213.6,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 13.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1222.8,
|
|
"median": 1017.2,
|
|
"p95": 1022.8,
|
|
"p99": 1036
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:18:36.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.5,
|
|
"median": 7.7,
|
|
"p95": 11.2,
|
|
"p99": 17.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2014.2,
|
|
"median": 1017.5,
|
|
"p95": 1024.3,
|
|
"p99": 1227.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:18:46.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.3,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 22.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2447.6,
|
|
"median": 1017.4,
|
|
"p95": 1024.8,
|
|
"p99": 1339.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:18:56.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.5,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 21.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2015.8,
|
|
"median": 1017.2,
|
|
"p95": 1023,
|
|
"p99": 1075
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:19:06.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.5,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 21.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2016.9,
|
|
"median": 1017.2,
|
|
"p95": 1023.3,
|
|
"p99": 1218.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:19:16.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 623.7,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 29.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1632.9,
|
|
"median": 1017.1,
|
|
"p95": 1023.3,
|
|
"p99": 1221.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:19:26.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1008.1,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 12.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2015.9,
|
|
"median": 1017.2,
|
|
"p95": 1021.9,
|
|
"p99": 1126.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:19:36.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 228.8,
|
|
"median": 7.7,
|
|
"p95": 11.3,
|
|
"p99": 69.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1238.1,
|
|
"median": 1017.5,
|
|
"p95": 1035.2,
|
|
"p99": 1131.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:19:46.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 215.1,
|
|
"median": 7.6,
|
|
"p95": 11.1,
|
|
"p99": 67.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1431.3,
|
|
"median": 1017.3,
|
|
"p95": 1035.6,
|
|
"p99": 1129.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:19:56.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 629.5,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 50.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1638.4,
|
|
"median": 1017.3,
|
|
"p95": 1024.3,
|
|
"p99": 1088.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:20:06.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 619.4,
|
|
"median": 7.6,
|
|
"p95": 11,
|
|
"p99": 17.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1629.2,
|
|
"median": 1017.3,
|
|
"p95": 1023.3,
|
|
"p99": 1221.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:20:16.596Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 3061.5,
|
|
"median": 7.6,
|
|
"p95": 11.1,
|
|
"p99": 33.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 4071.4,
|
|
"median": 1017.3,
|
|
"p95": 1026.3,
|
|
"p99": 1226.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:20:26.599Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1008.5,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 18.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2017.9,
|
|
"median": 1017.3,
|
|
"p95": 1022,
|
|
"p99": 1035.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:20:36.599Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1012.7,
|
|
"median": 7.7,
|
|
"p95": 11.1,
|
|
"p99": 142.3
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2228.3,
|
|
"median": 1017.6,
|
|
"p95": 1026.6,
|
|
"p99": 1229.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:20:46.599Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1006.7,
|
|
"median": 7.8,
|
|
"p95": 11.2,
|
|
"p99": 24.8
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2019,
|
|
"median": 1017.7,
|
|
"p95": 1023.6,
|
|
"p99": 1142.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:20:56.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1436.1,
|
|
"median": 7.8,
|
|
"p95": 11.2,
|
|
"p99": 24.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 2447,
|
|
"median": 1017.6,
|
|
"p95": 1024.1,
|
|
"p99": 1045.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:21:06.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.2,
|
|
"max": 212.1,
|
|
"median": 7.9,
|
|
"p95": 10.9,
|
|
"p99": 14.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 1225,
|
|
"median": 1017.7,
|
|
"p95": 1022.8,
|
|
"p99": 1030.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:21:16.597Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 127.8,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 46.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2444.8,
|
|
"median": 1017.2,
|
|
"p95": 1027.8,
|
|
"p99": 1116.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:21:26.599Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 631.4,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 12.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1641.3,
|
|
"median": 1017.2,
|
|
"p95": 1022.1,
|
|
"p99": 1026
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:21:36.599Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1440.1,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 12.6
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2451.1,
|
|
"median": 1017.2,
|
|
"p95": 1022,
|
|
"p99": 1224
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:21:46.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 213.7,
|
|
"median": 8,
|
|
"p95": 11.4,
|
|
"p99": 16.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1227.9,
|
|
"median": 1017.9,
|
|
"p95": 1023.1,
|
|
"p99": 1035.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:21:56.599Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 490,
|
|
"requestsCompleted": 981,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 3123.9,
|
|
"median": 8,
|
|
"p95": 13,
|
|
"p99": 82
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 4134.8,
|
|
"median": 1017.9,
|
|
"p95": 1049.3,
|
|
"p99": 1121.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 981
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 61,
|
|
"pendingRequests": 20,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:22:06.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 509,
|
|
"requestsCompleted": 1018,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1011.1,
|
|
"median": 8.9,
|
|
"p95": 19.7,
|
|
"p99": 261.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2273,
|
|
"median": 1019.9,
|
|
"p95": 1186.3,
|
|
"p99": 1339.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1018
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:22:16.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 6481.3,
|
|
"median": 7.6,
|
|
"p95": 10.4,
|
|
"p99": 12.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 7494.5,
|
|
"median": 1017.1,
|
|
"p95": 1021.6,
|
|
"p99": 1030.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:22:26.598Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 49.7,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 17.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 1223.6,
|
|
"median": 1017,
|
|
"p95": 1021.7,
|
|
"p99": 1043.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:22:36.599Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.5,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 13.9
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2017.6,
|
|
"median": 1017.1,
|
|
"p95": 1022.4,
|
|
"p99": 1046.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:22:46.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.3,
|
|
"median": 7.6,
|
|
"p95": 10.4,
|
|
"p99": 13.1
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1011.5,
|
|
"max": 2027.5,
|
|
"median": 1016.9,
|
|
"p95": 1022.2,
|
|
"p99": 1025.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:22:56.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.1,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 30.7
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2017.6,
|
|
"median": 1017.1,
|
|
"p95": 1022.3,
|
|
"p99": 1155
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:23:06.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 632.3,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 16.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1644.4,
|
|
"median": 1017,
|
|
"p95": 1022.5,
|
|
"p99": 1069.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:23:16.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 418.9,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 15
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1441,
|
|
"median": 1017.2,
|
|
"p95": 1022.2,
|
|
"p99": 1037.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:23:26.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1009.5,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 13.8
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2018.1,
|
|
"median": 1017,
|
|
"p95": 1022.6,
|
|
"p99": 1138.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:23:36.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.3,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 12.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2019,
|
|
"median": 1016.9,
|
|
"p95": 1021.8,
|
|
"p99": 1065.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:23:46.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 218.8,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 12.6
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1422.2,
|
|
"median": 1017.1,
|
|
"p95": 1021.7,
|
|
"p99": 1033.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:23:56.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1007.6,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 31.7
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.1,
|
|
"max": 2014.9,
|
|
"median": 1017.2,
|
|
"p95": 1022.9,
|
|
"p99": 1090.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:24:06.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 221.7,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 19.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1230.9,
|
|
"median": 1017.1,
|
|
"p95": 1022.1,
|
|
"p99": 1142.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:24:16.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1006.3,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 13.7
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 1629.2,
|
|
"median": 1017.1,
|
|
"p95": 1022,
|
|
"p99": 1031.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:24:26.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1008.2,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 16.6
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2445.8,
|
|
"median": 1017.2,
|
|
"p95": 1022.5,
|
|
"p99": 1135.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:24:36.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 212.8,
|
|
"median": 7.5,
|
|
"p95": 10.9,
|
|
"p99": 39.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 3662,
|
|
"median": 1017.1,
|
|
"p95": 1025.9,
|
|
"p99": 1218.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:24:46.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1005.9,
|
|
"median": 7.6,
|
|
"p95": 11.1,
|
|
"p99": 39.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2011.9,
|
|
"median": 1017.1,
|
|
"p95": 1023.3,
|
|
"p99": 1075.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:24:56.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1008.8,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 11.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2633.9,
|
|
"median": 1017.2,
|
|
"p95": 1022.4,
|
|
"p99": 1086.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:25:06.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 214.5,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 15.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1433.1,
|
|
"median": 1017.2,
|
|
"p95": 1022.1,
|
|
"p99": 1041.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:25:16.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.7,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 12.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2021.1,
|
|
"median": 1017.3,
|
|
"p95": 1022.1,
|
|
"p99": 1131.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:25:26.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1008,
|
|
"median": 7.7,
|
|
"p95": 12.2,
|
|
"p99": 57.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1686.3,
|
|
"median": 1017.3,
|
|
"p95": 1036.6,
|
|
"p99": 1094.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:25:36.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1007,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 26
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2268.6,
|
|
"median": 1017.2,
|
|
"p95": 1022.9,
|
|
"p99": 1083.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:25:46.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1462.8,
|
|
"median": 7.7,
|
|
"p95": 11.2,
|
|
"p99": 29.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2472.8,
|
|
"median": 1017.6,
|
|
"p95": 1027.9,
|
|
"p99": 1225.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 4,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:25:56.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 320,
|
|
"median": 7.8,
|
|
"p95": 11.5,
|
|
"p99": 64.2
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1329.1,
|
|
"median": 1017.6,
|
|
"p95": 1024.1,
|
|
"p99": 1169.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:26:06.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 617.7,
|
|
"median": 7.8,
|
|
"p95": 11.7,
|
|
"p99": 131.3
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1627.6,
|
|
"median": 1017.7,
|
|
"p95": 1085.3,
|
|
"p99": 1175.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:26:16.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 213.3,
|
|
"median": 8.1,
|
|
"p95": 11.6,
|
|
"p99": 36.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1639.2,
|
|
"median": 1018.4,
|
|
"p95": 1027.8,
|
|
"p99": 1062.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:26:26.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1007.9,
|
|
"median": 7.8,
|
|
"p95": 10.8,
|
|
"p99": 19.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2028.4,
|
|
"median": 1017.6,
|
|
"p95": 1022.7,
|
|
"p99": 1057.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:26:36.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 213.8,
|
|
"median": 7.7,
|
|
"p95": 10.9,
|
|
"p99": 17.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1321.4,
|
|
"median": 1017.4,
|
|
"p95": 1025,
|
|
"p99": 1223
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:26:46.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 219.7,
|
|
"median": 7.6,
|
|
"p95": 11.1,
|
|
"p99": 23.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1641.2,
|
|
"median": 1017.2,
|
|
"p95": 1025,
|
|
"p99": 1068.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:26:56.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 122,
|
|
"median": 7.6,
|
|
"p95": 12.6,
|
|
"p99": 52.3
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 1131.7,
|
|
"median": 1017.5,
|
|
"p95": 1034.9,
|
|
"p99": 1086.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:27:06.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 210.8,
|
|
"median": 7.8,
|
|
"p95": 11.8,
|
|
"p99": 28.9
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1427.9,
|
|
"median": 1017.5,
|
|
"p95": 1024.5,
|
|
"p99": 1051.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:27:16.600Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1009.5,
|
|
"median": 9.9,
|
|
"p95": 17,
|
|
"p99": 41.8
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 2034.8,
|
|
"median": 1022.2,
|
|
"p95": 1034.1,
|
|
"p99": 1233
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:27:26.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 631.6,
|
|
"median": 8.3,
|
|
"p95": 13.2,
|
|
"p99": 27.2
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1641.7,
|
|
"median": 1018.5,
|
|
"p95": 1028.4,
|
|
"p99": 1047.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:27:36.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 218.5,
|
|
"median": 7.9,
|
|
"p95": 12,
|
|
"p99": 57.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1230.1,
|
|
"median": 1017.9,
|
|
"p95": 1029.3,
|
|
"p99": 1218.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:27:46.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 212.9,
|
|
"median": 7.8,
|
|
"p95": 11.4,
|
|
"p99": 20.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1636.4,
|
|
"median": 1017.4,
|
|
"p95": 1023.8,
|
|
"p99": 1042.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:27:56.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.4,
|
|
"median": 7.7,
|
|
"p95": 10.6,
|
|
"p99": 13.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2027,
|
|
"median": 1017.4,
|
|
"p95": 1022.1,
|
|
"p99": 1028.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:28:06.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 90.3,
|
|
"median": 7.6,
|
|
"p95": 11.1,
|
|
"p99": 22.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1099.5,
|
|
"median": 1017.2,
|
|
"p95": 1023.8,
|
|
"p99": 1047
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:28:16.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 28.3,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 14.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1039.1,
|
|
"median": 1017.2,
|
|
"p95": 1022.1,
|
|
"p99": 1026.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:28:26.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 6318.9,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 18.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 7332.6,
|
|
"median": 1017.3,
|
|
"p95": 1022.1,
|
|
"p99": 1047.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:28:36.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 215.3,
|
|
"median": 7.5,
|
|
"p95": 10.8,
|
|
"p99": 61.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1224.5,
|
|
"median": 1017,
|
|
"p95": 1023.9,
|
|
"p99": 1133.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:28:46.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 218,
|
|
"median": 7.7,
|
|
"p95": 10.5,
|
|
"p99": 11.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1227.6,
|
|
"median": 1017.1,
|
|
"p95": 1021.7,
|
|
"p99": 1025.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:28:56.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 211.6,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 14.8
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1641.7,
|
|
"median": 1017.1,
|
|
"p95": 1022.3,
|
|
"p99": 1043
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:29:06.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 620.2,
|
|
"median": 7.6,
|
|
"p95": 11,
|
|
"p99": 28
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1632.3,
|
|
"median": 1017.4,
|
|
"p95": 1024,
|
|
"p99": 1089.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:29:16.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 631.1,
|
|
"median": 7.4,
|
|
"p95": 10.5,
|
|
"p99": 12.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1641.1,
|
|
"median": 1017,
|
|
"p95": 1022.2,
|
|
"p99": 1029.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:29:26.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.5,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 13.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2016.4,
|
|
"median": 1017.1,
|
|
"p95": 1021.9,
|
|
"p99": 1030.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:29:36.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 619.3,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 12.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1629.3,
|
|
"median": 1017.1,
|
|
"p95": 1021.7,
|
|
"p99": 1024.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:29:46.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.9,
|
|
"median": 7.5,
|
|
"p95": 10.7,
|
|
"p99": 16.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2475.9,
|
|
"median": 1017.2,
|
|
"p95": 1023.4,
|
|
"p99": 1226.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:29:56.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.7,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 31.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 2018.1,
|
|
"median": 1017.4,
|
|
"p95": 1025.7,
|
|
"p99": 1084.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:30:06.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1006.9,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 15.4
|
|
},
|
|
"rps": {
|
|
"count": 998,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2655.9,
|
|
"median": 1016.9,
|
|
"p95": 1022.3,
|
|
"p99": 1131.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:30:16.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 2211.5,
|
|
"median": 7.5,
|
|
"p95": 10.8,
|
|
"p99": 17
|
|
},
|
|
"rps": {
|
|
"count": 1002,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 3597,
|
|
"median": 1017.2,
|
|
"p95": 1022.1,
|
|
"p99": 1608
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:30:26.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 624.3,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 13.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1635.2,
|
|
"median": 1017,
|
|
"p95": 1022.1,
|
|
"p99": 1226.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:30:36.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.2,
|
|
"max": 213.8,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 14
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012,
|
|
"max": 1632.5,
|
|
"median": 1017,
|
|
"p95": 1022.5,
|
|
"p99": 1034.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:30:46.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 842.1,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 12.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1851.5,
|
|
"median": 1017.2,
|
|
"p95": 1022.5,
|
|
"p99": 1031.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:30:56.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 220.6,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 13.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1232.5,
|
|
"median": 1017.2,
|
|
"p95": 1022.5,
|
|
"p99": 1033.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:31:06.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 623,
|
|
"median": 7.7,
|
|
"p95": 11.8,
|
|
"p99": 212
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 2447.8,
|
|
"median": 1017.2,
|
|
"p95": 1092.7,
|
|
"p99": 1252.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:31:16.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1008.3,
|
|
"median": 7.6,
|
|
"p95": 11.6,
|
|
"p99": 107
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.1,
|
|
"max": 2015.8,
|
|
"median": 1017.3,
|
|
"p95": 1042.9,
|
|
"p99": 1145.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:31:26.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 73.1,
|
|
"median": 8,
|
|
"p95": 11.3,
|
|
"p99": 15.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1223.3,
|
|
"median": 1017.9,
|
|
"p95": 1024,
|
|
"p99": 1059
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:31:36.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.9,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 14.3
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2016.4,
|
|
"median": 1017.4,
|
|
"p95": 1022.6,
|
|
"p99": 1224.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:31:46.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 995,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 220.8,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 67.7
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1633.7,
|
|
"median": 1017.3,
|
|
"p95": 1022.9,
|
|
"p99": 1112.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 995
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 6,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:31:56.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1004,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008.1,
|
|
"median": 7.6,
|
|
"p95": 13.2,
|
|
"p99": 121.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2017.6,
|
|
"median": 1017.6,
|
|
"p95": 1052.4,
|
|
"p99": 1175.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1004
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:32:06.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 215.6,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 17.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1262.1,
|
|
"median": 1017.4,
|
|
"p95": 1023.4,
|
|
"p99": 1177.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:32:16.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 214.1,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 14
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1225.2,
|
|
"median": 1017.5,
|
|
"p95": 1021.8,
|
|
"p99": 1040.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:32:26.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1212.9,
|
|
"median": 8,
|
|
"p95": 12.2,
|
|
"p99": 44.3
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2223.4,
|
|
"median": 1018,
|
|
"p95": 1025.6,
|
|
"p99": 1222.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:32:36.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1003,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 631.5,
|
|
"median": 8,
|
|
"p95": 12.7,
|
|
"p99": 88
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2021.9,
|
|
"median": 1018.2,
|
|
"p95": 1042,
|
|
"p99": 1241.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1003
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:32:46.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 218.1,
|
|
"median": 7.9,
|
|
"p95": 11.1,
|
|
"p99": 15.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 1228.3,
|
|
"median": 1017.8,
|
|
"p95": 1023.8,
|
|
"p99": 1036.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:32:56.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 216.1,
|
|
"median": 7.9,
|
|
"p95": 11.3,
|
|
"p99": 15.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1225.5,
|
|
"median": 1017.7,
|
|
"p95": 1023.2,
|
|
"p99": 1036.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:33:06.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.7,
|
|
"median": 7.7,
|
|
"p95": 11.7,
|
|
"p99": 28.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2021.7,
|
|
"median": 1017.4,
|
|
"p95": 1027.3,
|
|
"p99": 1087.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:33:16.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.8,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 35.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 2222.1,
|
|
"median": 1017.2,
|
|
"p95": 1024.1,
|
|
"p99": 1228.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:33:26.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1006.5,
|
|
"median": 7.6,
|
|
"p95": 12.5,
|
|
"p99": 141.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2018.1,
|
|
"median": 1017.3,
|
|
"p95": 1084.1,
|
|
"p99": 1220.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:33:36.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.7,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 31.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 2261.4,
|
|
"median": 1017.2,
|
|
"p95": 1022.8,
|
|
"p99": 1094.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:33:46.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 217.8,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 15.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1228.7,
|
|
"median": 1017.2,
|
|
"p95": 1023.1,
|
|
"p99": 1046.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:33:56.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 211.4,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 13.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1429.4,
|
|
"median": 1017.2,
|
|
"p95": 1022.3,
|
|
"p99": 1032.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:34:06.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 420.1,
|
|
"median": 8.4,
|
|
"p95": 12.7,
|
|
"p99": 22
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1437.3,
|
|
"median": 1020.2,
|
|
"p95": 1029.3,
|
|
"p99": 1135
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:34:16.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.5,
|
|
"max": 1007.6,
|
|
"median": 9.3,
|
|
"p95": 14.9,
|
|
"p99": 21.4
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.3,
|
|
"max": 2453.8,
|
|
"median": 1023.9,
|
|
"p95": 1037.3,
|
|
"p99": 1232.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:34:26.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1008.7,
|
|
"median": 8,
|
|
"p95": 12.1,
|
|
"p99": 19
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 5606.8,
|
|
"median": 1018.9,
|
|
"p95": 1028.9,
|
|
"p99": 1229.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:34:36.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 834,
|
|
"median": 8,
|
|
"p95": 11.9,
|
|
"p99": 18.9
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2224.8,
|
|
"median": 1019,
|
|
"p95": 1026.2,
|
|
"p99": 1042.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:34:46.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.2,
|
|
"max": 1008.6,
|
|
"median": 8,
|
|
"p95": 11.8,
|
|
"p99": 17.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.1,
|
|
"max": 2032.4,
|
|
"median": 1018.4,
|
|
"p95": 1025.1,
|
|
"p99": 1132.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:34:56.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1433.6,
|
|
"median": 7.9,
|
|
"p95": 12.3,
|
|
"p99": 46.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 2442.6,
|
|
"median": 1018.1,
|
|
"p95": 1030,
|
|
"p99": 1154.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:35:06.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 503,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1008.2,
|
|
"median": 7.8,
|
|
"p95": 11.6,
|
|
"p99": 14.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2019,
|
|
"median": 1018.1,
|
|
"p95": 1025.1,
|
|
"p99": 1227.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:35:16.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1008.1,
|
|
"median": 7.7,
|
|
"p95": 11.4,
|
|
"p99": 79.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2017.3,
|
|
"median": 1017.8,
|
|
"p95": 1026.6,
|
|
"p99": 1179.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:35:26.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 29.4,
|
|
"median": 8.1,
|
|
"p95": 12.5,
|
|
"p99": 15.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1241.1,
|
|
"median": 1019.1,
|
|
"p95": 1027.9,
|
|
"p99": 1130.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:35:36.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 634.8,
|
|
"median": 7.8,
|
|
"p95": 11.5,
|
|
"p99": 23.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1646.5,
|
|
"median": 1018.2,
|
|
"p95": 1024.6,
|
|
"p99": 1063.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:35:46.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 464.2,
|
|
"median": 7.9,
|
|
"p95": 35.1,
|
|
"p99": 373.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1671,
|
|
"median": 1018.2,
|
|
"p95": 1245.1,
|
|
"p99": 1442.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:35:56.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.4,
|
|
"median": 7.9,
|
|
"p95": 11.9,
|
|
"p99": 18.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2016.6,
|
|
"median": 1018.3,
|
|
"p95": 1026.3,
|
|
"p99": 1135.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:36:06.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1009,
|
|
"median": 8,
|
|
"p95": 11.8,
|
|
"p99": 36.2
|
|
},
|
|
"rps": {
|
|
"count": 998,
|
|
"mean": 99.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1637.3,
|
|
"median": 1018.4,
|
|
"p95": 1027.2,
|
|
"p99": 1076.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:36:16.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 641,
|
|
"median": 8.4,
|
|
"p95": 13.1,
|
|
"p99": 18.3
|
|
},
|
|
"rps": {
|
|
"count": 1002,
|
|
"mean": 100.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2235.3,
|
|
"median": 1019.6,
|
|
"p95": 1028.6,
|
|
"p99": 1229.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:36:26.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 214.9,
|
|
"median": 8.2,
|
|
"p95": 12,
|
|
"p99": 14.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1629,
|
|
"median": 1019.4,
|
|
"p95": 1027.8,
|
|
"p99": 1134.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:36:36.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1011.2,
|
|
"median": 8.4,
|
|
"p95": 12.2,
|
|
"p99": 15.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 2022.3,
|
|
"median": 1019.7,
|
|
"p95": 1028.7,
|
|
"p99": 1055.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:36:46.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 220.1,
|
|
"median": 8.4,
|
|
"p95": 13.7,
|
|
"p99": 24.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 1633.7,
|
|
"median": 1020,
|
|
"p95": 1030.3,
|
|
"p99": 1054.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:36:56.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 843.2,
|
|
"median": 7.8,
|
|
"p95": 10.9,
|
|
"p99": 25.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1852.3,
|
|
"median": 1017.9,
|
|
"p95": 1024.1,
|
|
"p99": 1081.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:37:06.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 219.7,
|
|
"median": 7.9,
|
|
"p95": 11.1,
|
|
"p99": 15.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1228.8,
|
|
"median": 1018.1,
|
|
"p95": 1023.3,
|
|
"p99": 1035.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:37:16.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1444.4,
|
|
"median": 8,
|
|
"p95": 11.3,
|
|
"p99": 18.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2662.2,
|
|
"median": 1018.4,
|
|
"p95": 1024.9,
|
|
"p99": 1063.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:37:26.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 44.4,
|
|
"median": 8,
|
|
"p95": 11.5,
|
|
"p99": 15.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1063.4,
|
|
"median": 1018.3,
|
|
"p95": 1025.7,
|
|
"p99": 1037.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:37:36.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 629.7,
|
|
"median": 8.1,
|
|
"p95": 13.8,
|
|
"p99": 93.6
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1638.6,
|
|
"median": 1018.6,
|
|
"p95": 1046.2,
|
|
"p99": 1226.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:37:46.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 3059.9,
|
|
"median": 7.7,
|
|
"p95": 10.9,
|
|
"p99": 17.7
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 4069.4,
|
|
"median": 1017.6,
|
|
"p95": 1024.4,
|
|
"p99": 1220.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:37:56.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 95.9,
|
|
"median": 7.7,
|
|
"p95": 10.9,
|
|
"p99": 34.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2443.5,
|
|
"median": 1017.4,
|
|
"p95": 1022.6,
|
|
"p99": 1054.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:38:06.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1008.5,
|
|
"median": 8,
|
|
"p95": 11.1,
|
|
"p99": 13.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2018.4,
|
|
"median": 1018.1,
|
|
"p95": 1023.6,
|
|
"p99": 1100.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:38:16.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 210.9,
|
|
"median": 7.9,
|
|
"p95": 11.4,
|
|
"p99": 21
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1291,
|
|
"median": 1017.9,
|
|
"p95": 1024.2,
|
|
"p99": 1078.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:38:26.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1006.7,
|
|
"median": 7.9,
|
|
"p95": 11.6,
|
|
"p99": 25
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2301.9,
|
|
"median": 1018.1,
|
|
"p95": 1025.8,
|
|
"p99": 1226.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:38:36.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 148.7,
|
|
"median": 7.9,
|
|
"p95": 11.7,
|
|
"p99": 43
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 1223.2,
|
|
"median": 1017.9,
|
|
"p95": 1026.9,
|
|
"p99": 1128.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:38:46.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1010.9,
|
|
"median": 7.8,
|
|
"p95": 12,
|
|
"p99": 27
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2019,
|
|
"median": 1018.1,
|
|
"p95": 1026.8,
|
|
"p99": 1117.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:38:56.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 618.5,
|
|
"median": 7.5,
|
|
"p95": 10.9,
|
|
"p99": 15.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2442,
|
|
"median": 1017.2,
|
|
"p95": 1022.2,
|
|
"p99": 1220.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:39:06.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 620.1,
|
|
"median": 7.7,
|
|
"p95": 11.5,
|
|
"p99": 53.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1628.1,
|
|
"median": 1017.4,
|
|
"p95": 1029.4,
|
|
"p99": 1097.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:39:16.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 618.7,
|
|
"median": 7.7,
|
|
"p95": 10.9,
|
|
"p99": 16.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1627.9,
|
|
"median": 1017.7,
|
|
"p95": 1022.6,
|
|
"p99": 1039.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:39:26.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 26.4,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 13.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1633.8,
|
|
"median": 1017.5,
|
|
"p95": 1022.1,
|
|
"p99": 1031.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:39:36.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1006.3,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 14.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2222.7,
|
|
"median": 1017.4,
|
|
"p95": 1022.3,
|
|
"p99": 1034.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:39:46.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.6,
|
|
"median": 7.7,
|
|
"p95": 11.3,
|
|
"p99": 78.7
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2473.5,
|
|
"median": 1017.6,
|
|
"p95": 1025.7,
|
|
"p99": 1148.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:39:56.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 24.3,
|
|
"median": 7.7,
|
|
"p95": 10.5,
|
|
"p99": 12.3
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1226.3,
|
|
"median": 1017.3,
|
|
"p95": 1022.1,
|
|
"p99": 1024.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:40:06.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1006.5,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 16.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2013.1,
|
|
"median": 1017.5,
|
|
"p95": 1023.6,
|
|
"p99": 1226.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:40:16.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1013.5,
|
|
"median": 7.7,
|
|
"p95": 11,
|
|
"p99": 16.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 2026.2,
|
|
"median": 1017.3,
|
|
"p95": 1023.1,
|
|
"p99": 1224.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:40:26.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1006,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 13.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2014.7,
|
|
"median": 1017.4,
|
|
"p95": 1022.2,
|
|
"p99": 1041
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:40:36.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 215.6,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 14.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2444.7,
|
|
"median": 1017.1,
|
|
"p95": 1022.1,
|
|
"p99": 1035.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:40:46.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 211.5,
|
|
"median": 7.7,
|
|
"p95": 12.6,
|
|
"p99": 113.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1224.4,
|
|
"median": 1017.4,
|
|
"p95": 1053.7,
|
|
"p99": 1157.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:40:56.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 219.7,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 15.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2461.2,
|
|
"median": 1017.5,
|
|
"p95": 1023,
|
|
"p99": 1226.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:41:06.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 217.7,
|
|
"median": 7.7,
|
|
"p95": 11.1,
|
|
"p99": 16
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1234.5,
|
|
"median": 1017.6,
|
|
"p95": 1024.1,
|
|
"p99": 1046.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:41:16.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 213,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 13.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1631.5,
|
|
"median": 1017.7,
|
|
"p95": 1022.7,
|
|
"p99": 1028.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:41:26.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1009,
|
|
"median": 7.7,
|
|
"p95": 11.5,
|
|
"p99": 56.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2220,
|
|
"median": 1017.6,
|
|
"p95": 1030.8,
|
|
"p99": 1243.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:41:36.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 218.3,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 12.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1229.5,
|
|
"median": 1017.2,
|
|
"p95": 1021.6,
|
|
"p99": 1026.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:41:46.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 215.4,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 19.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1226.5,
|
|
"median": 1017.4,
|
|
"p95": 1023.4,
|
|
"p99": 1079.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:41:56.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.6,
|
|
"median": 7.7,
|
|
"p95": 11.8,
|
|
"p99": 53.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2226.5,
|
|
"median": 1017.4,
|
|
"p95": 1030.2,
|
|
"p99": 1069.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:42:06.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 222.3,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 60.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1656.5,
|
|
"median": 1017.4,
|
|
"p95": 1026.2,
|
|
"p99": 1137.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:42:16.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 12.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2020.6,
|
|
"median": 1017.3,
|
|
"p95": 1022.1,
|
|
"p99": 1128.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:42:26.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 211.8,
|
|
"median": 7.7,
|
|
"p95": 10.5,
|
|
"p99": 13.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1223,
|
|
"median": 1017.5,
|
|
"p95": 1021.8,
|
|
"p99": 1026.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:42:36.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 15.9,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 11.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1218.7,
|
|
"median": 1017.3,
|
|
"p95": 1021.7,
|
|
"p99": 1024.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:42:46.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 767.9,
|
|
"median": 8.3,
|
|
"p95": 211.7,
|
|
"p99": 423.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 1782.5,
|
|
"median": 1018.7,
|
|
"p95": 1363.5,
|
|
"p99": 1538.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:42:56.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.4,
|
|
"median": 7.6,
|
|
"p95": 18,
|
|
"p99": 199.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2471.6,
|
|
"median": 1017.4,
|
|
"p95": 1148.9,
|
|
"p99": 1300.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:43:06.602Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1006.2,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 12.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2014.1,
|
|
"median": 1017,
|
|
"p95": 1021.9,
|
|
"p99": 1027.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:43:16.601Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 63,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 25.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1635.6,
|
|
"median": 1017.2,
|
|
"p95": 1023.7,
|
|
"p99": 1222.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:43:26.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.4,
|
|
"median": 8,
|
|
"p95": 11.3,
|
|
"p99": 15.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 2022.2,
|
|
"median": 1017.8,
|
|
"p95": 1023.1,
|
|
"p99": 1140.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:43:36.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 2412.2,
|
|
"median": 8.1,
|
|
"p95": 12.5,
|
|
"p99": 70.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 3465.3,
|
|
"median": 1018.3,
|
|
"p95": 1026.9,
|
|
"p99": 1225.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:43:46.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1017.4,
|
|
"median": 7.9,
|
|
"p95": 11.4,
|
|
"p99": 18.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2024.9,
|
|
"median": 1017.9,
|
|
"p95": 1024.5,
|
|
"p99": 1225.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:43:56.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.1,
|
|
"max": 412,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 14.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 1421.6,
|
|
"median": 1017.3,
|
|
"p95": 1022.5,
|
|
"p99": 1029.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:44:06.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 215,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 16.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1230.2,
|
|
"median": 1017.1,
|
|
"p95": 1022.9,
|
|
"p99": 1048.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:44:16.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 23.4,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 14
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1242.4,
|
|
"median": 1017.3,
|
|
"p95": 1023.1,
|
|
"p99": 1129.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:44:26.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 616,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 12.8
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1655.3,
|
|
"median": 1017.2,
|
|
"p95": 1021.7,
|
|
"p99": 1132
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:44:36.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.7,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 13
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2017.7,
|
|
"median": 1017.3,
|
|
"p95": 1022,
|
|
"p99": 1226.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:44:46.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 632.6,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 12.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1641.5,
|
|
"median": 1016.9,
|
|
"p95": 1021.6,
|
|
"p99": 1024.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:44:56.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1006,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 13.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2014,
|
|
"median": 1017.1,
|
|
"p95": 1022,
|
|
"p99": 1033.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:45:06.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 621,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 21.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1632,
|
|
"median": 1017,
|
|
"p95": 1021.8,
|
|
"p99": 1066.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:45:16.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 219,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 12.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1228,
|
|
"median": 1017.2,
|
|
"p95": 1022.2,
|
|
"p99": 1029.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:45:26.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1435.3,
|
|
"median": 7.5,
|
|
"p95": 11.1,
|
|
"p99": 106.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2445.2,
|
|
"median": 1017.1,
|
|
"p95": 1031,
|
|
"p99": 1220.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:45:36.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.1,
|
|
"max": 1443.3,
|
|
"median": 7.9,
|
|
"p95": 20.6,
|
|
"p99": 102.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 2455.1,
|
|
"median": 1018.1,
|
|
"p95": 1074.1,
|
|
"p99": 1138.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:45:46.603Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.3,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 13.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2016,
|
|
"median": 1017.3,
|
|
"p95": 1022.2,
|
|
"p99": 1131.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:45:56.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1011.7,
|
|
"median": 7.6,
|
|
"p95": 10.9,
|
|
"p99": 21.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2017.9,
|
|
"median": 1017.4,
|
|
"p95": 1024,
|
|
"p99": 1324.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:46:06.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 618.9,
|
|
"median": 7.6,
|
|
"p95": 11,
|
|
"p99": 43
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1628.9,
|
|
"median": 1017.4,
|
|
"p95": 1026.4,
|
|
"p99": 1157.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:46:16.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 632.9,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 12.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1641.8,
|
|
"median": 1017.4,
|
|
"p95": 1022.4,
|
|
"p99": 1037
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:46:26.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1009.6,
|
|
"median": 7.9,
|
|
"p95": 205.7,
|
|
"p99": 587.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2025.5,
|
|
"median": 1017.8,
|
|
"p95": 1468.4,
|
|
"p99": 1652.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:46:36.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 503,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1464,
|
|
"median": 7.7,
|
|
"p95": 10.6,
|
|
"p99": 13.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 2481.3,
|
|
"median": 1017.4,
|
|
"p95": 1022.9,
|
|
"p99": 1225.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:46:46.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 244.5,
|
|
"median": 8.1,
|
|
"p95": 12.1,
|
|
"p99": 28.9
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1254.3,
|
|
"median": 1018.6,
|
|
"p95": 1031.3,
|
|
"p99": 1075.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:46:56.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 623.2,
|
|
"median": 8,
|
|
"p95": 11,
|
|
"p99": 13.8
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1632.2,
|
|
"median": 1018.3,
|
|
"p95": 1024.6,
|
|
"p99": 1038.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:47:06.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.6,
|
|
"median": 7.7,
|
|
"p95": 10.6,
|
|
"p99": 12.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2015.3,
|
|
"median": 1017.6,
|
|
"p95": 1022.5,
|
|
"p99": 1032.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:47:16.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.3,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 14.2
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 1228.5,
|
|
"median": 1017.7,
|
|
"p95": 1024.6,
|
|
"p99": 1048.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:47:26.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 215,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 13.4
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2015.1,
|
|
"median": 1017.1,
|
|
"p95": 1023.2,
|
|
"p99": 1055
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:47:36.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 213.5,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 16.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1481.7,
|
|
"median": 1017.2,
|
|
"p95": 1023.1,
|
|
"p99": 1057.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:47:46.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 212.3,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 12.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1222.3,
|
|
"median": 1017.7,
|
|
"p95": 1023.6,
|
|
"p99": 1035.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:47:56.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 624.6,
|
|
"median": 8.2,
|
|
"p95": 13.2,
|
|
"p99": 147.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1635.5,
|
|
"median": 1018.5,
|
|
"p95": 1052.8,
|
|
"p99": 1204.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:48:06.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 217.9,
|
|
"median": 7.9,
|
|
"p95": 11.3,
|
|
"p99": 20.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 1234.2,
|
|
"median": 1018.3,
|
|
"p95": 1027.9,
|
|
"p99": 1221.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:48:16.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 306.5,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 29.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1318.5,
|
|
"median": 1017.1,
|
|
"p95": 1024.4,
|
|
"p99": 1222.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:48:26.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008.2,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 12.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2015.2,
|
|
"median": 1017.1,
|
|
"p95": 1022.3,
|
|
"p99": 1030.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:48:36.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 233.7,
|
|
"median": 7.9,
|
|
"p95": 38.4,
|
|
"p99": 151.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1245.6,
|
|
"median": 1018.1,
|
|
"p95": 1104.9,
|
|
"p99": 1220.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:48:46.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 497,
|
|
"requestsCompleted": 997,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1006.5,
|
|
"median": 7.8,
|
|
"p95": 12,
|
|
"p99": 115.9
|
|
},
|
|
"rps": {
|
|
"count": 997,
|
|
"mean": 99.7
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1642.3,
|
|
"median": 1017.7,
|
|
"p95": 1025.4,
|
|
"p99": 1160.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 997
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:48:56.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 503,
|
|
"requestsCompleted": 1003,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 220.1,
|
|
"median": 8.2,
|
|
"p95": 12.4,
|
|
"p99": 31.9
|
|
},
|
|
"rps": {
|
|
"count": 1003,
|
|
"mean": 100.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2026,
|
|
"median": 1018.8,
|
|
"p95": 1034.6,
|
|
"p99": 1226
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1003
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:49:06.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.7,
|
|
"median": 7.9,
|
|
"p95": 11.3,
|
|
"p99": 21.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2031.1,
|
|
"median": 1017.6,
|
|
"p95": 1024.3,
|
|
"p99": 1075.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:49:16.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 218.2,
|
|
"median": 7.7,
|
|
"p95": 11.8,
|
|
"p99": 49.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1230.1,
|
|
"median": 1017.4,
|
|
"p95": 1029.7,
|
|
"p99": 1087.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:49:26.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 218.1,
|
|
"median": 7.8,
|
|
"p95": 11,
|
|
"p99": 20.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2477.8,
|
|
"median": 1017.6,
|
|
"p95": 1023.9,
|
|
"p99": 1038.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:49:36.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 92.3,
|
|
"median": 7.7,
|
|
"p95": 11.2,
|
|
"p99": 32.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1230.6,
|
|
"median": 1017.4,
|
|
"p95": 1026.2,
|
|
"p99": 1080.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:49:46.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1008.4,
|
|
"median": 7.8,
|
|
"p95": 10.6,
|
|
"p99": 12.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 2015.6,
|
|
"median": 1017.4,
|
|
"p95": 1022.2,
|
|
"p99": 1031.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:49:56.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 211.9,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 16.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1224.4,
|
|
"median": 1017.1,
|
|
"p95": 1023,
|
|
"p99": 1029.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:50:06.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 40.7,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 16.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1229.8,
|
|
"median": 1017,
|
|
"p95": 1023.5,
|
|
"p99": 1038.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:50:16.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 213.9,
|
|
"median": 7.7,
|
|
"p95": 11.6,
|
|
"p99": 90.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1223.5,
|
|
"median": 1017.4,
|
|
"p95": 1032.7,
|
|
"p99": 1121.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:50:26.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 212.4,
|
|
"median": 7.6,
|
|
"p95": 11.2,
|
|
"p99": 84.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1224.3,
|
|
"median": 1017.2,
|
|
"p95": 1032,
|
|
"p99": 1149.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:50:36.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1006.7,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 28.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2221.1,
|
|
"median": 1017.1,
|
|
"p95": 1024.1,
|
|
"p99": 1073.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:50:46.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.6,
|
|
"median": 7.7,
|
|
"p95": 10.9,
|
|
"p99": 20.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2017.6,
|
|
"median": 1017.3,
|
|
"p95": 1024.8,
|
|
"p99": 1223.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:50:56.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1008,
|
|
"median": 7.7,
|
|
"p95": 11.8,
|
|
"p99": 48.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2450.4,
|
|
"median": 1017.4,
|
|
"p95": 1026,
|
|
"p99": 1107.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:51:06.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.5,
|
|
"median": 7.4,
|
|
"p95": 10.7,
|
|
"p99": 18.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2018.1,
|
|
"median": 1017,
|
|
"p95": 1023.3,
|
|
"p99": 1129.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:51:16.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.6,
|
|
"median": 7.5,
|
|
"p95": 10.7,
|
|
"p99": 21.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 3699.2,
|
|
"median": 1016.9,
|
|
"p95": 1024.6,
|
|
"p99": 1222.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:51:26.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 622.4,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 24.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1651.4,
|
|
"median": 1017,
|
|
"p95": 1024.9,
|
|
"p99": 1225.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:51:36.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 212.9,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 26.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1641.3,
|
|
"median": 1017,
|
|
"p95": 1024.6,
|
|
"p99": 1072.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:51:46.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 218.9,
|
|
"median": 7.6,
|
|
"p95": 11.3,
|
|
"p99": 88.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1235,
|
|
"median": 1017.2,
|
|
"p95": 1024.8,
|
|
"p99": 1091.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:51:56.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.5,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 13.5
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2014.4,
|
|
"median": 1017.2,
|
|
"p95": 1024.7,
|
|
"p99": 1172
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:52:06.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1433.5,
|
|
"median": 7.6,
|
|
"p95": 12.8,
|
|
"p99": 108
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2443,
|
|
"median": 1017.2,
|
|
"p95": 1059.1,
|
|
"p99": 1225.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:52:16.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 631.7,
|
|
"median": 7.6,
|
|
"p95": 10.9,
|
|
"p99": 33.7
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2444.9,
|
|
"median": 1017.1,
|
|
"p95": 1027.3,
|
|
"p99": 1223.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:52:26.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 13
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2026.9,
|
|
"median": 1016.9,
|
|
"p95": 1021.7,
|
|
"p99": 1031.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:52:36.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.4,
|
|
"median": 7.4,
|
|
"p95": 10.7,
|
|
"p99": 35.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2015.8,
|
|
"median": 1016.9,
|
|
"p95": 1025.1,
|
|
"p99": 1226.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:52:46.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 310.3,
|
|
"median": 7.5,
|
|
"p95": 10.8,
|
|
"p99": 73.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1317,
|
|
"median": 1016.9,
|
|
"p95": 1028.7,
|
|
"p99": 1144.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:52:56.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 26.8,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 15
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1221.4,
|
|
"median": 1017.1,
|
|
"p95": 1022.1,
|
|
"p99": 1027.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:53:06.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.1,
|
|
"median": 7.9,
|
|
"p95": 11.2,
|
|
"p99": 23.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2021.8,
|
|
"median": 1017.8,
|
|
"p95": 1023.4,
|
|
"p99": 1225.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:53:16.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1006.2,
|
|
"median": 7.6,
|
|
"p95": 10.9,
|
|
"p99": 57.2
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1423.4,
|
|
"median": 1017.3,
|
|
"p95": 1024.4,
|
|
"p99": 1097.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:53:26.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1461.3,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 20.6
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2472.6,
|
|
"median": 1016.9,
|
|
"p95": 1023,
|
|
"p99": 1035.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:53:36.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1116.3,
|
|
"median": 7.4,
|
|
"p95": 10.3,
|
|
"p99": 14.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 2127.5,
|
|
"median": 1016.9,
|
|
"p95": 1021.5,
|
|
"p99": 1030.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:53:46.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1581.7,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 15.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2593.2,
|
|
"median": 1016.9,
|
|
"p95": 1022.4,
|
|
"p99": 1030.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:53:56.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1439.6,
|
|
"median": 7.5,
|
|
"p95": 11.1,
|
|
"p99": 48.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2458.5,
|
|
"median": 1017.2,
|
|
"p95": 1027.2,
|
|
"p99": 1222.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:54:06.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.5,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 20.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2016,
|
|
"median": 1016.8,
|
|
"p95": 1022.5,
|
|
"p99": 1136.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:54:16.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.1,
|
|
"median": 7.7,
|
|
"p95": 11.3,
|
|
"p99": 23.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2016.1,
|
|
"median": 1017.4,
|
|
"p95": 1024.5,
|
|
"p99": 1051.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:54:26.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1007.6,
|
|
"median": 7.8,
|
|
"p95": 11.3,
|
|
"p99": 34.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2262.3,
|
|
"median": 1017.5,
|
|
"p95": 1027.5,
|
|
"p99": 1228.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:54:36.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.4,
|
|
"median": 7.7,
|
|
"p95": 10.4,
|
|
"p99": 12.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2028,
|
|
"median": 1017.2,
|
|
"p95": 1021.9,
|
|
"p99": 1129.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:54:46.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 215.6,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 37.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1224.9,
|
|
"median": 1017,
|
|
"p95": 1023.3,
|
|
"p99": 1094.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:54:56.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008.6,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 14.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2449.3,
|
|
"median": 1017.1,
|
|
"p95": 1023,
|
|
"p99": 1224.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:55:06.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1470.1,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 21.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2481.5,
|
|
"median": 1017.1,
|
|
"p95": 1023.3,
|
|
"p99": 1056
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:55:16.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.9,
|
|
"median": 7.5,
|
|
"p95": 10.3,
|
|
"p99": 11.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 2261.9,
|
|
"median": 1016.9,
|
|
"p95": 1021.5,
|
|
"p99": 1033.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:55:26.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 619,
|
|
"median": 7.6,
|
|
"p95": 10.4,
|
|
"p99": 13.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1627.8,
|
|
"median": 1016.8,
|
|
"p95": 1022.6,
|
|
"p99": 1133.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:55:36.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 2208.3,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 16.6
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1629.9,
|
|
"median": 1016.9,
|
|
"p95": 1023.1,
|
|
"p99": 1134.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:55:46.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.3,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 12.7
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 3217.5,
|
|
"median": 1016.9,
|
|
"p95": 1022.2,
|
|
"p99": 1125.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:55:56.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 212.7,
|
|
"median": 7.6,
|
|
"p95": 10.3,
|
|
"p99": 12.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1633,
|
|
"median": 1016.8,
|
|
"p95": 1022.3,
|
|
"p99": 1030.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:56:06.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 213.8,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 47.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2445.5,
|
|
"median": 1017.1,
|
|
"p95": 1025.4,
|
|
"p99": 1177.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:56:16.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 620.4,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 21.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1639.6,
|
|
"median": 1016.9,
|
|
"p95": 1024.2,
|
|
"p99": 1219.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:56:26.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.2,
|
|
"max": 225.6,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 16.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1641.2,
|
|
"median": 1016.8,
|
|
"p95": 1022.6,
|
|
"p99": 1054.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:56:36.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 632.3,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 18.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1641.3,
|
|
"median": 1016.8,
|
|
"p95": 1024.6,
|
|
"p99": 1127.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:56:46.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 215.3,
|
|
"median": 7.4,
|
|
"p95": 10.2,
|
|
"p99": 12.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1627.4,
|
|
"median": 1016.8,
|
|
"p95": 1021.7,
|
|
"p99": 1034.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:56:56.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 211.5,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 20.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2472.5,
|
|
"median": 1016.9,
|
|
"p95": 1021.8,
|
|
"p99": 1054.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:57:06.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 216.9,
|
|
"median": 7.5,
|
|
"p95": 15.7,
|
|
"p99": 111.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1832.3,
|
|
"median": 1016.8,
|
|
"p95": 1054.7,
|
|
"p99": 1222.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:57:16.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1462.2,
|
|
"median": 7.6,
|
|
"p95": 10.4,
|
|
"p99": 19.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2471.2,
|
|
"median": 1017,
|
|
"p95": 1022.9,
|
|
"p99": 1222.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:57:26.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.2,
|
|
"median": 7.4,
|
|
"p95": 10.4,
|
|
"p99": 13.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2444,
|
|
"median": 1016.9,
|
|
"p95": 1022,
|
|
"p99": 1224.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:57:36.604Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 621.4,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 20.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1631.3,
|
|
"median": 1016.7,
|
|
"p95": 1023.3,
|
|
"p99": 1138.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:57:46.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.4,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 20.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2027.9,
|
|
"median": 1017,
|
|
"p95": 1022.1,
|
|
"p99": 1222.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:57:56.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.6,
|
|
"median": 7.4,
|
|
"p95": 10.4,
|
|
"p99": 26.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2016.3,
|
|
"median": 1016.7,
|
|
"p95": 1022.8,
|
|
"p99": 1070.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:58:06.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 215,
|
|
"median": 7.4,
|
|
"p95": 10.4,
|
|
"p99": 20.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1235.1,
|
|
"median": 1016.7,
|
|
"p95": 1021.9,
|
|
"p99": 1084.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:58:16.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1009,
|
|
"median": 7.8,
|
|
"p95": 10.8,
|
|
"p99": 28.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2018.7,
|
|
"median": 1017.6,
|
|
"p95": 1025.6,
|
|
"p99": 1223.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:58:26.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1030.2,
|
|
"median": 7.6,
|
|
"p95": 10.4,
|
|
"p99": 15.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2041.9,
|
|
"median": 1016.8,
|
|
"p95": 1022.5,
|
|
"p99": 1226
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:58:36.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 215.6,
|
|
"median": 7.6,
|
|
"p95": 10.4,
|
|
"p99": 21.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1225.8,
|
|
"median": 1017.1,
|
|
"p95": 1022.8,
|
|
"p99": 1045.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:58:46.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.4,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 17.5
|
|
},
|
|
"rps": {
|
|
"count": 998,
|
|
"mean": 99.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2014,
|
|
"median": 1016.9,
|
|
"p95": 1021.9,
|
|
"p99": 1038.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:58:56.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 52,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 20.3
|
|
},
|
|
"rps": {
|
|
"count": 1002,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2019.9,
|
|
"median": 1016.9,
|
|
"p95": 1022.7,
|
|
"p99": 1050.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:59:06.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.3,
|
|
"median": 7.5,
|
|
"p95": 10.3,
|
|
"p99": 18.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 2015.9,
|
|
"median": 1016.7,
|
|
"p95": 1021.7,
|
|
"p99": 1158
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:59:16.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 209.9,
|
|
"median": 7.5,
|
|
"p95": 10.3,
|
|
"p99": 12.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1421.8,
|
|
"median": 1016.9,
|
|
"p95": 1021.4,
|
|
"p99": 1030.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:59:26.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 618.8,
|
|
"median": 7.5,
|
|
"p95": 10.3,
|
|
"p99": 13.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1632.2,
|
|
"median": 1016.9,
|
|
"p95": 1021.8,
|
|
"p99": 1032.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:59:36.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 213.3,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 17.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1222.5,
|
|
"median": 1016.8,
|
|
"p95": 1022.3,
|
|
"p99": 1036.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:59:46.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 632.4,
|
|
"median": 7.8,
|
|
"p95": 10.7,
|
|
"p99": 15.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1665.8,
|
|
"median": 1017.3,
|
|
"p95": 1022.2,
|
|
"p99": 1124.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T08:59:56.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 639.7,
|
|
"median": 7.9,
|
|
"p95": 10.7,
|
|
"p99": 13.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1648.5,
|
|
"median": 1017.6,
|
|
"p95": 1022.3,
|
|
"p99": 1030.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:00:06.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.4,
|
|
"median": 7.6,
|
|
"p95": 10.5,
|
|
"p99": 12.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2016.2,
|
|
"median": 1016.9,
|
|
"p95": 1021.9,
|
|
"p99": 1030.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:00:16.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 620.9,
|
|
"median": 7.5,
|
|
"p95": 10.7,
|
|
"p99": 15.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1833.1,
|
|
"median": 1017,
|
|
"p95": 1022,
|
|
"p99": 1221.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:00:26.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.2,
|
|
"median": 7.5,
|
|
"p95": 10.7,
|
|
"p99": 42.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2498.1,
|
|
"median": 1016.8,
|
|
"p95": 1026.3,
|
|
"p99": 1226.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:00:36.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 617.7,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 17.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.1,
|
|
"max": 1641.5,
|
|
"median": 1016.8,
|
|
"p95": 1022.1,
|
|
"p99": 1037.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:00:46.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 53.5,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 21.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2446.4,
|
|
"median": 1016.9,
|
|
"p95": 1023.9,
|
|
"p99": 1043.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:00:56.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 621.2,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 17.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.2,
|
|
"max": 1635.1,
|
|
"median": 1016.8,
|
|
"p95": 1024.3,
|
|
"p99": 1033.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:01:06.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 633.3,
|
|
"median": 7.7,
|
|
"p95": 11.7,
|
|
"p99": 21.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1643.2,
|
|
"median": 1017.2,
|
|
"p95": 1023.9,
|
|
"p99": 1038.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:01:16.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 212.4,
|
|
"median": 7.8,
|
|
"p95": 12.5,
|
|
"p99": 21.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1636.4,
|
|
"median": 1018,
|
|
"p95": 1027.7,
|
|
"p99": 1041
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:01:26.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 622.4,
|
|
"median": 7.7,
|
|
"p95": 11.3,
|
|
"p99": 22
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1632.8,
|
|
"median": 1017.3,
|
|
"p95": 1024.4,
|
|
"p99": 1044.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:01:36.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1007.8,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 15.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 2022.4,
|
|
"median": 1017.6,
|
|
"p95": 1024,
|
|
"p99": 1226.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:01:46.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1437.2,
|
|
"median": 8.2,
|
|
"p95": 12.3,
|
|
"p99": 19
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 2448,
|
|
"median": 1019.2,
|
|
"p95": 1026.5,
|
|
"p99": 1221.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:01:56.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1006.8,
|
|
"median": 7.9,
|
|
"p95": 11.7,
|
|
"p99": 28.4
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1222.8,
|
|
"median": 1018.3,
|
|
"p95": 1028.4,
|
|
"p99": 1054.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:02:06.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1435.2,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 16
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 3445.5,
|
|
"median": 1016.9,
|
|
"p95": 1023.2,
|
|
"p99": 1131.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:02:16.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 215.3,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 12.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1226,
|
|
"median": 1017.2,
|
|
"p95": 1022.3,
|
|
"p99": 1032.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:02:26.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 22.5,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 12.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1218.4,
|
|
"median": 1017,
|
|
"p95": 1022,
|
|
"p99": 1028.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:02:36.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1011.4,
|
|
"median": 7.5,
|
|
"p95": 10.7,
|
|
"p99": 14.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.1,
|
|
"max": 2019.6,
|
|
"median": 1016.9,
|
|
"p95": 1022.2,
|
|
"p99": 1030
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:02:46.605Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 26.2,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 13.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1011.3,
|
|
"max": 1232.3,
|
|
"median": 1016.9,
|
|
"p95": 1022,
|
|
"p99": 1029.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:02:56.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 196,
|
|
"median": 7.6,
|
|
"p95": 12.1,
|
|
"p99": 108.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 1642.4,
|
|
"median": 1017,
|
|
"p95": 1029.8,
|
|
"p99": 1144.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:03:06.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 307.6,
|
|
"median": 7.6,
|
|
"p95": 20.8,
|
|
"p99": 215.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1324.3,
|
|
"median": 1017.3,
|
|
"p95": 1146.6,
|
|
"p99": 1275.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:03:16.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 226.2,
|
|
"median": 7.5,
|
|
"p95": 11.2,
|
|
"p99": 40.7
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.3,
|
|
"max": 1238,
|
|
"median": 1017.1,
|
|
"p95": 1024.4,
|
|
"p99": 1095.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:03:26.606Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 45.8,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 16
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1221.9,
|
|
"median": 1017.3,
|
|
"p95": 1022.2,
|
|
"p99": 1036.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:03:36.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1103.7,
|
|
"median": 7.5,
|
|
"p95": 11.3,
|
|
"p99": 48.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2405.3,
|
|
"median": 1017,
|
|
"p95": 1026.3,
|
|
"p99": 1229.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:03:46.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 28,
|
|
"median": 7.6,
|
|
"p95": 10.8,
|
|
"p99": 13.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1224.1,
|
|
"median": 1017.2,
|
|
"p95": 1022.8,
|
|
"p99": 1030.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:03:56.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1008.1,
|
|
"median": 7.7,
|
|
"p95": 10.6,
|
|
"p99": 15.2
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1228.1,
|
|
"median": 1017.2,
|
|
"p95": 1022.6,
|
|
"p99": 1034
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:04:06.705Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 214.4,
|
|
"median": 8.3,
|
|
"p95": 13.2,
|
|
"p99": 38.1
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 99.11
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2014.9,
|
|
"median": 1019.5,
|
|
"p95": 1034.3,
|
|
"p99": 1155.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:04:16.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 215,
|
|
"median": 8.1,
|
|
"p95": 13.7,
|
|
"p99": 36.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 101.11
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1433.4,
|
|
"median": 1018.9,
|
|
"p95": 1038,
|
|
"p99": 1130.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:04:26.607Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008.3,
|
|
"median": 8,
|
|
"p95": 11.7,
|
|
"p99": 22.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 2023.9,
|
|
"median": 1018.6,
|
|
"p95": 1026.1,
|
|
"p99": 1046.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:04:36.619Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 219.9,
|
|
"median": 8.4,
|
|
"p95": 13.8,
|
|
"p99": 30.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.3,
|
|
"max": 1245.9,
|
|
"median": 1020,
|
|
"p95": 1033.8,
|
|
"p99": 1061.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:04:46.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 639.4,
|
|
"median": 8.6,
|
|
"p95": 14.9,
|
|
"p99": 63.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 1651.8,
|
|
"median": 1021.3,
|
|
"p95": 1044.2,
|
|
"p99": 1136.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:04:56.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1009,
|
|
"median": 9.5,
|
|
"p95": 20.1,
|
|
"p99": 71.7
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 2019.1,
|
|
"median": 1023.3,
|
|
"p95": 1051.5,
|
|
"p99": 1229.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:05:06.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.4,
|
|
"max": 226.6,
|
|
"median": 9.4,
|
|
"p95": 16.1,
|
|
"p99": 155.2
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.5,
|
|
"max": 1245.9,
|
|
"median": 1023.5,
|
|
"p95": 1055.4,
|
|
"p99": 1232.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:05:16.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 32.9,
|
|
"median": 8.9,
|
|
"p95": 13.6,
|
|
"p99": 17.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 1234,
|
|
"median": 1021.9,
|
|
"p95": 1027.7,
|
|
"p99": 1036.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:05:26.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 215.5,
|
|
"median": 8.9,
|
|
"p95": 21,
|
|
"p99": 95.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 1259.2,
|
|
"median": 1021.9,
|
|
"p95": 1075.9,
|
|
"p99": 1223.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:05:36.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1093.6,
|
|
"median": 8.7,
|
|
"p95": 14.5,
|
|
"p99": 67.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2111.6,
|
|
"median": 1022,
|
|
"p95": 1042.3,
|
|
"p99": 1116.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:05:46.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 220.3,
|
|
"median": 9.3,
|
|
"p95": 16.2,
|
|
"p99": 26.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 1234.3,
|
|
"median": 1023.3,
|
|
"p95": 1037.4,
|
|
"p99": 1050.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:05:56.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 221.2,
|
|
"median": 9.7,
|
|
"p95": 18.3,
|
|
"p99": 41.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.3,
|
|
"max": 1648.9,
|
|
"median": 1025.4,
|
|
"p95": 1046.5,
|
|
"p99": 1083.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:06:06.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1007.8,
|
|
"median": 9.1,
|
|
"p95": 15.6,
|
|
"p99": 31.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 3448.5,
|
|
"median": 1024.4,
|
|
"p95": 1039.9,
|
|
"p99": 1230.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:06:16.617Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1009.7,
|
|
"median": 9.4,
|
|
"p95": 32.6,
|
|
"p99": 72.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2022.3,
|
|
"median": 1024,
|
|
"p95": 1109.8,
|
|
"p99": 1203.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:06:26.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 216.6,
|
|
"median": 9,
|
|
"p95": 14.3,
|
|
"p99": 26.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.3,
|
|
"max": 1237,
|
|
"median": 1022.3,
|
|
"p95": 1033.5,
|
|
"p99": 1046.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:06:36.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 215.4,
|
|
"median": 8.5,
|
|
"p95": 13.6,
|
|
"p99": 20.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1226.2,
|
|
"median": 1021.4,
|
|
"p95": 1033.4,
|
|
"p99": 1048.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:06:46.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 640.9,
|
|
"median": 8.3,
|
|
"p95": 12.4,
|
|
"p99": 20.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1655,
|
|
"median": 1019.1,
|
|
"p95": 1027.6,
|
|
"p99": 1222
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:06:56.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 214.3,
|
|
"median": 8.1,
|
|
"p95": 13.2,
|
|
"p99": 18.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 1353.7,
|
|
"median": 1018.8,
|
|
"p95": 1035.4,
|
|
"p99": 1270.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:07:06.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 997,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.2,
|
|
"median": 8.6,
|
|
"p95": 17.7,
|
|
"p99": 102.5
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2447.2,
|
|
"median": 1021.7,
|
|
"p95": 1053.3,
|
|
"p99": 1157.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 997
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:07:16.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 503,
|
|
"requestsCompleted": 1003,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 3065.7,
|
|
"median": 8.7,
|
|
"p95": 13.9,
|
|
"p99": 22.9
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 4075.9,
|
|
"median": 1022.5,
|
|
"p95": 1034.1,
|
|
"p99": 1057.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1003
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:07:26.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 310.4,
|
|
"median": 8.2,
|
|
"p95": 11.7,
|
|
"p99": 25.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1533.1,
|
|
"median": 1018.9,
|
|
"p95": 1027,
|
|
"p99": 1058.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:07:36.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 211.1,
|
|
"median": 7.8,
|
|
"p95": 11.3,
|
|
"p99": 16.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1629.2,
|
|
"median": 1018.1,
|
|
"p95": 1025.4,
|
|
"p99": 1065.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:07:46.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 210.7,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 26.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1221.7,
|
|
"median": 1017,
|
|
"p95": 1022.9,
|
|
"p99": 1087
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:07:56.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 212.5,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 14.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1221.3,
|
|
"median": 1017.4,
|
|
"p95": 1022.8,
|
|
"p99": 1032.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:08:06.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1213.5,
|
|
"median": 8.6,
|
|
"p95": 14.7,
|
|
"p99": 24.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2239.1,
|
|
"median": 1021.3,
|
|
"p95": 1038.2,
|
|
"p99": 1099.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:08:16.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1442,
|
|
"median": 8.6,
|
|
"p95": 14.5,
|
|
"p99": 37.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2460,
|
|
"median": 1020.3,
|
|
"p95": 1035.5,
|
|
"p99": 1228.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:08:26.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 222.4,
|
|
"median": 8.5,
|
|
"p95": 13.4,
|
|
"p99": 23.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 1245,
|
|
"median": 1020.1,
|
|
"p95": 1033.6,
|
|
"p99": 1048
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:08:36.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 622.3,
|
|
"median": 7.8,
|
|
"p95": 11.1,
|
|
"p99": 13.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1631.4,
|
|
"median": 1017.8,
|
|
"p95": 1024.3,
|
|
"p99": 1036.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:08:46.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 213.2,
|
|
"median": 8,
|
|
"p95": 12,
|
|
"p99": 77.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1651.3,
|
|
"median": 1018.2,
|
|
"p95": 1034.9,
|
|
"p99": 1178.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:08:56.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 442.4,
|
|
"median": 8,
|
|
"p95": 26.3,
|
|
"p99": 347
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1466.8,
|
|
"median": 1018.1,
|
|
"p95": 1230,
|
|
"p99": 1419.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:09:06.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 71.4,
|
|
"median": 7.7,
|
|
"p95": 11.7,
|
|
"p99": 20.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 1083.3,
|
|
"median": 1017.9,
|
|
"p95": 1025.3,
|
|
"p99": 1053.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:09:16.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 617.1,
|
|
"median": 7.9,
|
|
"p95": 11.2,
|
|
"p99": 26.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1631.8,
|
|
"median": 1017.7,
|
|
"p95": 1024.1,
|
|
"p99": 1223.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:09:26.608Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 41.6,
|
|
"median": 7.9,
|
|
"p95": 11.2,
|
|
"p99": 14.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1633.3,
|
|
"median": 1018.3,
|
|
"p95": 1024.8,
|
|
"p99": 1048.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:09:36.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 636,
|
|
"median": 8.1,
|
|
"p95": 12.5,
|
|
"p99": 17.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1645.3,
|
|
"median": 1018.5,
|
|
"p95": 1026.2,
|
|
"p99": 1039.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:09:46.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 418.4,
|
|
"median": 8.6,
|
|
"p95": 13.9,
|
|
"p99": 19.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 1647.3,
|
|
"median": 1021.4,
|
|
"p95": 1031.7,
|
|
"p99": 1039.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:09:56.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 227.7,
|
|
"median": 9.1,
|
|
"p95": 14.2,
|
|
"p99": 22.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.7,
|
|
"max": 1239.1,
|
|
"median": 1022.5,
|
|
"p95": 1033.1,
|
|
"p99": 1050.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:10:06.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 217.8,
|
|
"median": 8.7,
|
|
"p95": 14,
|
|
"p99": 37.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.3,
|
|
"max": 1843.3,
|
|
"median": 1021.5,
|
|
"p95": 1032.5,
|
|
"p99": 1069.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:10:16.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 620.9,
|
|
"median": 8.7,
|
|
"p95": 13.4,
|
|
"p99": 19.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 1632.5,
|
|
"median": 1021.5,
|
|
"p95": 1029.1,
|
|
"p99": 1045.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:10:26.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 218.9,
|
|
"median": 8.7,
|
|
"p95": 13,
|
|
"p99": 19.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 2451.1,
|
|
"median": 1021.2,
|
|
"p95": 1027.6,
|
|
"p99": 1044.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:10:36.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1463.9,
|
|
"median": 9.2,
|
|
"p95": 14.6,
|
|
"p99": 33.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.2,
|
|
"max": 2476.4,
|
|
"median": 1022.7,
|
|
"p95": 1033.8,
|
|
"p99": 1086.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:10:46.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1008.4,
|
|
"median": 8.9,
|
|
"p95": 17.6,
|
|
"p99": 84
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 7330.9,
|
|
"median": 1021.7,
|
|
"p95": 1062.7,
|
|
"p99": 1262.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:10:56.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1008.3,
|
|
"median": 8.5,
|
|
"p95": 12.3,
|
|
"p99": 20.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 2019.2,
|
|
"median": 1019.8,
|
|
"p95": 1027.2,
|
|
"p99": 1045.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:11:06.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 497,
|
|
"requestsCompleted": 997,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 71.3,
|
|
"median": 8.4,
|
|
"p95": 12.7,
|
|
"p99": 27.4
|
|
},
|
|
"rps": {
|
|
"count": 997,
|
|
"mean": 99.7
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.6,
|
|
"max": 1230,
|
|
"median": 1019.6,
|
|
"p95": 1028,
|
|
"p99": 1047
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 997
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:11:16.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 503,
|
|
"requestsCompleted": 1003,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1443.7,
|
|
"median": 9,
|
|
"p95": 15.4,
|
|
"p99": 61.2
|
|
},
|
|
"rps": {
|
|
"count": 1003,
|
|
"mean": 100.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 2458.9,
|
|
"median": 1022.7,
|
|
"p95": 1041.7,
|
|
"p99": 1235.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1003
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:11:26.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.3,
|
|
"max": 215.4,
|
|
"median": 8.9,
|
|
"p95": 13.5,
|
|
"p99": 18.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1232.7,
|
|
"median": 1022,
|
|
"p95": 1029.5,
|
|
"p99": 1041.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:11:36.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1009.1,
|
|
"median": 8.6,
|
|
"p95": 12.8,
|
|
"p99": 16.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 2024.6,
|
|
"median": 1020.8,
|
|
"p95": 1027.5,
|
|
"p99": 1230.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:11:46.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 27.2,
|
|
"median": 8.5,
|
|
"p95": 12.4,
|
|
"p99": 15.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1228.9,
|
|
"median": 1020.1,
|
|
"p95": 1026.9,
|
|
"p99": 1035.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:11:56.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.7,
|
|
"median": 8.4,
|
|
"p95": 12.7,
|
|
"p99": 76.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2016.8,
|
|
"median": 1019.4,
|
|
"p95": 1027.5,
|
|
"p99": 1133
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:12:06.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1009.2,
|
|
"median": 8.5,
|
|
"p95": 13,
|
|
"p99": 23.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2022.5,
|
|
"median": 1019.6,
|
|
"p95": 1031.6,
|
|
"p99": 1195.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:12:16.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 217,
|
|
"median": 8.6,
|
|
"p95": 12.8,
|
|
"p99": 17.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.3,
|
|
"max": 1236.9,
|
|
"median": 1020.2,
|
|
"p95": 1028.9,
|
|
"p99": 1043.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:12:26.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1007.4,
|
|
"median": 8.3,
|
|
"p95": 12.1,
|
|
"p99": 16.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2015.6,
|
|
"median": 1019.2,
|
|
"p95": 1026.6,
|
|
"p99": 1035.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:12:36.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 215.2,
|
|
"median": 8.4,
|
|
"p95": 11.9,
|
|
"p99": 14.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1431.8,
|
|
"median": 1019.6,
|
|
"p95": 1025.2,
|
|
"p99": 1035.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:12:46.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 216.3,
|
|
"median": 8.5,
|
|
"p95": 13.2,
|
|
"p99": 34
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 1227.6,
|
|
"median": 1019.9,
|
|
"p95": 1029.7,
|
|
"p99": 1059.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:12:56.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1013.7,
|
|
"median": 8.3,
|
|
"p95": 12.1,
|
|
"p99": 16
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 2024.1,
|
|
"median": 1019.3,
|
|
"p95": 1027.4,
|
|
"p99": 1061.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:13:06.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 222,
|
|
"median": 8.3,
|
|
"p95": 12.3,
|
|
"p99": 16.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1232.4,
|
|
"median": 1019.2,
|
|
"p95": 1025.4,
|
|
"p99": 1038.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:13:16.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 634.5,
|
|
"median": 8.4,
|
|
"p95": 12.2,
|
|
"p99": 30.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 1645.8,
|
|
"median": 1019.3,
|
|
"p95": 1029.1,
|
|
"p99": 1226
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:13:26.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1005.8,
|
|
"median": 8.2,
|
|
"p95": 12.4,
|
|
"p99": 20
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 2018,
|
|
"median": 1019.4,
|
|
"p95": 1026.9,
|
|
"p99": 1139
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:13:36.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 215.3,
|
|
"median": 8.7,
|
|
"p95": 12.9,
|
|
"p99": 19.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 1224.6,
|
|
"median": 1020,
|
|
"p95": 1027.4,
|
|
"p99": 1043
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:13:46.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 2012.6,
|
|
"median": 8.3,
|
|
"p95": 12.7,
|
|
"p99": 25.4
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1079.3,
|
|
"median": 1019.5,
|
|
"p95": 1028.8,
|
|
"p99": 1051
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:13:56.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 217.6,
|
|
"median": 8.3,
|
|
"p95": 12.6,
|
|
"p99": 113.8
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 3066.8,
|
|
"median": 1019.4,
|
|
"p95": 1031.8,
|
|
"p99": 1226.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:14:06.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 622,
|
|
"median": 8.4,
|
|
"p95": 12.8,
|
|
"p99": 24.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 2458.1,
|
|
"median": 1019.6,
|
|
"p95": 1029.6,
|
|
"p99": 1155.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:14:16.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.3,
|
|
"max": 1007.7,
|
|
"median": 8.7,
|
|
"p95": 18.1,
|
|
"p99": 210.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2017.8,
|
|
"median": 1021.7,
|
|
"p95": 1092.9,
|
|
"p99": 1272.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:14:26.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1463.2,
|
|
"median": 8.4,
|
|
"p95": 12.3,
|
|
"p99": 18.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2474.7,
|
|
"median": 1019.2,
|
|
"p95": 1025.1,
|
|
"p99": 1230.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:14:36.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 43.7,
|
|
"median": 8.4,
|
|
"p95": 12.7,
|
|
"p99": 19.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.3,
|
|
"max": 1057.6,
|
|
"median": 1019.6,
|
|
"p95": 1027,
|
|
"p99": 1039.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:14:46.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 621.8,
|
|
"median": 8.7,
|
|
"p95": 13.1,
|
|
"p99": 68.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 1631,
|
|
"median": 1019.8,
|
|
"p95": 1033.6,
|
|
"p99": 1223.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:14:56.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 220.5,
|
|
"median": 8.4,
|
|
"p95": 12.8,
|
|
"p99": 19.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1232,
|
|
"median": 1019.6,
|
|
"p95": 1026.6,
|
|
"p99": 1037.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:15:06.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 211.2,
|
|
"median": 8.3,
|
|
"p95": 12.7,
|
|
"p99": 16.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.3,
|
|
"max": 1220,
|
|
"median": 1019.4,
|
|
"p95": 1026.8,
|
|
"p99": 1038.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:15:16.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1007.3,
|
|
"median": 8.4,
|
|
"p95": 12.4,
|
|
"p99": 15.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2023.2,
|
|
"median": 1019.5,
|
|
"p95": 1025.6,
|
|
"p99": 1139.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:15:26.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1006.1,
|
|
"median": 8.5,
|
|
"p95": 12.6,
|
|
"p99": 21.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2015.6,
|
|
"median": 1019.5,
|
|
"p95": 1028.3,
|
|
"p99": 1225.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:15:36.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 40.4,
|
|
"median": 8.4,
|
|
"p95": 12.5,
|
|
"p99": 15.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 1054.4,
|
|
"median": 1019.4,
|
|
"p95": 1025.4,
|
|
"p99": 1036.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:15:46.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1008.4,
|
|
"median": 8.4,
|
|
"p95": 12.7,
|
|
"p99": 26
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 2514.5,
|
|
"median": 1019.4,
|
|
"p95": 1028.2,
|
|
"p99": 1060.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:15:56.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1007.2,
|
|
"median": 8.9,
|
|
"p95": 13.1,
|
|
"p99": 26.7
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1059.9,
|
|
"median": 1021.4,
|
|
"p95": 1030.6,
|
|
"p99": 1045.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:16:06.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 222.7,
|
|
"median": 8.7,
|
|
"p95": 13.7,
|
|
"p99": 39.2
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2017.4,
|
|
"median": 1019.9,
|
|
"p95": 1035.9,
|
|
"p99": 1226.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:16:16.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1007.4,
|
|
"median": 8.4,
|
|
"p95": 12.5,
|
|
"p99": 16.2
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 1237.2,
|
|
"median": 1019.3,
|
|
"p95": 1026.4,
|
|
"p99": 1038.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:16:26.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1459.3,
|
|
"median": 8.6,
|
|
"p95": 14.4,
|
|
"p99": 45.4
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 2475.4,
|
|
"median": 1020.1,
|
|
"p95": 1034.4,
|
|
"p99": 1238.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:16:36.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 222.8,
|
|
"median": 8.3,
|
|
"p95": 12.7,
|
|
"p99": 17.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1237.1,
|
|
"median": 1019.3,
|
|
"p95": 1028.1,
|
|
"p99": 1056.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:16:46.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 226.6,
|
|
"median": 8.4,
|
|
"p95": 12.7,
|
|
"p99": 26.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2447,
|
|
"median": 1019.4,
|
|
"p95": 1027.2,
|
|
"p99": 1145
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:16:56.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 214.7,
|
|
"median": 8.3,
|
|
"p95": 12.3,
|
|
"p99": 25.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1224.1,
|
|
"median": 1019,
|
|
"p95": 1027.7,
|
|
"p99": 1061.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 50,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:17:06.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 625.9,
|
|
"median": 8.5,
|
|
"p95": 13.4,
|
|
"p99": 18.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1636.4,
|
|
"median": 1019.3,
|
|
"p95": 1028,
|
|
"p99": 1035.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:17:16.612Z",
|
|
"scenariosCreated": 501,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 624.2,
|
|
"median": 8.6,
|
|
"p95": 13.1,
|
|
"p99": 18.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1640,
|
|
"median": 1020.9,
|
|
"p95": 1032.1,
|
|
"p99": 1141.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 501
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:17:26.611Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1009.3,
|
|
"median": 8.4,
|
|
"p95": 12.6,
|
|
"p99": 20.9
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 1253.2,
|
|
"median": 1019.3,
|
|
"p95": 1029.9,
|
|
"p99": 1043.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:17:36.610Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 214.9,
|
|
"median": 8.3,
|
|
"p95": 12,
|
|
"p99": 14.6
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2017.1,
|
|
"median": 1019.2,
|
|
"p95": 1025.2,
|
|
"p99": 1138.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:17:46.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 212.1,
|
|
"median": 8.4,
|
|
"p95": 13,
|
|
"p99": 30.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1433.9,
|
|
"median": 1019.5,
|
|
"p95": 1033.1,
|
|
"p99": 1082.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:17:56.609Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1014.7,
|
|
"median": 8.4,
|
|
"p95": 12,
|
|
"p99": 15.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 2027.5,
|
|
"median": 1019.3,
|
|
"p95": 1027.6,
|
|
"p99": 1223.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:18:06.613Z",
|
|
"scenariosCreated": 499,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1008.8,
|
|
"median": 8.4,
|
|
"p95": 12.7,
|
|
"p99": 20.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 2029.2,
|
|
"median": 1019.2,
|
|
"p95": 1027.7,
|
|
"p99": 1044.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 499
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:18:16.610Z",
|
|
"scenariosCreated": 501,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 215.9,
|
|
"median": 8.5,
|
|
"p95": 12.6,
|
|
"p99": 23.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1647.3,
|
|
"median": 1019.6,
|
|
"p95": 1031.2,
|
|
"p99": 1075.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 501
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:18:26.618Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1630.2,
|
|
"median": 8.4,
|
|
"p95": 12.5,
|
|
"p99": 16.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2646.4,
|
|
"median": 1019.3,
|
|
"p95": 1026.2,
|
|
"p99": 1037
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:18:36.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 36.8,
|
|
"median": 8.4,
|
|
"p95": 12.9,
|
|
"p99": 16.9
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 1234.9,
|
|
"median": 1019.7,
|
|
"p95": 1030.8,
|
|
"p99": 1047.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:18:46.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 632.6,
|
|
"median": 8.8,
|
|
"p95": 13.5,
|
|
"p99": 29.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 1642.7,
|
|
"median": 1021.2,
|
|
"p95": 1029.3,
|
|
"p99": 1226.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:18:56.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 630.4,
|
|
"median": 8.2,
|
|
"p95": 12.4,
|
|
"p99": 15.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1641.7,
|
|
"median": 1019.3,
|
|
"p95": 1026.2,
|
|
"p99": 1040.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:19:06.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1006,
|
|
"median": 8.3,
|
|
"p95": 13.6,
|
|
"p99": 56.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 2016.5,
|
|
"median": 1019.4,
|
|
"p95": 1031.1,
|
|
"p99": 1227.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:19:16.617Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 213.9,
|
|
"median": 8.3,
|
|
"p95": 12.7,
|
|
"p99": 17.5
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 2444.6,
|
|
"median": 1019.3,
|
|
"p95": 1027.2,
|
|
"p99": 1220.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 0,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:19:26.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 625.5,
|
|
"median": 8.3,
|
|
"p95": 13,
|
|
"p99": 18.2
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 1653.9,
|
|
"median": 1019.5,
|
|
"p95": 1027.1,
|
|
"p99": 1040.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:19:36.618Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1009,
|
|
"median": 8.4,
|
|
"p95": 14.3,
|
|
"p99": 43.2
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 1429.6,
|
|
"median": 1019.8,
|
|
"p95": 1034.5,
|
|
"p99": 1086.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:19:46.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 210.8,
|
|
"median": 8.3,
|
|
"p95": 12.3,
|
|
"p99": 15.3
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2025.5,
|
|
"median": 1019.5,
|
|
"p95": 1026.2,
|
|
"p99": 1045
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:19:56.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 82.4,
|
|
"median": 8.5,
|
|
"p95": 13.1,
|
|
"p99": 23.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1097.1,
|
|
"median": 1019.7,
|
|
"p95": 1028.5,
|
|
"p99": 1049.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:20:06.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 621.9,
|
|
"median": 8.6,
|
|
"p95": 13,
|
|
"p99": 33.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1633.7,
|
|
"median": 1019.8,
|
|
"p95": 1029.9,
|
|
"p99": 1091.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:20:16.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 214.5,
|
|
"median": 8.6,
|
|
"p95": 12.5,
|
|
"p99": 18
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 1225.9,
|
|
"median": 1019.9,
|
|
"p95": 1026.6,
|
|
"p99": 1039.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:20:26.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1013.9,
|
|
"median": 8.5,
|
|
"p95": 12.8,
|
|
"p99": 23.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2027.5,
|
|
"median": 1019.7,
|
|
"p95": 1027.8,
|
|
"p99": 1040
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:20:36.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 214.3,
|
|
"median": 8.4,
|
|
"p95": 12.4,
|
|
"p99": 16.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.7,
|
|
"max": 1233.1,
|
|
"median": 1019.6,
|
|
"p95": 1028,
|
|
"p99": 1053.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:20:46.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 213,
|
|
"median": 8.4,
|
|
"p95": 12.6,
|
|
"p99": 17.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 1224.3,
|
|
"median": 1019.4,
|
|
"p95": 1027.3,
|
|
"p99": 1039.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:20:56.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 215.5,
|
|
"median": 8.4,
|
|
"p95": 12.5,
|
|
"p99": 23.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1228.1,
|
|
"median": 1019.5,
|
|
"p95": 1027.4,
|
|
"p99": 1044.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:21:06.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 101.9,
|
|
"median": 8.4,
|
|
"p95": 12.7,
|
|
"p99": 28.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2447.5,
|
|
"median": 1019.3,
|
|
"p95": 1031.3,
|
|
"p99": 1079.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:21:16.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 31,
|
|
"median": 8.8,
|
|
"p95": 12.8,
|
|
"p99": 19.5
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1043.9,
|
|
"median": 1019.9,
|
|
"p95": 1027.4,
|
|
"p99": 1039
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:21:26.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 3079.1,
|
|
"median": 9.4,
|
|
"p95": 16.7,
|
|
"p99": 88.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 4098.7,
|
|
"median": 1022.8,
|
|
"p95": 1051.2,
|
|
"p99": 1189.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:21:36.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1644,
|
|
"median": 9.4,
|
|
"p95": 15.5,
|
|
"p99": 23.9
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 2659.5,
|
|
"median": 1023.7,
|
|
"p95": 1036.1,
|
|
"p99": 1052
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:21:46.618Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 218.2,
|
|
"median": 8.9,
|
|
"p95": 14.8,
|
|
"p99": 34
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1230.5,
|
|
"median": 1022.7,
|
|
"p95": 1035.9,
|
|
"p99": 1078
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:21:56.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 38.1,
|
|
"median": 8.1,
|
|
"p95": 12.3,
|
|
"p99": 17.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1049.2,
|
|
"median": 1018.5,
|
|
"p95": 1026.5,
|
|
"p99": 1039
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:22:06.617Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1010.2,
|
|
"median": 7.7,
|
|
"p95": 10.5,
|
|
"p99": 15
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2022.8,
|
|
"median": 1017.5,
|
|
"p95": 1023.7,
|
|
"p99": 1044.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:22:16.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 6322.5,
|
|
"median": 8,
|
|
"p95": 11.6,
|
|
"p99": 20
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 7335.4,
|
|
"median": 1018.5,
|
|
"p95": 1026.9,
|
|
"p99": 1223.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:22:26.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 213,
|
|
"median": 7.9,
|
|
"p95": 11.2,
|
|
"p99": 13.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1226.3,
|
|
"median": 1018.2,
|
|
"p95": 1024.9,
|
|
"p99": 1037.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:22:36.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1216,
|
|
"median": 7.8,
|
|
"p95": 11.1,
|
|
"p99": 18.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2236.1,
|
|
"median": 1017.9,
|
|
"p95": 1023.9,
|
|
"p99": 1223.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:22:46.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.4,
|
|
"median": 7.7,
|
|
"p95": 10.8,
|
|
"p99": 13.1
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1225.2,
|
|
"median": 1017.6,
|
|
"p95": 1022.8,
|
|
"p99": 1030.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:22:56.627Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 632.4,
|
|
"median": 7.9,
|
|
"p95": 11.4,
|
|
"p99": 22.3
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.6,
|
|
"max": 2022.3,
|
|
"median": 1018.1,
|
|
"p95": 1025.4,
|
|
"p99": 1060.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:23:06.617Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 176.3,
|
|
"median": 7.9,
|
|
"p95": 12.3,
|
|
"p99": 92.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1175,
|
|
"median": 1018.2,
|
|
"p95": 1032.5,
|
|
"p99": 1107.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:23:16.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 2413.2,
|
|
"median": 7.7,
|
|
"p95": 10.9,
|
|
"p99": 28.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 3527,
|
|
"median": 1017.8,
|
|
"p95": 1033.2,
|
|
"p99": 1180.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:23:26.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 32.1,
|
|
"median": 7.8,
|
|
"p95": 10.9,
|
|
"p99": 13.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1229.9,
|
|
"median": 1018,
|
|
"p95": 1023.4,
|
|
"p99": 1035.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:23:36.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 218.5,
|
|
"median": 7.6,
|
|
"p95": 10.7,
|
|
"p99": 23.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1630.7,
|
|
"median": 1017.4,
|
|
"p95": 1022.5,
|
|
"p99": 1044.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:23:46.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1433.6,
|
|
"median": 7.7,
|
|
"p95": 39.3,
|
|
"p99": 320.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2452.6,
|
|
"median": 1017.7,
|
|
"p95": 1224.1,
|
|
"p99": 1400
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:23:56.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1008.1,
|
|
"median": 7.9,
|
|
"p95": 11,
|
|
"p99": 22.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 2019,
|
|
"median": 1017.9,
|
|
"p95": 1023.6,
|
|
"p99": 1047.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:24:06.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008.8,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 13.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2016,
|
|
"median": 1017.1,
|
|
"p95": 1022.3,
|
|
"p99": 1035.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:24:16.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1435.2,
|
|
"median": 7.5,
|
|
"p95": 10.7,
|
|
"p99": 18.8
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2446.3,
|
|
"median": 1017,
|
|
"p95": 1023.3,
|
|
"p99": 1226.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:24:26.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 214.3,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 29.3
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2301.7,
|
|
"median": 1017.2,
|
|
"p95": 1023.5,
|
|
"p99": 1166.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:24:36.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 213.4,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 70.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 1230.6,
|
|
"median": 1017.2,
|
|
"p95": 1024.7,
|
|
"p99": 1138.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:24:46.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1008.9,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 20.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2024.7,
|
|
"median": 1017.3,
|
|
"p95": 1023,
|
|
"p99": 1222.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:24:56.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1007.5,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 14.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2028.1,
|
|
"median": 1017.2,
|
|
"p95": 1022.3,
|
|
"p99": 1029.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:25:06.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 621.3,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 15.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1634.3,
|
|
"median": 1017.2,
|
|
"p95": 1022.4,
|
|
"p99": 1224.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:25:16.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.5,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 16.9
|
|
},
|
|
"rps": {
|
|
"count": 998,
|
|
"mean": 99.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2015.7,
|
|
"median": 1017.2,
|
|
"p95": 1021.6,
|
|
"p99": 1035.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:25:26.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 219.5,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 14.5
|
|
},
|
|
"rps": {
|
|
"count": 1002,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2017.7,
|
|
"median": 1017.5,
|
|
"p95": 1022.1,
|
|
"p99": 1228.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:25:36.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 220.6,
|
|
"median": 7.7,
|
|
"p95": 11.2,
|
|
"p99": 37.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1234.2,
|
|
"median": 1017.4,
|
|
"p95": 1023.5,
|
|
"p99": 1223
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:25:46.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1006.7,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 12.7
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1635.4,
|
|
"median": 1017.3,
|
|
"p95": 1022.2,
|
|
"p99": 1030.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:25:56.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1454.2,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 36.2
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2462.3,
|
|
"median": 1017.3,
|
|
"p95": 1025.4,
|
|
"p99": 1171.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:26:06.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1007.4,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 20.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2015,
|
|
"median": 1017,
|
|
"p95": 1021.6,
|
|
"p99": 1042.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:26:16.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 214.8,
|
|
"median": 7.5,
|
|
"p95": 10.3,
|
|
"p99": 12.7
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1223.9,
|
|
"median": 1017.2,
|
|
"p95": 1021.6,
|
|
"p99": 1029.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:26:26.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.8,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 16.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.8,
|
|
"max": 4150.6,
|
|
"median": 1017.3,
|
|
"p95": 1021.7,
|
|
"p99": 1031.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:26:36.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 114.6,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 22.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1657.6,
|
|
"median": 1017.4,
|
|
"p95": 1022.6,
|
|
"p99": 1088.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:26:46.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 633.4,
|
|
"median": 7.9,
|
|
"p95": 10.8,
|
|
"p99": 20.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 1641.6,
|
|
"median": 1017.8,
|
|
"p95": 1023.2,
|
|
"p99": 1137.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:26:56.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 215.9,
|
|
"median": 7.8,
|
|
"p95": 10.6,
|
|
"p99": 14.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2481.9,
|
|
"median": 1017.4,
|
|
"p95": 1022.1,
|
|
"p99": 1220.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:27:06.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1008.1,
|
|
"median": 7.7,
|
|
"p95": 10.6,
|
|
"p99": 17.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 3670,
|
|
"median": 1017.5,
|
|
"p95": 1022.2,
|
|
"p99": 1131.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:27:16.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1442.2,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 13.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2454.1,
|
|
"median": 1017,
|
|
"p95": 1021.7,
|
|
"p99": 1125.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:27:26.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 212.1,
|
|
"median": 7.5,
|
|
"p95": 10.3,
|
|
"p99": 11.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 1227.5,
|
|
"median": 1017,
|
|
"p95": 1021.6,
|
|
"p99": 1029.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:27:36.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 617.4,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 20.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2441.7,
|
|
"median": 1017.2,
|
|
"p95": 1023.7,
|
|
"p99": 1225.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:27:46.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.6,
|
|
"median": 7.5,
|
|
"p95": 10.7,
|
|
"p99": 44.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2485.2,
|
|
"median": 1017,
|
|
"p95": 1023.7,
|
|
"p99": 1223.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:27:56.612Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1008.1,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 38.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2250.6,
|
|
"median": 1017.1,
|
|
"p95": 1022.5,
|
|
"p99": 1089.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:28:06.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1432.5,
|
|
"median": 7.7,
|
|
"p95": 11.2,
|
|
"p99": 50.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2443.4,
|
|
"median": 1017.4,
|
|
"p95": 1025.8,
|
|
"p99": 1225.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:28:16.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 214.4,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 13.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 7332.4,
|
|
"median": 1017.3,
|
|
"p95": 1021.4,
|
|
"p99": 1031.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:28:26.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1310,
|
|
"median": 7.5,
|
|
"p95": 10.4,
|
|
"p99": 12.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2319,
|
|
"median": 1017.2,
|
|
"p95": 1021.8,
|
|
"p99": 1133.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:28:36.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 422.1,
|
|
"median": 7.6,
|
|
"p95": 10.4,
|
|
"p99": 12.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1431.5,
|
|
"median": 1017,
|
|
"p95": 1021.6,
|
|
"p99": 1223.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:28:46.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1008.4,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 14.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 2259.1,
|
|
"median": 1017,
|
|
"p95": 1022,
|
|
"p99": 1128.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:28:56.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 617.9,
|
|
"median": 7.6,
|
|
"p95": 11,
|
|
"p99": 25.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1645.7,
|
|
"median": 1017.2,
|
|
"p95": 1024.1,
|
|
"p99": 1226.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:29:06.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 211.5,
|
|
"median": 7.9,
|
|
"p95": 11.5,
|
|
"p99": 67.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1232.1,
|
|
"median": 1017.7,
|
|
"p95": 1024.6,
|
|
"p99": 1137.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:29:16.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 62.1,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 16.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 1231.8,
|
|
"median": 1017,
|
|
"p95": 1022,
|
|
"p99": 1039.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:29:26.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1020,
|
|
"median": 7.5,
|
|
"p95": 10.6,
|
|
"p99": 13.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.5,
|
|
"max": 2027.8,
|
|
"median": 1017,
|
|
"p95": 1022.5,
|
|
"p99": 1127.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:29:36.621Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 215.6,
|
|
"median": 7.7,
|
|
"p95": 10.9,
|
|
"p99": 20.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1650.9,
|
|
"median": 1017.3,
|
|
"p95": 1023.5,
|
|
"p99": 1226.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:29:46.619Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1009.4,
|
|
"median": 8.2,
|
|
"p95": 12.9,
|
|
"p99": 22.8
|
|
},
|
|
"rps": {
|
|
"count": 998,
|
|
"mean": 99.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1634.8,
|
|
"median": 1019.4,
|
|
"p95": 1031.2,
|
|
"p99": 1137.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:29:56.618Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1002,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 229.5,
|
|
"median": 9,
|
|
"p95": 14.9,
|
|
"p99": 106.2
|
|
},
|
|
"rps": {
|
|
"count": 1002,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 2021.8,
|
|
"median": 1022.6,
|
|
"p95": 1048.7,
|
|
"p99": 1204.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1002
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:30:06.617Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1007.8,
|
|
"median": 9,
|
|
"p95": 13.2,
|
|
"p99": 22.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 2225.8,
|
|
"median": 1021.9,
|
|
"p95": 1028.5,
|
|
"p99": 1044
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:30:16.623Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 997,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 223.2,
|
|
"median": 8.9,
|
|
"p95": 14.2,
|
|
"p99": 39.2
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 1234.9,
|
|
"median": 1022.1,
|
|
"p95": 1032.7,
|
|
"p99": 1118.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 997
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:30:26.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1003,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1008.6,
|
|
"median": 9.3,
|
|
"p95": 16.2,
|
|
"p99": 34.4
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 2039.4,
|
|
"median": 1024,
|
|
"p95": 1041.6,
|
|
"p99": 1229.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1003
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:30:36.615Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 1427,
|
|
"median": 7.9,
|
|
"p95": 11.8,
|
|
"p99": 20.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2435.7,
|
|
"median": 1018.1,
|
|
"p95": 1026.7,
|
|
"p99": 1225
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:30:46.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 214.3,
|
|
"median": 8.6,
|
|
"p95": 13.6,
|
|
"p99": 24.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 1225.2,
|
|
"median": 1020.2,
|
|
"p95": 1031,
|
|
"p99": 1058.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:30:56.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 216.6,
|
|
"median": 8,
|
|
"p95": 11.5,
|
|
"p99": 19.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2473.2,
|
|
"median": 1018.3,
|
|
"p95": 1025.1,
|
|
"p99": 1133.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:31:06.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1629,
|
|
"median": 7.7,
|
|
"p95": 10.7,
|
|
"p99": 13.8
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 2643.3,
|
|
"median": 1017.2,
|
|
"p95": 1022.9,
|
|
"p99": 1033
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:31:16.623Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1007.4,
|
|
"median": 7.6,
|
|
"p95": 10.6,
|
|
"p99": 13.4
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2027.9,
|
|
"median": 1017.3,
|
|
"p95": 1022.1,
|
|
"p99": 1222.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:31:26.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1006.2,
|
|
"median": 7.8,
|
|
"p95": 12,
|
|
"p99": 22.4
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2021.7,
|
|
"median": 1017.9,
|
|
"p95": 1028.6,
|
|
"p99": 1157.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:31:36.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1006.9,
|
|
"median": 7.5,
|
|
"p95": 10.5,
|
|
"p99": 12.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2017.1,
|
|
"median": 1017.1,
|
|
"p95": 1023.1,
|
|
"p99": 1033.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:31:46.618Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.5,
|
|
"max": 213.4,
|
|
"median": 7.8,
|
|
"p95": 11.4,
|
|
"p99": 15.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 1224.1,
|
|
"median": 1017.9,
|
|
"p95": 1024.9,
|
|
"p99": 1040
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:31:56.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.3,
|
|
"median": 7.8,
|
|
"p95": 12,
|
|
"p99": 16.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 2222.4,
|
|
"median": 1017.9,
|
|
"p95": 1025.5,
|
|
"p99": 1037.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:32:06.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 997,
|
|
"latency": {
|
|
"min": 4.2,
|
|
"max": 1009,
|
|
"median": 7.9,
|
|
"p95": 12.9,
|
|
"p99": 44.8
|
|
},
|
|
"rps": {
|
|
"count": 998,
|
|
"mean": 99.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1011.9,
|
|
"max": 2019.9,
|
|
"median": 1018,
|
|
"p95": 1026.7,
|
|
"p99": 1071.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 997
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:32:16.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1003,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1008.7,
|
|
"median": 8.1,
|
|
"p95": 47.6,
|
|
"p99": 384
|
|
},
|
|
"rps": {
|
|
"count": 1002,
|
|
"mean": 100.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.2,
|
|
"max": 2223.3,
|
|
"median": 1018.3,
|
|
"p95": 1256.9,
|
|
"p99": 1436.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1003
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:32:26.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 997,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1007.7,
|
|
"median": 7.9,
|
|
"p95": 13.4,
|
|
"p99": 175.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.4,
|
|
"max": 2261.8,
|
|
"median": 1017.9,
|
|
"p95": 1117.7,
|
|
"p99": 1229.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 997
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 4,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:32:36.619Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 502,
|
|
"requestsCompleted": 1003,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 6407.6,
|
|
"median": 7.6,
|
|
"p95": 11,
|
|
"p99": 25.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 7415.7,
|
|
"median": 1017.4,
|
|
"p95": 1023.5,
|
|
"p99": 1094.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1003
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:32:46.613Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 498,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 617.5,
|
|
"median": 7.7,
|
|
"p95": 10.9,
|
|
"p99": 23
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.9,
|
|
"max": 1626.8,
|
|
"median": 1017.5,
|
|
"p95": 1024.7,
|
|
"p99": 1222.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 53,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:32:56.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 12822.1,
|
|
"median": 7.7,
|
|
"p95": 11.2,
|
|
"p99": 21.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.7,
|
|
"max": 13832.1,
|
|
"median": 1017.7,
|
|
"p95": 1024.6,
|
|
"p99": 1226.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:33:06.614Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1433.2,
|
|
"median": 8.9,
|
|
"p95": 13.5,
|
|
"p99": 17
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 2443.6,
|
|
"median": 1022.2,
|
|
"p95": 1029.9,
|
|
"p99": 1135.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:33:16.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.3,
|
|
"max": 1019.1,
|
|
"median": 9.4,
|
|
"p95": 15.7,
|
|
"p99": 34.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.2,
|
|
"max": 2035.9,
|
|
"median": 1023.7,
|
|
"p95": 1037.2,
|
|
"p99": 1229.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:33:26.619Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.4,
|
|
"max": 1012.1,
|
|
"median": 10.4,
|
|
"p95": 19.3,
|
|
"p99": 38.5
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.1,
|
|
"max": 2266.4,
|
|
"median": 1026.1,
|
|
"p95": 1049.2,
|
|
"p99": 1174
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:33:36.618Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 621.3,
|
|
"median": 9.2,
|
|
"p95": 16.3,
|
|
"p99": 34.8
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.9,
|
|
"max": 1632.7,
|
|
"median": 1023.9,
|
|
"p95": 1044.4,
|
|
"p99": 1229.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:33:46.629Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.3,
|
|
"max": 220.7,
|
|
"median": 9,
|
|
"p95": 14.2,
|
|
"p99": 20.9
|
|
},
|
|
"rps": {
|
|
"count": 999,
|
|
"mean": 99.8
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.8,
|
|
"max": 1233.1,
|
|
"median": 1022.5,
|
|
"p95": 1031.2,
|
|
"p99": 1047.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:33:56.617Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1010.5,
|
|
"median": 8.9,
|
|
"p95": 13.3,
|
|
"p99": 23.2
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.3
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 2022.4,
|
|
"median": 1022.2,
|
|
"p95": 1034.1,
|
|
"p99": 1066
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:34:06.618Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 32.7,
|
|
"median": 8.7,
|
|
"p95": 13,
|
|
"p99": 16.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 1045.9,
|
|
"median": 1021.3,
|
|
"p95": 1027.9,
|
|
"p99": 1036.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:34:16.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1008.9,
|
|
"median": 9,
|
|
"p95": 13.6,
|
|
"p99": 22.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.6,
|
|
"max": 2747.2,
|
|
"median": 1021.9,
|
|
"p95": 1031.9,
|
|
"p99": 1049.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:34:26.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 213.5,
|
|
"median": 8.8,
|
|
"p95": 13.6,
|
|
"p99": 29.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 1235.7,
|
|
"median": 1021.8,
|
|
"p95": 1031,
|
|
"p99": 1080.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:34:36.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 215.7,
|
|
"median": 8.7,
|
|
"p95": 13.2,
|
|
"p99": 18.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 1435.7,
|
|
"median": 1021.8,
|
|
"p95": 1028.5,
|
|
"p99": 1043.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:34:46.622Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1435.4,
|
|
"median": 8.7,
|
|
"p95": 13.3,
|
|
"p99": 29.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 2447.4,
|
|
"median": 1021.4,
|
|
"p95": 1032.5,
|
|
"p99": 1234
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:34:56.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1007.3,
|
|
"median": 8.6,
|
|
"p95": 13,
|
|
"p99": 16.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 2017.8,
|
|
"median": 1021.2,
|
|
"p95": 1028.1,
|
|
"p99": 1046.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:35:06.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1436.4,
|
|
"median": 8.9,
|
|
"p95": 20.2,
|
|
"p99": 72.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2457,
|
|
"median": 1021.9,
|
|
"p95": 1113.7,
|
|
"p99": 1376.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:35:16.617Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 211.1,
|
|
"median": 9,
|
|
"p95": 14.3,
|
|
"p99": 24.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015,
|
|
"max": 1246.8,
|
|
"median": 1022.1,
|
|
"p95": 1033.6,
|
|
"p99": 1117.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:35:26.617Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 214.9,
|
|
"median": 9,
|
|
"p95": 14.7,
|
|
"p99": 26.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.3,
|
|
"max": 1230.1,
|
|
"median": 1022.1,
|
|
"p95": 1040.6,
|
|
"p99": 1124.1
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:35:36.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.9,
|
|
"median": 8.7,
|
|
"p95": 13.5,
|
|
"p99": 35.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2224.8,
|
|
"median": 1021.9,
|
|
"p95": 1034.1,
|
|
"p99": 1072.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:35:46.619Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1469.8,
|
|
"median": 8.7,
|
|
"p95": 13.1,
|
|
"p99": 23.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.3,
|
|
"max": 2483.3,
|
|
"median": 1021.7,
|
|
"p95": 1030,
|
|
"p99": 1227.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:35:56.617Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.6,
|
|
"max": 1011.4,
|
|
"median": 8.7,
|
|
"p95": 13.8,
|
|
"p99": 23
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 2278.2,
|
|
"median": 1021.9,
|
|
"p95": 1030.2,
|
|
"p99": 1230.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:36:06.621Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 420.5,
|
|
"median": 8.9,
|
|
"p95": 13.5,
|
|
"p99": 18.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 1430.8,
|
|
"median": 1021.9,
|
|
"p95": 1029.8,
|
|
"p99": 1042.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:36:16.619Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 218.4,
|
|
"median": 8.8,
|
|
"p95": 13.3,
|
|
"p99": 24.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 1243,
|
|
"median": 1021.6,
|
|
"p95": 1028.4,
|
|
"p99": 1048.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:36:26.618Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 1007.6,
|
|
"median": 9.1,
|
|
"p95": 13.8,
|
|
"p99": 20.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 2022.8,
|
|
"median": 1022.1,
|
|
"p95": 1032.5,
|
|
"p99": 1049.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:36:36.618Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.2,
|
|
"max": 40.5,
|
|
"median": 8.9,
|
|
"p95": 13.6,
|
|
"p99": 20.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 1055.7,
|
|
"median": 1021.9,
|
|
"p95": 1031,
|
|
"p99": 1043.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:36:46.617Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.4,
|
|
"max": 1212.7,
|
|
"median": 8.6,
|
|
"p95": 13.7,
|
|
"p99": 36.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.4,
|
|
"max": 2443.5,
|
|
"median": 1021.4,
|
|
"p95": 1038.1,
|
|
"p99": 1231.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:36:56.618Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 241,
|
|
"median": 8.6,
|
|
"p95": 13.3,
|
|
"p99": 17.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.5,
|
|
"max": 1433.3,
|
|
"median": 1021.4,
|
|
"p95": 1028.1,
|
|
"p99": 1043.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:37:06.617Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1008.6,
|
|
"median": 8.5,
|
|
"p95": 12.9,
|
|
"p99": 21.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.1,
|
|
"max": 2020.1,
|
|
"median": 1020,
|
|
"p95": 1029,
|
|
"p99": 1050.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:37:16.619Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1008.1,
|
|
"median": 8.6,
|
|
"p95": 13,
|
|
"p99": 35.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 2454.2,
|
|
"median": 1020.4,
|
|
"p95": 1036.2,
|
|
"p99": 1225
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:37:26.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 1007.9,
|
|
"median": 8.8,
|
|
"p95": 14.9,
|
|
"p99": 35.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013,
|
|
"max": 2232.9,
|
|
"median": 1022,
|
|
"p95": 1037.4,
|
|
"p99": 1155.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:37:36.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 221,
|
|
"median": 9.4,
|
|
"p95": 14.4,
|
|
"p99": 20.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1234.8,
|
|
"median": 1022.8,
|
|
"p95": 1034.3,
|
|
"p99": 1062.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:37:46.616Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1009.7,
|
|
"median": 9.4,
|
|
"p95": 14.8,
|
|
"p99": 26.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1015.3,
|
|
"max": 2026.2,
|
|
"median": 1023.2,
|
|
"p95": 1034.1,
|
|
"p99": 1053.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:37:56.619Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1008.2,
|
|
"median": 8.7,
|
|
"p95": 13.7,
|
|
"p99": 25.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 2022.2,
|
|
"median": 1021.4,
|
|
"p95": 1034.6,
|
|
"p99": 1231.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:38:06.629Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 490,
|
|
"requestsCompleted": 992,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1008.5,
|
|
"median": 8.6,
|
|
"p95": 15.8,
|
|
"p99": 213.3
|
|
},
|
|
"rps": {
|
|
"count": 998,
|
|
"mean": 99.7
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 2029.2,
|
|
"median": 1020.5,
|
|
"p95": 1076.3,
|
|
"p99": 1630.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 992
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 61,
|
|
"pendingRequests": 9,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:38:16.623Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 509,
|
|
"requestsCompleted": 1009,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1009.3,
|
|
"median": 8.6,
|
|
"p95": 13.3,
|
|
"p99": 37.6
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 2748.2,
|
|
"median": 1021,
|
|
"p95": 1039,
|
|
"p99": 1305
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1009
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:38:26.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 632.7,
|
|
"median": 8.7,
|
|
"p95": 13.3,
|
|
"p99": 23.3
|
|
},
|
|
"rps": {
|
|
"count": 1001,
|
|
"mean": 100.2
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.6,
|
|
"max": 2016.4,
|
|
"median": 1021.7,
|
|
"p95": 1029.7,
|
|
"p99": 1232.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:38:36.621Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1009.4,
|
|
"median": 8.6,
|
|
"p95": 12.7,
|
|
"p99": 26.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.5,
|
|
"max": 2021.7,
|
|
"median": 1020.7,
|
|
"p95": 1030.5,
|
|
"p99": 1232.8
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:38:46.622Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1012.7,
|
|
"median": 8.7,
|
|
"p95": 12.6,
|
|
"p99": 18.4
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.8,
|
|
"max": 2026,
|
|
"median": 1020.8,
|
|
"p95": 1030.3,
|
|
"p99": 1231.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:38:56.619Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1007,
|
|
"median": 8.5,
|
|
"p95": 12.6,
|
|
"p99": 16.6
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 2027.6,
|
|
"median": 1019.8,
|
|
"p95": 1030,
|
|
"p99": 1135.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:39:06.619Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1007.3,
|
|
"median": 8.7,
|
|
"p95": 13.1,
|
|
"p99": 23.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.7,
|
|
"max": 2024.6,
|
|
"median": 1021.1,
|
|
"p95": 1030.8,
|
|
"p99": 1056
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:39:16.623Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 999,
|
|
"latency": {
|
|
"min": 4.9,
|
|
"max": 1009,
|
|
"median": 8.9,
|
|
"p95": 13.3,
|
|
"p99": 97.9
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 2030,
|
|
"median": 1021.3,
|
|
"p95": 1038.2,
|
|
"p99": 1159.2
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 999
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 2,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:39:26.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 501,
|
|
"requestsCompleted": 1001,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 316.7,
|
|
"median": 9.3,
|
|
"p95": 23.4,
|
|
"p99": 65.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 1639.1,
|
|
"median": 1024.1,
|
|
"p95": 1073.7,
|
|
"p99": 1191.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1001
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:39:36.631Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 637.1,
|
|
"median": 8.6,
|
|
"p95": 13.8,
|
|
"p99": 33
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 99.9
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 2485.1,
|
|
"median": 1021.1,
|
|
"p95": 1035.3,
|
|
"p99": 1226.6
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:39:46.620Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 1010.9,
|
|
"median": 8.8,
|
|
"p95": 13.9,
|
|
"p99": 30.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.4,
|
|
"max": 2023.7,
|
|
"median": 1021.4,
|
|
"p95": 1037.3,
|
|
"p99": 1225.9
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:39:56.623Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 2185.6,
|
|
"median": 8.6,
|
|
"p95": 13.8,
|
|
"p99": 59.5
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.1,
|
|
"max": 3918.6,
|
|
"median": 1021.3,
|
|
"p95": 1033.2,
|
|
"p99": 1229.3
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:40:06.618Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.8,
|
|
"max": 3064.3,
|
|
"median": 8.4,
|
|
"p95": 13.5,
|
|
"p99": 29.3
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100.1
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1013.9,
|
|
"max": 4077.5,
|
|
"median": 1020,
|
|
"p95": 1032.8,
|
|
"p99": 1076.5
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:40:16.617Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 500,
|
|
"requestsCompleted": 1000,
|
|
"latency": {
|
|
"min": 4.7,
|
|
"max": 639.5,
|
|
"median": 7.8,
|
|
"p95": 11.6,
|
|
"p99": 31.1
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1012.6,
|
|
"max": 4074.3,
|
|
"median": 1018,
|
|
"p95": 1030.5,
|
|
"p99": 1222
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 1000
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 51,
|
|
"pendingRequests": 1,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:40:26.619Z",
|
|
"scenariosCreated": 500,
|
|
"scenariosCompleted": 499,
|
|
"requestsCompleted": 998,
|
|
"latency": {
|
|
"min": 5.1,
|
|
"max": 214.4,
|
|
"median": 8,
|
|
"p95": 12,
|
|
"p99": 20.2
|
|
},
|
|
"rps": {
|
|
"count": 1000,
|
|
"mean": 100
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014,
|
|
"max": 1228.9,
|
|
"median": 1018.8,
|
|
"p95": 1026.8,
|
|
"p99": 1047.4
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 500
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 998
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 52,
|
|
"pendingRequests": 3,
|
|
"scenariosAvoided": 0
|
|
},
|
|
{
|
|
"timestamp": "2021-02-11T09:40:29.891Z",
|
|
"scenariosCreated": 47,
|
|
"scenariosCompleted": 99,
|
|
"requestsCompleted": 148,
|
|
"latency": {
|
|
"min": 5,
|
|
"max": 1442,
|
|
"median": 7.8,
|
|
"p95": 13,
|
|
"p99": 1015.5
|
|
},
|
|
"rps": {
|
|
"count": 145,
|
|
"mean": 44.34
|
|
},
|
|
"scenarioDuration": {
|
|
"min": 1014.2,
|
|
"max": 2453.6,
|
|
"median": 1021,
|
|
"p95": 1346.9,
|
|
"p99": 2239.7
|
|
},
|
|
"scenarioCounts": {
|
|
"just post content": 47
|
|
},
|
|
"errors": {},
|
|
"codes": {
|
|
"200": 148
|
|
},
|
|
"matches": 0,
|
|
"customStats": {},
|
|
"counters": {},
|
|
"concurrency": 0,
|
|
"pendingRequests": 0,
|
|
"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>
|