Skip to content

Instantly share code, notes, and snippets.

@ralphschindler
Created October 15, 2012 21:25
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 ralphschindler/3895610 to your computer and use it in GitHub Desktop.
Save ralphschindler/3895610 to your computer and use it in GitHub Desktop.
$ ab -k -n1 http://localhost/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
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).....done
Server Software: Apache/2.2.22
Server Hostname: localhost
Server Port: 80
Document Path: /
Document Length: 4354 bytes
Concurrency Level: 1
Time taken for tests: 0.122 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Keep-Alive requests: 1
Total transferred: 4664 bytes
HTML transferred: 4354 bytes
Requests per second: 8.20 [#/sec] (mean)
Time per request: 121.997 [ms] (mean)
Time per request: 121.997 [ms] (mean, across all concurrent requests)
Transfer rate: 37.33 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 122 122 0.0 122 122
Waiting: 117 117 0.0 117 117
Total: 122 122 0.0 122 122
ralphschindler@ralph-ubuntu:~$ ab -k -n1 http://localhost/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
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).....done
Server Software: Apache/2.2.22
Server Hostname: localhost
Server Port: 80
Document Path: /
Document Length: 4354 bytes
Concurrency Level: 1
Time taken for tests: 0.024 seconds
Complete requests: 1
Failed requests: 0
Write errors: 0
Keep-Alive requests: 1
Total transferred: 4664 bytes
HTML transferred: 4354 bytes
Requests per second: 42.46 [#/sec] (mean)
Time per request: 23.551 [ms] (mean)
Time per request: 23.551 [ms] (mean, across all concurrent requests)
Transfer rate: 193.40 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 23 23 0.0 23 23
Waiting: 19 19 0.0 19 19
Total: 24 24 0.0 24 24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment