bhavyanshu / ServerStat_Graph_Generation

This piece of code is basically for generating graph using gnuplot with the data output from apache benchmark tool for HTTP. It plots response time vs requests graph for HTTP connection. This was made because i wanted to explore how status.github.com is generating graphs.
1 stars 1 forks source link

Bash script for Graph Generation using GnuPlot and Apache-Benchmark

History

This piece of code is basically for generating graph using gnuplot with the data output from apache benchmark tool for HTTP. It plots response time vs requests graph for HTTP connection. This was made because i wanted to explore how status.github.com is generating graphs.

Usage

1) chmod +x benchmark.sh

2) bash benchmark.sh

Output

alt tag