This is a standalone version of ApacheBench (ab), branched from github.com/apache/httpd that supports benchmarking high-performance HTTP servers.
The original implementation rounds up measurements to miliseconds (ms). This version leaves measurements with microsecond granularity.
- Open dlcdn.apache.org/apr to determine the versions of
apr
andapr-util
available for download. - Open github.com/libexpat/releases to determine the version of
expat
available for download. - Set them on file apr/Makefile
Build it locally:
make all
Run:
/ab -d -q -c 1 -n 5000 -k -e ./data.csv -g ./data.dat http://10.253.74.96
This software is copyrighted under the BSD 3-Clause License.