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

Multiple color support for each domain #1

Open bhavyanshu opened 11 years ago

bhavyanshu commented 11 years ago

The graph currently outputs the same color for multi-domain. If anyone is interested in spending time, then please look it up on how to add multi-color support for multi-domain plotting on same graph for comparison purpose.

bhavyanshu commented 11 years ago

People who are interested please take a look at the variation of the script. link