Created
July 27, 2017 17:20
-
-
Save tony-o/f4ff212a9970f6bbc7bc627e7f1bde5d to your computer and use it in GitHub Desktop.
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
tonyo@enoch:~/projects/perl6-http-server-async$ siege -b -t 1m http://127.0.0.1:1666 | |
** SIEGE 4.0.2 | |
** Preparing 25 concurrent users for battle. | |
The server is now under siege... | |
Lifting the server siege... | |
Transactions: 842 hits | |
Availability: 100.00 % | |
Elapsed time: 59.61 secs | |
Data transferred: 0.00 MB | |
Response time: 1.71 secs | |
Transaction rate: 14.13 trans/sec | |
Throughput: 0.00 MB/sec | |
Concurrency: 24.14 | |
Successful transactions: 842 | |
Failed transactions: 0 | |
Longest transaction: 3.95 | |
Shortest transaction: 0.17 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment