Skip to content

Instantly share code, notes, and snippets.

@bradmontgomery
Created May 10, 2014 19:10
Show Gist options
  • Save bradmontgomery/e4ded80b3ed40d26cf4f to your computer and use it in GitHub Desktop.
Save bradmontgomery/e4ded80b3ed40d26cf4f to your computer and use it in GitHub Desktop.
Date & Time, Trans, Elap Time, Data Trans, Resp Time, Trans Rate, Throughput, Concurrent, OKAY, Failed
2012-01-31 09:40:15, 1000, 4.47, 0, 0.08, 223.71, 0.00, 19.00, 1000, 0
2012-01-31 09:58:08, 344, 1.32, 0, 0.14, 260.61, 0.00, 35.61, 344, 1154
2012-01-31 09:58:55, 5000, 9.62, 1, 0.14, 519.75, 0.10, 74.46, 5000, 0
2012-02-27 16:28:57, 5349, 186.81, 0, 0.01, 28.63, 0.00, 0.30, 5349, 0
2012-02-27 16:42:54, 0, 109.37, 0, nan, 0.00, 0.00, 0.00, 0, 46
2012-02-27 17:20:42, 9408, 364.87, 0, 0.02, 25.78, 0.00, 0.51, 9408, 15
2012-02-27 17:56:04, 12188, 426.62, 1, 0.01, 28.57, 0.00, 0.24, 12188, 0
2012-03-19 10:48:34, 293, 11.73, 0, 0.00, 24.98, 0.00, 0.12, 293, 0
2012-03-26 18:12:19, 4104, 166.06, 9, 0.08, 24.71, 0.05, 2.02, 4104, 0
2012-03-26 18:17:07, 309, 88.75, 0, 3.94, 3.48, 0.00, 13.72, 309, 0
2014-05-10 14:08:35, 99289, 256.88, 39, 0.19, 386.52, 0.15, 74.28, 99289, 711
2014-05-10 14:09:07, 2612, 1.22, 1, 0.04, 2140.98, 0.82, 92.46, 2615, 0
$ siege -c 100 -b -r 1000 -l siege.log http://localhost:9999/
Transactions: 99289 hits
Availability: 99.29 %
Elapsed time: 256.88 secs
Data transferred: 39.86 MB
Response time: 0.19 secs
Transaction rate: 386.52 trans/sec
Throughput: 0.16 MB/sec
Concurrency: 74.28
Successful transactions: 99289
Failed transactions: 711
Longest transaction: 7.06
Shortest transaction: 0.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment