https://github.com/spektom/test-url
Web server benchmark utility
https://github.com/spektom/test-url
benchmark http-benchmarking url
Last synced: 11 months ago
JSON representation
Web server benchmark utility
- Host: GitHub
- URL: https://github.com/spektom/test-url
- Owner: spektom
- Created: 2011-09-06T10:43:18.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-06T11:13:44.000Z (over 14 years ago)
- Last Synced: 2025-03-13T21:25:34.094Z (about 1 year ago)
- Topics: benchmark, http-benchmarking, url
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
test-url
========
Web server benchmark utility.
Prerequisites
-------------
1. GCC
2. autoconf
3. automake
Installing
----------
`./buildconf.sh && ./configure && make install`
Common usage
------------
USAGE: test_url [options] url | test_url -D
options:
-h Show this help
-c number Number of concurrent clients
-n number Number of requests
-t seconds Benchmarking time limit
-d Debug mode
-D Run in daemon mode
-M file Run in master mode, provide file containing addresses of slaves
-a Print average of all slaves results
Running benchmark from several slaves
--------------------------------------
* On each slave, run benchmark daemon: `test_url -D`
* Prepare a file containing IP of slave machines
* Run master client: `test_url -M slaves.txt`