Skip to content

Instantly share code, notes, and snippets.

@sean3z
Created February 7, 2017 01:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sean3z/b6426ed9dae521c4b56948ce2c6062b1 to your computer and use it in GitHub Desktop.
Save sean3z/b6426ed9dae521c4b56948ce2c6062b1 to your computer and use it in GitHub Desktop.
AB Benchmark Node.js (via Restify) - 10,000 requests (10 concurrent)
D:\www\apache-2.4.25\bin>ab.exe -n 10000 -c 10 http://localhost:8080/
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)
Server Software:
Server Hostname: localhost
Server Port: 8080
Document Path: /
Document Length: 15 bytes
Concurrency Level: 10
Time taken for tests: 3.518 seconds
Complete requests: 10000
Failed requests: 0
Total transferred: 1420000 bytes
HTML transferred: 150000 bytes
Requests per second: 2842.36 [#/sec] (mean)
Time per request: 3.518 [ms] (mean)
Time per request: 0.352 [ms] (mean, across all concurrent requests)
Transfer rate: 394.16 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.2 0 4
Processing: 1 3 1.0 3 18
Waiting: 0 3 1.0 3 18
Total: 1 3 1.0 3 18
Percentage of the requests served within a certain time (ms)
50% 3
66% 3
75% 4
80% 4
90% 4
95% 5
98% 6
99% 7
100% 18 (longest request)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment