ApacheBench with mod_gip, mod_deflate
ApacheBench is one of the most common programs used to benchmark web servers.
By default apachebench will run using HTTP/1.0 requests and without compression enabled even if the tested server supports that.
For example:
ab -n 1 -v 4 "http://www.linuxany.com/"
