Skip to content

Instantly share code, notes, and snippets.

@skade
Created September 30, 2013 20:01
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 skade/6769306 to your computer and use it in GitHub Desktop.
Save skade/6769306 to your computer and use it in GitHub Desktop.
Widmann benchmarks
[ skade ~ ] ab -n 1000 -c 10 http://rust-test.herokuapp.com/foo/barc
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking rust-test.herokuapp.com (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests
Server Software: Widmann
Server Hostname: rust-test.herokuapp.com
Server Port: 80
Document Path: /foo/barc
Document Length: 4 bytes
Concurrency Level: 10
Time taken for tests: 33.283 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 155000 bytes
HTML transferred: 4000 bytes
Requests per second: 30.05 [#/sec] (mean)
Time per request: 332.834 [ms] (mean)
Time per request: 33.283 [ms] (mean, across all concurrent requests)
Transfer rate: 4.55 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 131 147 63.7 140 1340
Processing: 135 183 99.5 154 1150
Waiting: 135 183 99.5 153 1150
Total: 268 331 120.3 295 1581
Percentage of the requests served within a certain time (ms)
50% 295
66% 310
75% 333
80% 350
90% 394
95% 467
98% 650
99% 1007
100% 1581 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment