Skip to content

Instantly share code, notes, and snippets.

@tony-o
Created June 17, 2014 21:09
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 tony-o/83c3d10fefbf50d0b0cd to your computer and use it in GitHub Desktop.
Save tony-o/83c3d10fefbf50d0b0cd to your computer and use it in GitHub Desktop.
{tony@boondocks:~/projects/perl6-http-server-async}% ab -n 2500 -c 1 http://127.0.0.1:8080/test
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 127.0.0.1 (be patient)
Completed 250 requests
Completed 500 requests
Completed 750 requests
Completed 1000 requests
Completed 1250 requests
Completed 1500 requests
Completed 1750 requests
Completed 2000 requests
Completed 2250 requests
Completed 2500 requests
Finished 2500 requests
Server Software:
Server Hostname: 127.0.0.1
Server Port: 8080
Document Path: /test
Document Length: 12 bytes
Concurrency Level: 1
Time taken for tests: 41.167 seconds
Complete requests: 2500
Failed requests: 0
Write errors: 0
Total transferred: 192500 bytes
HTML transferred: 30000 bytes
Requests per second: 60.73 [#/sec] (mean)
Time per request: 16.467 [ms] (mean)
Time per request: 16.467 [ms] (mean, across all concurrent requests)
Transfer rate: 4.57 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 13 16 11.9 15 595
Waiting: 12 15 11.8 14 594
Total: 13 16 11.9 16 595
Percentage of the requests served within a certain time (ms)
50% 16
66% 17
75% 18
80% 18
90% 20
95% 21
98% 23
99% 25
100% 595 (longest request)
{tony@boondocks:~/projects/perl6-http-server-async}%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment