-
-
Save iefserge/e83d2aebcf2b050e97f8 to your computer and use it in GitHub Desktop.
runtime.js 0.1.17
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 100 -n 1000 http://192.168.1.176:9000/ | |
| This is ApacheBench, Version 2.3 <$Revision: 1638069 $> | |
| 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 100 requests | |
| Completed 200 requests | |
| Completed 300 requests | |
| Completed 400 requests | |
| Completed 500 requests | |
| Completed 600 requests | |
| Completed 700 requests | |
| Completed 800 requests | |
| Completed 900 requests | |
| Completed 1000 requests | |
| Finished 1000 requests | |
| Server Software: | |
| Server Hostname: 192.168.1.176 | |
| Server Port: 9000 | |
| Document Path: / | |
| Document Length: 38 bytes | |
| Concurrency Level: 100 | |
| Time taken for tests: 0.673 seconds | |
| Complete requests: 1000 | |
| Failed requests: 0 | |
| Total transferred: 121000 bytes | |
| HTML transferred: 38000 bytes | |
| Requests per second: 1486.79 [#/sec] (mean) | |
| Time per request: 67.259 [ms] (mean) | |
| Time per request: 0.673 [ms] (mean, across all concurrent requests) | |
| Transfer rate: 175.68 [Kbytes/sec] received | |
| Connection Times (ms) | |
| min mean[+/-sd] median max | |
| Connect: 5 29 7.2 28 57 | |
| Processing: 19 37 11.2 33 67 | |
| Waiting: 19 37 11.2 33 67 | |
| Total: 36 66 13.1 61 108 | |
| Percentage of the requests served within a certain time (ms) | |
| 50% 61 | |
| 66% 66 | |
| 75% 73 | |
| 80% 76 | |
| 90% 86 | |
| 95% 94 | |
| 98% 103 | |
| 99% 107 | |
| 100% 108 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment