c9cfb743d4
fetches in parallel, to test the throughput of a web server. Provided by <xs.kittenz.org>, thanks! This closes PR pkg/16665.
4 lines
263 B
Text
4 lines
263 B
Text
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.
|