Skip to content

Instantly share code, notes, and snippets.

@winebarrel
Last active August 29, 2015 13:56
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 winebarrel/9013850 to your computer and use it in GitHub Desktop.
Save winebarrel/9013850 to your computer and use it in GitHub Desktop.
コネクションプーリング有効
$ for i in 1st 2nd 3rd; do echo "### $i ###"; siege -c 16 -t 1m -b -q http://dagon/employee_count; echo '---'; sleep 3; done
### 1st ###
Lifting the server siege... done.
Transactions: 5436 hits
Availability: 100.00 %
Elapsed time: 59.02 secs
Data transferred: 0.08 MB
Response time: 0.17 secs
Transaction rate: 92.10 trans/sec
Throughput: 0.00 MB/sec
Concurrency: 15.98
Successful transactions: 5436
Failed transactions: 0
Longest transaction: 0.40
Shortest transaction: 0.08
FILE: /home/ec2-user/siege.log
You can disable this annoying message by editing
the .siegerc file in your home directory; change
the directive 'show-logfile' to false.
---
### 2nd ###
Lifting the server siege... done.
Transactions: 5535 hits
Availability: 100.00 %
Elapsed time: 59.99 secs
Data transferred: 0.08 MB
Response time: 0.17 secs
Transaction rate: 92.27 trans/sec
Throughput: 0.00 MB/sec
Concurrency: 15.98
Successful transactions: 5535
Failed transactions: 0
Longest transaction: 0.30
Shortest transaction: 0.08
FILE: /home/ec2-user/siege.log
You can disable this annoying message by editing
the .siegerc file in your home directory; change
the directive 'show-logfile' to false.
---
### 3rd ###
Lifting the server siege... done.
Transactions: 5536 hits
Availability: 100.00 %
Elapsed time: 59.99 secs
Data transferred: 0.08 MB
Response time: 0.17 secs
Transaction rate: 92.28 trans/sec
Throughput: 0.00 MB/sec
Concurrency: 15.97
Successful transactions: 5536
Failed transactions: 0
Longest transaction: 0.27
Shortest transaction: 0.08
FILE: /home/ec2-user/siege.log
You can disable this annoying message by editing
the .siegerc file in your home directory; change
the directive 'show-logfile' to false.
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment