We use apache as our web server and it has mod_deflate enabled.

We have been using httperf to test it for load but we've not been able to get it to talk to the webserver with gzip/deflate encoding enabled in httperf.

I tried --add-header='Accept-Encoding : gzip, deflate' to httperf's command line parameters, but my apache simply doesn't respond to that(http perf reports 0 response rate)

Although Apache Bench(ab) accepts gzip/deflate encoding, we want to use httperf because we are interested in keeping the server loaded with X requests per second which ab doesn't support.

Is there a way to use httperf with g-zip/deflate encoding enabled ? Are there other command line load testing tools that'll do this ?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Did you add \n to the --add-header? Would --add-header='Accept-Encoding: gzip,deflate\n' work?

link|improve this answer
thnx a ton – letronje Aug 27 '10 at 11:32
No problem, have a nice weekend :) – Janne Pikkarainen Aug 27 '10 at 11:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.