Forked from sean3z/gist:b6426ed9dae521c4b56948ce2c6062b1
Created
October 16, 2018 08:57
-
-
Save Hugoberry/9561e5a41473ce19ca282a0e5e6cc1c6 to your computer and use it in GitHub Desktop.
AB Benchmark Node.js (via Restify) - 10,000 requests (10 concurrent)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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