Skip to content

Instantly share code, notes, and snippets.

@cwgem
Created July 27, 2011 17:47
Show Gist options
  • Save cwgem/1109961 to your computer and use it in GitHub Desktop.
Save cwgem/1109961 to your computer and use it in GitHub Desktop.
thin + rails newアップ
SOLAR:~ chriswhite$ ab -n 2000 -c 100 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 200 requests
Completed 400 requests
Completed 600 requests
Completed 800 requests
Completed 1000 requests
Completed 1200 requests
Completed 1400 requests
Completed 1600 requests
Completed 1800 requests
Completed 2000 requests
Finished 2000 requests
Server Software: thin
Server Hostname: localhost
Server Port: 3000
Document Path: /
Document Length: 5780 bytes
Concurrency Level: 100
Time taken for tests: 1.348 seconds
Complete requests: 2000
Failed requests: 0
Write errors: 0
Total transferred: 11912000 bytes
HTML transferred: 11560000 bytes
Requests per second: 1483.78 [#/sec] (mean)
Time per request: 67.396 [ms] (mean)
Time per request: 0.674 [ms] (mean, across all concurrent requests)
Transfer rate: 8630.25 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 1 1.4 0 9
Processing: 17 66 18.5 54 97
Waiting: 12 60 18.3 49 92
Total: 17 66 18.3 55 97
Percentage of the requests served within a certain time (ms)
50% 55
66% 74
75% 90
80% 90
90% 92
95% 94
98% 96
99% 97
100% 97 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment