DragonFly On-Line Manual Pages
bench2graph(1) bench2graph(1)
NAME
bench2graph - draws Postscript graphs from Autobench output (using
gnuplot)
SYNOPSIS
bench2graph file outfile [col1 col2 col3...]
DESCRIPTION
bench2graph takes a TSV format autobench results file, and uses gnuplot
to graph the results, producing output in Postscript.
file should be the name of the autobench results file. outfile is the
name of the file in which to store the output.
Optionally, you can specify which of the columns in the autobench
results file should be plotted, eg:
bench2graph results.tsv results.ps 3 5 6
Will plot columns 3, 5 and 6 from the file 'results.tsv'
SEE ALSO
autobench(1)
AUTHOR
Samuel Dupas <samuel.dupas@synaptique.co.uk>
Man Page by Julian T. J. Midgley <jtjm@xenoclast.org>
June 20, 2001 bench2graph(1)