Skip to content

Instantly share code, notes, and snippets.

@jbrisbin
Created March 28, 2012 19:43
Show Gist options
  • Save jbrisbin/2229845 to your computer and use it in GitHub Desktop.
Save jbrisbin/2229845 to your computer and use it in GitHub Desktop.
Bench test against 128 load-balanced riak_core vnodes serving misultin web requests
> ab -k -c 100 -n 50000 http://localhost:3000/
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 localhost (be patient)
Completed 5000 requests
Completed 10000 requests
Completed 15000 requests
Completed 20000 requests
Completed 25000 requests
Completed 30000 requests
Completed 35000 requests
Completed 40000 requests
Completed 45000 requests
Completed 50000 requests
Finished 50000 requests
Server Software: misultin/0.9
Server Hostname: localhost
Server Port: 3000
Document Path: /
Document Length: 12 bytes
Concurrency Level: 100
Time taken for tests: 4.335 seconds
Complete requests: 50000
Failed requests: 0
Write errors: 0
Keep-Alive requests: 50000
Total transferred: 8000000 bytes
HTML transferred: 600000 bytes
Requests per second: 11532.72 [#/sec] (mean)
Time per request: 8.671 [ms] (mean)
Time per request: 0.087 [ms] (mean, across all concurrent requests)
Transfer rate: 1801.99 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 4
Processing: 1 9 2.6 9 23
Waiting: 1 9 2.6 9 23
Total: 1 9 2.6 9 23
Percentage of the requests served within a certain time (ms)
50% 9
66% 10
75% 10
80% 11
90% 12
95% 13
98% 14
99% 15
100% 23 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment