Skip to content

Instantly share code, notes, and snippets.

@s3u
Created March 8, 2011 21:34
Show Gist options
  • Save s3u/861125 to your computer and use it in GitHub Desktop.
Save s3u/861125 to your computer and use it in GitHub Desktop.
No meaning yet, but these make me smile.

X

subbu@subbu-virtual-machine:~/dev/projects/jives/tini$ siege -r 300 -c 200  http://127.0.0.1:3000/
** SIEGE 2.69
** Preparing 200 concurrent users for battle.
The server is now under siege..      done.
Transactions:		       60000 hits
Availability:		      100.00 %
Elapsed time:		       11.85 secs
Data transferred:	        0.63 MB
Response time:		        0.04 secs
Transaction rate:	     5063.29 trans/sec
Throughput:		        0.05 MB/sec
Concurrency:		      179.40
Successful transactions:       60000
Failed transactions:	           0
Longest transaction:	        9.35
Shortest transaction:	        0.00

Y

subbu@subbu-virtual-machine:~/dev/projects/jives/tini$ siege -r 300 -c 200 http://127.0.0.1:8080/
** SIEGE 2.69
** Preparing 200 concurrent users for battle.
The server is now under siege..      done.
Transactions:		       60000 hits
Availability:		      100.00 %
Elapsed time:		       15.43 secs
Data transferred:	        0.63 MB
Response time:		        0.04 secs
Transaction rate:	     3888.53 trans/sec
Throughput:		        0.04 MB/sec
Concurrency:		      170.13
Successful transactions:       60000
Failed transactions:	           0
Longest transaction:	        3.04
Shortest transaction:	        0.00
@s3u
Copy link
Author

s3u commented Mar 8, 2011

Differences are not super significant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment