Skip to content

Instantly share code, notes, and snippets.

@kristinn
Last active March 16, 2018 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristinn/e3c450b71aa3898f39fea20abe87bade to your computer and use it in GitHub Desktop.
Save kristinn/e3c450b71aa3898f39fea20abe87bade to your computer and use it in GitHub Desktop.
Adding and removing containers during stress testing.
{
"latencies": {
"total": 29431832986000,
"mean": 4905305497,
"50th": 5004173000,
"95th": 5006513000,
"99th": 5016035000,
"max": 30002997000
},
"bytes_in": {
"total": 1557009,
"mean": 259.5015
},
"bytes_out": {
"total": 0,
"mean": 0
},
"earliest": "2018-03-15T09:52:28.45264+01:00",
"latest": "2018-03-15T09:54:28.432639+01:00",
"end": "2018-03-15T09:54:33.437795+01:00",
"duration": 119979999000,
"wait": 5005156000,
"requests": 6000,
"rate": 50.00833513925933,
"success": 0.9485,
"status_codes": {
"0": 3,
"200": 5691,
"502": 306
},
"errors": [
"502 Bad Gateway",
"Get http://192.168.99.100/longrunning: net/http: timeout awaiting response headers"
]
}
{
"latencies": {
"total": 1951909767000,
"mean": 3253182945,
"50th": 3264000,
"95th": 30001447000,
"99th": 30002354000,
"max": 30003340000
},
"bytes_in": {
"total": 175480,
"mean": 292.46666666666664
},
"bytes_out": {
"total": 0,
"mean": 0
},
"earliest": "2018-03-15T08:33:35.74875+01:00",
"latest": "2018-03-15T08:34:35.648749+01:00",
"end": "2018-03-15T08:34:35.651621+01:00",
"duration": 59899999000,
"wait": 2872000,
"requests": 600,
"rate": 10.016694658041647,
"success": 0.8916666666666667,
"status_codes": {
"0": 65,
"200": 535
},
"errors": [
"Get http://192.168.99.100/: net/http: timeout awaiting response headers"
]
}
{
"latencies": {
"total": 30029812640000,
"mean": 5004968773,
"50th": 5004440000,
"95th": 5007097000,
"99th": 5013700000,
"max": 5126445000
},
"bytes_in": {
"total": 1638000,
"mean": 273
},
"bytes_out": {
"total": 0,
"mean": 0
},
"earliest": "2018-03-15T10:02:05.270115+01:00",
"latest": "2018-03-15T10:04:05.250113+01:00",
"end": "2018-03-15T10:04:10.254707+01:00",
"duration": 119979998000,
"wait": 5004594000,
"requests": 6000,
"rate": 50.00833555606494,
"success": 1,
"status_codes": {
"200": 6000
},
"errors": null
}
{
"latencies": {
"total": 2087386000,
"mean": 3478976,
"50th": 3501000,
"95th": 4262000,
"99th": 4942000,
"max": 17535000
},
"bytes_in": {
"total": 195920,
"mean": 326.53333333333336
},
"bytes_out": {
"total": 0,
"mean": 0
},
"earliest": "2018-03-15T08:29:41.066616+01:00",
"latest": "2018-03-15T08:30:40.966614+01:00",
"end": "2018-03-15T08:30:40.97016+01:00",
"duration": 59899998000,
"wait": 3546000,
"requests": 600,
"rate": 10.01669482526527,
"success": 1,
"status_codes": {
"200": 600
},
"errors": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment