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.
This library is licensed under the Apache 2.0 License. To run some of the integration tests (start with localhost_integ_*), you need to set up a localhost that echo the request headers from /echo back ...