Web server benchmark utility.
- GCC
- autoconf
- automake
./buildconf.sh && ./configure && make install
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
- 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