Skip to content

Instantly share code, notes, and snippets.

@VaclavSir
Last active October 29, 2015 15:59
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 VaclavSir/985c319ce05573dd2b11 to your computer and use it in GitHub Desktop.
Save VaclavSir/985c319ce05573dd2b11 to your computer and use it in GitHub Desktop.
x@ACER2 /d (master)
$ /c/xampp/apache/bin/ab -n 1000 http://localhost:8080/
This is ApacheBench, Version 2.3 <$Revision: 1638069 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests
Server Software:
Server Hostname: localhost
Server Port: 8080
Document Path: /
Document Length: 845 bytes
Concurrency Level: 1
Time taken for tests: 13.083 seconds
Complete requests: 1000
Failed requests: 0
Total transferred: 970000 bytes
HTML transferred: 845000 bytes
Requests per second: 76.43 [#/sec] (mean)
Time per request: 13.083 [ms] (mean)
Time per request: 13.083 [ms] (mean, across all concurrent requests)
Transfer rate: 72.40 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.3 0 1
Processing: 11 13 2.7 12 38
Waiting: 11 12 2.7 12 38
Total: 11 13 2.7 12 38
Percentage of the requests served within a certain time (ms)
50% 12
66% 13
75% 13
80% 14
90% 14
95% 16
98% 19
99% 32
100% 38 (longest request)
x@ACER2 /d (master)
$ /c/xampp/apache/bin/ab -n 1000 http://localhost:8080/
This is ApacheBench, Version 2.3 <$Revision: 1638069 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests
Server Software:
Server Hostname: localhost
Server Port: 8080
Document Path: /
Document Length: 1021 bytes
Concurrency Level: 1
Time taken for tests: 237.539 seconds
Complete requests: 1000
Failed requests: 0
Total transferred: 1341000 bytes
HTML transferred: 1021000 bytes
Requests per second: 4.21 [#/sec] (mean)
Time per request: 237.539 [ms] (mean)
Time per request: 237.539 [ms] (mean, across all concurrent requests)
Transfer rate: 5.51 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.3 0 2
Processing: 209 237 28.0 232 565
Waiting: 203 230 27.5 225 547
Total: 209 237 28.1 232 566
Percentage of the requests served within a certain time (ms)
50% 232
66% 237
75% 242
80% 245
90% 263
95% 280
98% 317
99% 370
100% 566 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment