Skip to content

Instantly share code, notes, and snippets.

@dkam
Created April 5, 2012 06:18
Show Gist options
  • Save dkam/2308407 to your computer and use it in GitHub Desktop.
Save dkam/2308407 to your computer and use it in GitHub Desktop.
=== Pre caching changes ===
Concurrency Level: 5
Time taken for tests: 110.804 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 966865 bytes
HTML transferred: 920200 bytes
Requests per second: 0.45 [#/sec] (mean)
Time per request: 11080.419 [ms] (mean)
Time per request: 2216.084 [ms] (mean, across all concurrent requests)
Transfer rate: 8.52 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 213 249 136.4 218 1173
Processing: 6418 10263 3331.0 9230 24800
Waiting: 6198 10041 3331.4 9012 24582
Total: 6633 10513 3338.7 9517 25020
Percentage of the requests served within a certain time (ms)
50% 9517
66% 10388
75% 10954
80% 13114
90% 14855
95% 17493
98% 25020
99% 25020
100% 25020 (longest request)
=== After caching, first run ===
Concurrency Level: 5
Time taken for tests: 23.930 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 963678 bytes
HTML transferred: 917000 bytes
Requests per second: 2.09 [#/sec] (mean)
Time per request: 2392.968 [ms] (mean)
Time per request: 478.594 [ms] (mean, across all concurrent requests)
Transfer rate: 39.33 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 214 218 3.2 218 232
Processing: 836 2081 1738.3 1589 8350
Waiting: 615 1859 1738.6 1368 8128
Total: 1052 2299 1738.3 1804 8567
Percentage of the requests served within a certain time (ms)
50% 1804
66% 2171
75% 2401
80% 2551
90% 5651
95% 7451
98% 8567
99% 8567
100% 8567 (longest request)
=== After caching, second run ===
Concurrency Level: 5
Time taken for tests: 16.438 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 970870 bytes
HTML transferred: 918650 bytes
Requests per second: 3.04 [#/sec] (mean)
Time per request: 1643.802 [ms] (mean)
Time per request: 328.760 [ms] (mean, across all concurrent requests)
Transfer rate: 57.68 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 0
Processing: 1015 1610 698.1 1359 3287
Waiting: 1015 1610 698.1 1359 3287
Total: 1015 1610 698.1 1360 3288
Percentage of the requests served within a certain time (ms)
50% 1360
66% 1547
75% 1685
80% 2326
90% 3117
95% 3226
98% 3288
99% 3288
100% 3288 (longest request)
=== First run after moving Work / Series queuing to the daemon ===
Document Path: /works/4061
Document Length: 18354 bytes
Concurrency Level: 5
Time taken for tests: 9.936 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 964750 bytes
HTML transferred: 917700 bytes
Requests per second: 5.03 [#/sec] (mean)
Time per request: 993.578 [ms] (mean)
Time per request: 198.716 [ms] (mean, across all concurrent requests)
Transfer rate: 94.82 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 214 224 18.4 218 278
Processing: 566 721 158.0 688 1271
Waiting: 341 498 158.1 464 1051
Total: 781 945 167.1 905 1487
Percentage of the requests served within a certain time (ms)
50% 905
66% 947
75% 1011
80% 1055
90% 1218
95% 1250
98% 1487
99% 1487
100% 1487 (longest request)
=== Second run after moving Work / Series queuing to the daemon ===
Document Path: /works/4061
Document Length: 18354 bytes
Concurrency Level: 5
Time taken for tests: 9.155 seconds
Complete requests: 50
Failed requests: 0
Write errors: 0
Total transferred: 964766 bytes
HTML transferred: 917700 bytes
Requests per second: 5.46 [#/sec] (mean)
Time per request: 915.533 [ms] (mean)
Time per request: 183.107 [ms] (mean, across all concurrent requests)
Transfer rate: 102.91 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 214 219 4.1 217 234
Processing: 553 661 86.9 658 1008
Waiting: 325 440 86.8 435 782
Total: 776 880 86.0 881 1225
Percentage of the requests served within a certain time (ms)
50% 881
66% 909
75% 925
80% 942
90% 977
95% 988
98% 1225
99% 1225
100% 1225 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment