Skip to content

Instantly share code, notes, and snippets.

@mrinterweb
Created July 20, 2010 03:16
Show Gist options
  • Save mrinterweb/482432 to your computer and use it in GitHub Desktop.
Save mrinterweb/482432 to your computer and use it in GitHub Desktop.
> ab -n 10 -c 10 http://127.0.0.1:3000/widgets
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 127.0.0.1 (be patient).....done
Server Software: thin
Server Hostname: 127.0.0.1
Server Port: 3000
Document Path: /widgets
Document Length: 6 bytes
Concurrency Level: 10
Time taken for tests: 1.050 seconds
Complete requests: 10
Failed requests: 0
Write errors: 0
Total transferred: 4270 bytes
HTML transferred: 60 bytes
Requests per second: 9.53 [#/sec] (mean)
Time per request: 1049.616 [ms] (mean)
Time per request: 104.962 [ms] (mean, across all concurrent requests)
Transfer rate: 3.97 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 1 0.2 1 1
Processing: 1042 1047 2.3 1048 1048
Waiting: 1042 1045 2.4 1045 1048
Total: 1043 1047 2.2 1049 1049
Percentage of the requests served within a certain time (ms)
50% 1049
66% 1049
75% 1049
80% 1049
90% 1049
95% 1049
98% 1049
99% 1049
100% 1049 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment