Skip to content

Instantly share code, notes, and snippets.

@lukeasrodgers
Created December 17, 2014 01:34
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 lukeasrodgers/c4003576b2afc9001a20 to your computer and use it in GitHub Desktop.
Save lukeasrodgers/c4003576b2afc9001a20 to your computer and use it in GitHub Desktop.
puma perf testing JSON API GET
Benchmarking 127.0.0.1 (be patient)
Finished 450 requests
Server Software:
Server Hostname: 127.0.0.1
Server Port: 3080
Document Path: /api/v1/users/1/cabinets/1/drinks
Document Length: 801 bytes
Concurrency Level: 20
Time taken for tests: 20.028 seconds
Complete requests: 450
Failed requests: 0
Total transferred: 516600 bytes
HTML transferred: 360450 bytes
Requests per second: 22.47 [#/sec] (mean)
Time per request: 890.122 [ms] (mean)
Time per request: 44.506 [ms] (mean, across all concurrent requests)
Transfer rate: 25.19 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 1
Processing: 233 872 83.6 874 1095
Waiting: 233 872 83.6 874 1095
Total: 234 872 83.5 874 1095
Percentage of the requests served within a certain time (ms)
50% 874
66% 885
75% 892
80% 899
90% 943
95% 995
98% 1004
99% 1008
100% 1095 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment