Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 952 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 952 Bytes

ApacheBench HighPerformance

This is a standalone version of ApacheBench (ab), branched from github.com/apache/httpd that supports benchmarking high-performance HTTP servers.

Microsecond support

The original implementation rounds up measurements to miliseconds (ms). This version leaves measurements with microsecond granularity.

Getting started

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

License

This software is copyrighted under the BSD 3-Clause License.