Skip to content

Instantly share code, notes, and snippets.

@pacoguzman
Created August 28, 2009 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pacoguzman/176919 to your computer and use it in GitHub Desktop.
Save pacoguzman/176919 to your computer and use it in GitHub Desktop.
ab -n 100 -c 4 http://localhost:3000/searches/concept_search
# ESTADO ACTUAL
Server Software: Mongrel
Server Hostname: localhost
Server Port: 3000
Document Path: /searches/concept_search
Document Length: 80751 bytes
Concurrency Level: 4
Time taken for tests: 87.342 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 8170300 bytes
HTML transferred: 8075100 bytes
Requests per second: 1.14 [#/sec] (mean)
Time per request: 3493.689 [ms] (mean)
Time per request: 873.422 [ms] (mean, across all concurrent requests)
Transfer rate: 91.35 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 2236 3469 674.2 3166 5139
Waiting: 1460 2665 556.4 2648 4047
Total: 2236 3469 674.2 3166 5139
Percentage of the requests served within a certain time (ms)
50% 3166
66% 3804
75% 3956
80% 4076
90% 4534
95% 4840
98% 4948
99% 5139
100% 5139 (longest request)
# TOTAL ENTRIES
Server Software: Mongrel
Server Hostname: localhost
Server Port: 3000
Document Path: /searches/concept_search
Document Length: 80751 bytes
Concurrency Level: 4
Time taken for tests: 58.333 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 8170300 bytes
HTML transferred: 8075100 bytes
Requests per second: 1.71 [#/sec] (mean)
Time per request: 2333.327 [ms] (mean)
Time per request: 583.332 [ms] (mean, across all concurrent requests)
Transfer rate: 136.78 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.2 0 1
Processing: 1272 2324 592.7 2176 5688
Waiting: 1224 1784 569.2 1768 5024
Total: 1272 2324 592.8 2176 5689
Percentage of the requests served within a certain time (ms)
50% 2176
66% 2324
75% 2468
80% 2526
90% 2661
95% 2844
98% 5037
99% 5689
100% 5689 (longest request)
# PRELOAD
Server Software: Mongrel
Server Hostname: localhost
Server Port: 3000
Document Path: /searches/concept_search
Document Length: 80751 bytes
Concurrency Level: 4
Time taken for tests: 60.171 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 8170300 bytes
HTML transferred: 8075100 bytes
Requests per second: 1.66 [#/sec] (mean)
Time per request: 2406.827 [ms] (mean)
Time per request: 601.707 [ms] (mean, across all concurrent requests)
Transfer rate: 132.60 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 1436 2396 597.5 2204 5115
Waiting: 1240 1856 581.8 1768 4650
Total: 1437 2396 597.6 2204 5115
Percentage of the requests served within a certain time (ms)
50% 2204
66% 2397
75% 2548
80% 2669
90% 2971
95% 3852
98% 4651
99% 5115
100% 5115 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment