Skip to content

Instantly share code, notes, and snippets.

View hpwxf's full-sized avatar

Pascal H. hpwxf

View GitHub Profile
@hpwxf
hpwxf / plot.gp
Last active June 19, 2018 21:43 — forked from garethrees/plot.p
Graphing apache benchmark results with gnuplot
# Tell gnuplot to use tabs as the delimiter instead of spaces (default)
set datafile separator '\t'
# skip first line with 'every ::2' in following commands
# First stats file to extract min time value
# (must be done before setting that x will be a time data serie)
stats "out.dat" every ::2 using 2 prefix "A"
# Output to a jpeg file