Skip to content

Instantly share code, notes, and snippets.

@acosonic
Last active September 24, 2019 12:11
Show Gist options
  • Save acosonic/24da36a00caf1cd5c10f22d6b77f2c71 to your computer and use it in GitHub Desktop.
Save acosonic/24da36a00caf1cd5c10f22d6b77f2c71 to your computer and use it in GitHub Desktop.
Siege testing of docker vs virtualmin

Server hosted on docker EC2 Micro (1 CPU, 100 IOPS)

Lifting the server siege...
Transactions:		        5198 hits
Availability:		      100.00 %
Elapsed time:		      220.36 secs
Data transferred:	       79.87 MB
Response time:		        1.06 secs
Transaction rate:	       23.59 trans/sec
Throughput:		        0.36 MB/sec
Concurrency:		       24.92
Successful transactions:        4949
Failed transactions:	           0
Longest transaction:	        7.03
Shortest transaction:	        0.15

Same server hosted on virtualmin EC2 Micro (1 CPU, 100 IOPS)

Lifting the server siege...
Transactions:		        9396 hits
Availability:		      100.00 %
Elapsed time:		      226.99 secs
Data transferred:	      167.65 MB
Response time:		        0.60 secs
Transaction rate:	       41.39 trans/sec
Throughput:		        0.74 MB/sec
Concurrency:		       24.81
Successful transactions:        8987
Failed transactions:	           0
Longest transaction:	        5.54
Shortest transaction:	        0.15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment