Created
March 23, 2012 16:58
-
-
Save s3u/2172768 to your computer and use it in GitHub Desktop.
IPC - 1 message per req
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
~> siege -c 100 -t 2m http://localhost:3030 | |
** SIEGE 2.70 | |
** Preparing 100 concurrent users for battle. | |
The server is now under siege... | |
Lifting the server siege... done. | |
Transactions: 4366377 hits | |
Availability: 100.00 % | |
Elapsed time: 119.26 secs | |
Data transferred: 49.97 MB | |
Response time: 0.00 secs | |
Transaction rate: 36612.25 trans/sec | |
Throughput: 0.42 MB/sec | |
Concurrency: 99.81 | |
Successful transactions: 4366377 | |
Failed transactions: 0 | |
Longest transaction: 0.06 | |
Shortest transaction: 0.00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment