Skip to content

fpgasystems/apachebench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published