Last active
August 29, 2015 13:56
-
-
Save winebarrel/9013842 to your computer and use it in GitHub Desktop.
コネクションプーリング無効
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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: 5451 hits | |
Availability: 100.00 % | |
Elapsed time: 59.31 secs | |
Data transferred: 0.08 MB | |
Response time: 0.17 secs | |
Transaction rate: 91.91 trans/sec | |
Throughput: 0.00 MB/sec | |
Concurrency: 15.98 | |
Successful transactions: 5451 | |
Failed transactions: 0 | |
Longest transaction: 0.30 | |
Shortest transaction: 0.09 | |
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: 5511 hits | |
Availability: 100.00 % | |
Elapsed time: 59.98 secs | |
Data transferred: 0.08 MB | |
Response time: 0.17 secs | |
Transaction rate: 91.88 trans/sec | |
Throughput: 0.00 MB/sec | |
Concurrency: 15.97 | |
Successful transactions: 5511 | |
Failed transactions: 0 | |
Longest transaction: 0.30 | |
Shortest transaction: 0.09 | |
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: 5513 hits | |
Availability: 100.00 % | |
Elapsed time: 59.99 secs | |
Data transferred: 0.08 MB | |
Response time: 0.17 secs | |
Transaction rate: 91.90 trans/sec | |
Throughput: 0.00 MB/sec | |
Concurrency: 15.97 | |
Successful transactions: 5513 | |
Failed transactions: 0 | |
Longest transaction: 0.29 | |
Shortest transaction: 0.09 | |
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