blob: 70588ba3549102948b6a0dfc33e470c590885cab (
plain) (
blame)
1
2
3
4
5
6
7
8
|
http_load runs multiple http fetches in parallel, to test the throughput of
a web server.
However unlike most such test clients, it runs in a single process, so it
doesn't bog down the client machine. It can be configured to do https
fetches as well.
WWW: http://www.acme.com/software/http_load/
|