Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timbunce/http_load
My modification for http_load
https://github.com/timbunce/http_load
Last synced: about 16 hours ago
JSON representation
My modification for http_load
- Host: GitHub
- URL: https://github.com/timbunce/http_load
- Owner: timbunce
- Created: 2010-05-12T11:33:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-17T12:38:26.000Z (about 12 years ago)
- Last Synced: 2023-04-21T14:10:54.768Z (over 1 year ago)
- Language: C
- Homepage: http://www.acme.com/software/http_load/
- Size: 106 KB
- Stars: 33
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
http_load - multiprocessing http test client
version of 12mar2006http_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.See the manual entry for more details.
Files in this distribution:
README this
Makefile guess
http_load.c source file
http_load.1 manual entry
timers.c timers package
timers.h headers for timers package
make_test_files simple script to create a set of test filesTo build: If you're on a SysV-like machine (which includes old Linux systems
but not new Linux systems), edit the Makefile and uncomment the SYSV_LIBS
line. If you're doing SSL, uncomment those lines too. Otherwise, just do
a make.Feedback is welcome - send bug reports, enhancements, checks, money
orders, etc. to the addresses below.Jef Poskanzer [email protected] http://www.acme.com/jef/