Skip to content

Bash shell script to automate running Apache Bench and gnuplot to generate graphical benchmark statistics

License

Notifications You must be signed in to change notification settings

zamronypj/abplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abplot

Bash shell script to automate running Apache Bench and Gnuplot to generate graphical benchmark statistics.

Requirement

Installation

Clone this repository.

Run

$ ./abplot.sh [number of requests] [number of concurrent request] [url]

For example to generate benchmark statistics graph for number of request 10000 with 10 concurrent requests to url https://example.com/

$ ./abplot.sh 10000 10 https://example.com/

After script finish, in current working directory, there will be new file name timeseries.png.

Credit

Original gnuplot script author is Brad Landers. See Apache Bench and Gnuplot: you’re probably doing it wrong.

About

Bash shell script to automate running Apache Bench and gnuplot to generate graphical benchmark statistics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published