Skip to content

Instantly share code, notes, and snippets.

@lahaxearnaud
Last active November 24, 2018 11:08
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 lahaxearnaud/1aa828536f86e562dd0f7a83cda712c4 to your computer and use it in GitHub Desktop.
Save lahaxearnaud/1aa828536f86e562dd0f7a83cda712c4 to your computer and use it in GitHub Desktop.
➜ ~ ab -n 1000 -c 10 https://XXXXXXXXXX.execute-api.eu-central-1.amazonaws.com/default/test
// ...
Concurrency Level: 10
Time taken for tests: 16.969 seconds
Complete requests: 1000
Failed requests: 0
Total transferred: 305000 bytes
HTML transferred: 19000 bytes
Requests per second: 58.93 [#/sec] (mean)
Time per request: 169.686 [ms] (mean)
Time per request: 16.969 [ms] (mean, across all concurrent requests)
Transfer rate: 17.55 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 49 107 53.2 95 454
Processing: 20 59 26.9 61 237
Waiting: 20 51 24.2 50 237
Total: 74 166 62.4 156 593
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment