Skip to content

Instantly share code, notes, and snippets.

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 sean3z/8cbc024db4219d9b23975c03cc5f62d2 to your computer and use it in GitHub Desktop.
Save sean3z/8cbc024db4219d9b23975c03cc5f62d2 to your computer and use it in GitHub Desktop.
D:\www\apache-2.4.25\bin>ab -n 10000 -c 10 http://localhost:8000/
This is ApacheBench, Version 2.3 <$Revision: 1757674 $>
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 1000 requests
Completed 2000 requests
Completed 3000 requests
Completed 4000 requests
Completed 5000 requests
Completed 6000 requests
Completed 7000 requests
Completed 8000 requests
Completed 9000 requests
Completed 10000 requests
Finished 10000 requests
Server Software:
Server Hostname: localhost
Server Port: 8000
Document Path: /
Document Length: 12 bytes
Concurrency Level: 10
Time taken for tests: 1.151 seconds
Complete requests: 10000
Failed requests: 0
Total transferred: 1140000 bytes
HTML transferred: 120000 bytes
Requests per second: 8687.60 [#/sec] (mean)
Time per request: 1.151 [ms] (mean)
Time per request: 0.115 [ms] (mean, across all concurrent requests)
Transfer rate: 967.17 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.2 0 1
Processing: 0 1 0.4 1 9
Waiting: 0 1 0.5 1 9
Total: 0 1 0.4 1 9
Percentage of the requests served within a certain time (ms)
50% 1
66% 1
75% 1
80% 1
90% 2
95% 2
98% 2
99% 2
100% 9 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment