Skip to content

Instantly share code, notes, and snippets.

@cfsghost
Created February 11, 2015 17:00
Show Gist options
  • Save cfsghost/46d782a19663c512b4d5 to your computer and use it in GitHub Desktop.
Save cfsghost/46d782a19663c512b4d5 to your computer and use it in GitHub Desktop.
iojs (replace all allocators with slab implementation)
This is ApacheBench, Version 2.3 <$Revision: 1554214 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (be patient)
Server Software:
Server Hostname: 127.0.0.1
Server Port: 8000
Document Path: /buffer/1024
Document Length: 1024 bytes
Concurrency Level: 100
Time taken for tests: 10.670 seconds
Complete requests: 34336
Failed requests: 0
Total transferred: 39393715 bytes
HTML transferred: 35169280 bytes
Requests per second: 3217.91 [#/sec] (mean)
Time per request: 31.076 [ms] (mean)
Time per request: 0.311 [ms] (mean, across all concurrent requests)
Transfer rate: 3605.38 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.4 0 4
Processing: 3 29 95.1 18 1092
Waiting: 2 28 94.9 18 1092
Total: 5 29 95.1 18 1092
Percentage of the requests served within a certain time (ms)
50% 18
66% 18
75% 19
80% 19
90% 20
95% 25
98% 26
99% 635
100% 1092 (longest request)
webserver-rev:
webserver-uname:
This is ApacheBench, Version 2.3 <$Revision: 1554214 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (be patient)
Server Software:
Server Hostname: 127.0.0.1
Server Port: 8000
Document Path: /buffer/102400
Document Length: 102400 bytes
Concurrency Level: 100
Time taken for tests: 10.000 seconds
Complete requests: 32023
Failed requests: 0
Total transferred: 3283158075 bytes
HTML transferred: 3279155200 bytes
Requests per second: 3202.29 [#/sec] (mean)
Time per request: 31.228 [ms] (mean)
Time per request: 0.312 [ms] (mean, across all concurrent requests)
Transfer rate: 320619.85 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 1.3 0 115
Processing: 4 31 136.1 20 1871
Waiting: 4 31 135.6 20 1870
Total: 8 31 136.1 20 1871
Percentage of the requests served within a certain time (ms)
50% 20
66% 20
75% 21
80% 21
90% 23
95% 25
98% 28
99% 133
100% 1871 (longest request)
webserver-rev:
webserver-uname:
This is ApacheBench, Version 2.3 <$Revision: 1554214 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (be patient)
Server Software:
Server Hostname: 127.0.0.1
Server Port: 8000
Document Path: /bytes/1024
Document Length: 1024 bytes
Concurrency Level: 100
Time taken for tests: 10.640 seconds
Complete requests: 33771
Failed requests: 0
Total transferred: 38735337 bytes
HTML transferred: 34581504 bytes
Requests per second: 3173.85 [#/sec] (mean)
Time per request: 31.508 [ms] (mean)
Time per request: 0.315 [ms] (mean, across all concurrent requests)
Transfer rate: 3555.08 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 8.6 0 972
Processing: 2 29 91.0 18 986
Waiting: 2 29 90.9 18 986
Total: 5 29 91.4 18 986
Percentage of the requests served within a certain time (ms)
50% 18
66% 19
75% 19
80% 20
90% 23
95% 25
98% 29
99% 796
100% 986 (longest request)
webserver-rev:
webserver-uname
This is ApacheBench, Version 2.3 <$Revision: 1554214 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking 127.0.0.1 (be patient)
Server Software:
Server Hostname: 127.0.0.1
Server Port: 8000
Document Path: /bytes/102400
Document Length: 102400 bytes
Concurrency Level: 100
Time taken for tests: 10.002 seconds
Complete requests: 3882
Failed requests: 0
Total transferred: 398002050 bytes
HTML transferred: 397516800 bytes
Requests per second: 388.12 [#/sec] (mean)
Time per request: 257.654 [ms] (mean)
Time per request: 2.577 [ms] (mean, across all concurrent requests)
Transfer rate: 38859.15 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.5 0 4
Processing: 5 254 24.4 254 319
Waiting: 5 254 24.4 254 318
Total: 9 254 24.0 254 319
Percentage of the requests served within a certain time (ms)
50% 254
66% 255
75% 257
80% 257
90% 263
95% 277
98% 303
99% 304
100% 319 (longest request)
webserver-rev:
webserver-uname:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment