I'm using httperf from a large ec2 instance with ubuntu 10.04 (no other software installed).
When I test without --hog the tests run however when I use --hog the tests never end
|
I'm using httperf from a large ec2 instance with ubuntu 10.04 (no other software installed). When I test without --hog the tests run however when I use --hog the tests never end |
|||
|
|
|
I had the same problem but the patch provided in Niro's answer didn't solve the issue for me. The issue ended up being TCP connection reuse and recycling. To fix this I followed instructions found on: http://www.speedguide.net/articles/linux-tweaking-121 The relevant instructions were to run the following commands:
|
|||
|
|
|
This is a bug in httperf. found the patch to solve it here: |
|||||
|