Skip to content

Instantly share code, notes, and snippets.

@manicExpressive
Created February 5, 2011 20:10
Show Gist options
  • Save manicExpressive/812743 to your computer and use it in GitHub Desktop.
Save manicExpressive/812743 to your computer and use it in GitHub Desktop.
wampa:siege-2.70 jblount$ ab -n 1000 -c 10 http://joshuablount.com/
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 joshuablount.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: nginx/0.7.67
Server Hostname: joshuablount.com
Server Port: 80
Document Path: /
Document Length: 12216 bytes
Concurrency Level: 10
Time taken for tests: 24.638 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 12569479 bytes
HTML transferred: 12227847 bytes
Requests per second: 40.59 [#/sec] (mean)
Time per request: 246.381 [ms] (mean)
Time per request: 24.638 [ms] (mean, across all concurrent requests)
Transfer rate: 498.21 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 49 62 65.1 56 1006
Processing: 105 183 66.3 172 820
Waiting: 51 64 22.3 59 328
Total: 158 245 91.9 230 1168
Percentage of the requests served within a certain time (ms)
50% 230
66% 236
75% 241
80% 245
90% 260
95% 285
98% 552
99% 664
100% 1168 (longest request)
@manicExpressive
Copy link
Author

This is after setting up Django cacheing using the filesystem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment