Skip to content

Instantly share code, notes, and snippets.

@lukeasrodgers
Last active August 29, 2015 14:11
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/4cfe999f06faf9d802d9 to your computer and use it in GitHub Desktop.
Save lukeasrodgers/4cfe999f06faf9d802d9 to your computer and use it in GitHub Desktop.
webrick perf testing JSON API GET
Benchmarking 127.0.0.1 (be patient)
Finished 448 requests
Server Software: WEBrick/1.3.1
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.008 seconds
Complete requests: 448
Failed requests: 0
Total transferred: 561792 bytes
HTML transferred: 358848 bytes
Requests per second: 22.39 [#/sec] (mean)
Time per request: 893.202 [ms] (mean)
Time per request: 44.660 [ms] (mean, across all concurrent requests)
Transfer rate: 27.42 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 1
Processing: 251 874 77.0 877 1151
Waiting: 244 873 77.2 875 1144
Total: 252 875 77.0 877 1151
Percentage of the requests served within a certain time (ms)
50% 877
66% 888
75% 896
80% 900
90% 936
95% 967
98% 989
99% 994
100% 1151 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment