Created
June 21, 2015 21:14
-
-
Save iefserge/4da005c69db091a8c492 to your computer and use it in GitHub Desktop.
runtime.js 100k requests over local network results
This file contains hidden or 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
| $ ab -c 10 -n 100000 http://192.168.1.176:9000/ | |
| This is ApacheBench, Version 2.3 <$Revision: 1604373 $> | |
| Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
| Licensed to The Apache Software Foundation, http://www.apache.org/ | |
| Benchmarking 192.168.1.176 (be patient) | |
| Completed 10000 requests | |
| Completed 20000 requests | |
| Completed 30000 requests | |
| Completed 40000 requests | |
| Completed 50000 requests | |
| Completed 60000 requests | |
| Completed 70000 requests | |
| Completed 80000 requests | |
| Completed 90000 requests | |
| Completed 100000 requests | |
| Finished 100000 requests | |
| Server Software: | |
| Server Hostname: 192.168.1.176 | |
| Server Port: 9000 | |
| Document Path: / | |
| Document Length: 38 bytes | |
| Concurrency Level: 10 | |
| Time taken for tests: 190.052 seconds | |
| Complete requests: 100000 | |
| Failed requests: 0 | |
| Total transferred: 12100000 bytes | |
| HTML transferred: 3800000 bytes | |
| Requests per second: 526.17 [#/sec] (mean) | |
| Time per request: 19.005 [ms] (mean) | |
| Time per request: 1.901 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 62.17 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 2 12 91.4 5 3126 | |
| Processing: 2 7 6.4 6 143 | |
| Waiting: 1 7 6.4 6 143 | |
| Total: 4 19 91.7 12 3131 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 12 | |
| 66% 13 | |
| 75% 14 | |
| 80% 15 | |
| 90% 18 | |
| 95% 22 | |
| 98% 80 | |
| 99% 107 | |
| 100% 3131 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment