Skip to content

Instantly share code, notes, and snippets.

@davidsf
Created July 18, 2012 06:43
Show Gist options
  • Save davidsf/3134646 to your computer and use it in GitHub Desktop.
Save davidsf/3134646 to your computer and use it in GitHub Desktop.
Railo performance
Command: ab -n 10 url
Production Site - IIS 6.0 + Coldfusion 8.0
Requests per second: 3.98 [#/sec] (mean)
Time per request: 251.330 [ms] (mean)
Connection Times (ms)
min mean[+/-sd] median max
Connect: 44 52 11.4 48 79
Processing: 183 199 13.7 199 233
Waiting: 56 64 7.9 61 81
Total: 229 251 14.6 247 282
Testing site - Tomcat 7.0 - Railo 3.3.1
Requests per second: 2.45 [#/sec] (mean)
Time per request: 407.506 [ms] (mean)
Connection Times (ms)
min mean[+/-sd] median max
Connect: 45 52 13.1 49 89
Processing: 303 355 47.4 348 455
Waiting: 249 299 46.7 295 404
Total: 356 407 44.2 402 500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment