Skip to content

Instantly share code, notes, and snippets.

@bradfordw
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradfordw/da4c999867f45f80d865 to your computer and use it in GitHub Desktop.
Save bradfordw/da4c999867f45f80d865 to your computer and use it in GitHub Desktop.
# Wonder which is nodejs and which is erlang...
# erlang node was running on only 2 schedulers instead of the 8 available
bwinfrey:~ $ siege -c 25 -i -b --time=1M -f URLS
** SIEGE 2.71
** Preparing 25 concurrent users for battle.
The server is now under siege...[alert] socket: 125456384 select timed out: Operation timed out
[alert] socket: 124383232 select timed out: Operation timed out
[alert] socket: 124919808 select timed out: Operation timed out
[alert] socket: 131358720 select timed out: Operation timed out
[alert] socket: 123310080 select timed out: Operation timed out
[alert] socket: 127066112 select timed out: Operation timed out
[alert] socket: 121163776 select timed out: Operation timed out
[alert] socket: 125992960 select timed out: Operation timed out
[alert] socket: 121700352 select timed out: Operation timed out
[alert] socket: 120627200 select timed out: Operation timed out
[alert] socket: 128139264 select timed out: Operation timed out
[alert] socket: 119554048 select timed out: Operation timed out
[alert] socket: 122773504 select timed out: Operation timed out
[alert] socket: 122236928 select timed out: Operation timed out
[alert] socket: 126529536 select timed out: Operation timed out
[alert] socket: 130822144 select timed out: Operation timed out
[alert] socket: 129212416 select timed out: Operation timed out
[alert] socket: 120090624 select timed out: Operation timed out
[alert] socket: 128675840 select timed out: Operation timed out
[alert] socket: 123846656 select timed out: Operation timed out
[alert] socket: 130285568 select timed out: Operation timed out
[alert] socket: 119017472 select timed out: Operation timed out
[alert] socket: 131895296 select timed out: Operation timed out
[alert] socket: 129748992 select timed out: Operation timed out
[alert] socket: 127602688 select timed out: Operation timed out
Lifting the server siege.. done.
Transactions: 4 hits
Availability: 13.79 %
Elapsed time: 59.43 secs
Data transferred: 0.00 MB
Response time: 19.51 secs
Transaction rate: 0.07 trans/sec
Throughput: 0.00 MB/sec
Concurrency: 1.31
Successful transactions: 4
Failed transactions: 25
Longest transaction: 28.51
Shortest transaction: 0.00
bwinfrey:~ $ siege -c 25 -i -b --time=1M -f URLS
** SIEGE 2.71
** Preparing 25 concurrent users for battle.
The server is now under siege...
Lifting the server siege.. done.
Transactions: 225 hits
Availability: 100.00 %
Elapsed time: 59.46 secs
Data transferred: 0.01 MB
Response time: 6.00 secs
Transaction rate: 3.78 trans/sec
Throughput: 0.00 MB/sec
Concurrency: 22.72
Successful transactions: 225
Failed transactions: 0
Longest transaction: 6.01
Shortest transaction: 6.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment