Skip to content

Instantly share code, notes, and snippets.

@cfsghost
Last active August 29, 2015 14:15
Show Gist options
  • Save cfsghost/906f2734ee8f7a12a4fa to your computer and use it in GitHub Desktop.
Save cfsghost/906f2734ee8f7a12a4fa to your computer and use it in GitHub Desktop.
io.js with slab memory allocator (node_http_parser only)
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.374 seconds
Complete requests: 31786
Failed requests: 0
Total transferred: 36458542 bytes
HTML transferred: 32548864 bytes
Requests per second: 3064.14 [#/sec] (mean)
Time per request: 32.636 [ms] (mean)
Time per request: 0.326 [ms] (mean, across all concurrent requests)
Transfer rate: 3432.19 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.4 0 19
Processing: 2 26 122.7 18 2227
Waiting: 1 26 122.7 18 2227
Total: 5 26 122.7 18 2227
Percentage of the requests served within a certain time (ms)
50% 18
66% 19
75% 19
80% 19
90% 21
95% 25
98% 27
99% 32
100% 2227 (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: 35722
Failed requests: 0
Total transferred: 3662398050 bytes
HTML transferred: 3657932800 bytes
Requests per second: 3572.19 [#/sec] (mean)
Time per request: 27.994 [ms] (mean)
Time per request: 0.280 [ms] (mean, across all concurrent requests)
Transfer rate: 357654.63 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.9 0 20
Processing: 4 28 142.0 20 2713
Waiting: 3 28 141.9 20 2713
Total: 8 28 142.0 20 2713
Percentage of the requests served within a certain time (ms)
50% 20
66% 20
75% 20
80% 21
90% 23
95% 25
98% 27
99% 30
100% 2713 (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.345 seconds
Complete requests: 31112
Failed requests: 0
Total transferred: 35685464 bytes
HTML transferred: 31858688 bytes
Requests per second: 3007.57 [#/sec] (mean)
Time per request: 33.249 [ms] (mean)
Time per request: 0.332 [ms] (mean, across all concurrent requests)
Transfer rate: 3368.83 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.7 0 86
Processing: 2 26 114.8 19 2165
Waiting: 2 26 114.1 18 2041
Total: 5 26 114.8 19 2165
Percentage of the requests served within a certain time (ms)
50% 19
66% 19
75% 20
80% 20
90% 23
95% 25
98% 29
99% 52
100% 2165 (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.001 seconds
Complete requests: 4000
Failed requests: 0
Total transferred: 410100000 bytes
HTML transferred: 409600000 bytes
Requests per second: 399.98 [#/sec] (mean)
Time per request: 250.015 [ms] (mean)
Time per request: 2.500 [ms] (mean, across all concurrent requests)
Transfer rate: 40046.47 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.4 0 4
Processing: 4 247 22.1 248 268
Waiting: 4 247 22.1 248 268
Total: 7 247 21.7 248 268
Percentage of the requests served within a certain time (ms)
50% 248
66% 250
75% 251
80% 252
90% 254
95% 257
98% 264
99% 265
100% 268 (longest request)
webserver-rev:
webserver-uname:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment