Skip to content

mlocati/ab-gnuplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ab-gnuplot

This project provides a script that can be used to easily benchmark the response time of different URLs, or the same URL but switching git branches.

This uses ab - Apache HTTP server benchmarking tool to collect the statistics, and gnuplot to draw them.

Sample output

Here's a sample result:

Sample image

Usage

Using the script directly

You can use the provided ab-gnuplot PHP script (on Windows you can call it by using the ab-gnuplot.bat wrapper).

To get help, use the -h option.

Example (when using the script directly):

./ab-gnuplot -h

Using the Docker image

You can also use the pre-built mlocati/ab-gnuplot Docker image.

To get help, use the -h option.

docker run --rm -it mlocati/ab-gnuplot -h

About

An easy-to-use script to benchmark websites

Resources

License

Stars

Watchers

Forks