Skip to content

Instantly share code, notes, and snippets.

@onigra
Created January 9, 2015 13:37
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 onigra/32548e563877c1c5b00c to your computer and use it in GitHub Desktop.
Save onigra/32548e563877c1c5b00c to your computer and use it in GitHub Desktop.
$ ab -c 100 -n 100 http://www.exvisionz.jp/
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 www.exvisionz.jp (be patient).....done


Server Software:        nginx
Server Hostname:        www.exvisionz.jp
Server Port:            80

Document Path:          /
Document Length:        7733 bytes

Concurrency Level:      100
Time taken for tests:   0.605 seconds
Complete requests:      100
Failed requests:        0
Write errors:           0
Total transferred:      801800 bytes
HTML transferred:       773300 bytes
Requests per second:    165.15 [#/sec] (mean)
Time per request:       605.497 [ms] (mean)
Time per request:       6.055 [ms] (mean, across all concurrent requests)
Transfer rate:          1293.17 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:       21   35   7.5     36      47
Processing:    31  171 211.7     56     556
Waiting:       30  144 180.5     55     498
Total:         52  206 217.1     92     602

Percentage of the requests served within a certain time (ms)
  50%     92
  66%    102
  75%    557
  80%    566
  90%    586
  95%    596
  98%    598
  99%    602
 100%    602 (longest request)
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 www.exvisionz.jp (be patient).....done


Server Software:        nginx
Server Hostname:        www.exvisionz.jp
Server Port:            80

Document Path:          /
Document Length:        7733 bytes

Concurrency Level:      100
Time taken for tests:   0.702 seconds
Complete requests:      100
Failed requests:        0
Write errors:           0
Total transferred:      801800 bytes
HTML transferred:       773300 bytes
Requests per second:    142.46 [#/sec] (mean)
Time per request:       701.928 [ms] (mean)
Time per request:       7.019 [ms] (mean, across all concurrent requests)
Transfer rate:          1115.51 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:       25   30   3.1     30      37
Processing:    24  236 240.0     89     668
Waiting:       23  216 214.9     86     621
Total:         49  266 241.6    118     701

Percentage of the requests served within a certain time (ms)
  50%    118
  66%    131
  75%    615
  80%    617
  90%    624
  95%    632
  98%    641
  99%    701
 100%    701 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment