Skip to content

Instantly share code, notes, and snippets.

@cfsghost
Created February 11, 2015 09:33
Show Gist options
  • Save cfsghost/648802bbe21c100030fa to your computer and use it in GitHub Desktop.
Save cfsghost/648802bbe21c100030fa to your computer and use it in GitHub Desktop.
using slab memory allocator to replace all allocators
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: 12.709 seconds
Complete requests: 27381
Failed requests: 0
Total transferred: 31409448 bytes
HTML transferred: 28041216 bytes
Requests per second: 2154.43 [#/sec] (mean)
Time per request: 46.416 [ms] (mean)
Time per request: 0.464 [ms] (mean, across all concurrent requests)
Transfer rate: 2413.48 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.2 0 5
Processing: 3 19 45.9 18 7605
Waiting: 2 19 45.9 18 7605
Total: 5 19 45.9 18 7606
Percentage of the requests served within a certain time (ms)
50% 18
66% 19
75% 19
80% 19
90% 23
95% 25
98% 26
99% 27
100% 7606 (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: 31614
Failed requests: 0
Total transferred: 3241225350 bytes
HTML transferred: 3237273600 bytes
Requests per second: 3161.37 [#/sec] (mean)
Time per request: 31.632 [ms] (mean)
Time per request: 0.316 [ms] (mean, across all concurrent requests)
Transfer rate: 316523.25 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 19.8 0 1776
Processing: 4 31 119.3 20 1788
Waiting: 2 31 119.0 20 1788
Total: 8 32 120.8 20 1788
Percentage of the requests served within a certain time (ms)
50% 20
66% 21
75% 21
80% 22
90% 25
95% 27
98% 30
99% 159
100% 1788 (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.247 seconds
Complete requests: 31122
Failed requests: 0
Total transferred: 35696934 bytes
HTML transferred: 31868928 bytes
Requests per second: 3037.32 [#/sec] (mean)
Time per request: 32.924 [ms] (mean)
Time per request: 0.329 [ms] (mean, across all concurrent requests)
Transfer rate: 3402.16 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.4 0 4
Processing: 2 26 112.6 18 2014
Waiting: 2 26 112.6 18 2013
Total: 5 26 112.6 19 2014
Percentage of the requests served within a certain time (ms)
50% 19
66% 19
75% 20
80% 20
90% 24
95% 26
98% 33
99% 53
100% 2014 (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.007 seconds
Complete requests: 3901
Failed requests: 0
Total transferred: 400031945 bytes
HTML transferred: 399544195 bytes
Requests per second: 389.84 [#/sec] (mean)
Time per request: 256.516 [ms] (mean)
Time per request: 2.565 [ms] (mean, across all concurrent requests)
Transfer rate: 39039.47 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.4 0 4
Processing: 12 253 21.6 254 300
Waiting: 12 253 21.6 254 300
Total: 16 253 21.2 254 301
Percentage of the requests served within a certain time (ms)
50% 254
66% 255
75% 256
80% 257
90% 261
95% 266
98% 272
99% 285
100% 301 (longest request)
webserver-rev:
webserver-uname:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment