You are not logged in Log in Join
You are here: Home » Members » runyaga » HTTPerf, a web performance stress tool

Log in
Name

Password

 

HTTPerf, a web performance stress tool

a web server stress/performance tool. very nice for simple uri based stress testing. there is also a paper available talking about the usage and implementation of the tool. very cool stuff. keywords: benchmarking, benchmark, performance, stress test To use HTTP Authentication and HTTPPerf. import base64 print base64.encodestring("user:password").strip() --> dXNlcjpwYXNzd29yZA== (cygwin) $ httperf.exe --server localhost --port 8080 --uri /manage_main --add-header 'A uthorization: Basic dXNlcjpwYXNzd29yZA==\n'

The link address is: http://www.hpl.hp.com/personal/David_Mosberger/httperf.html