From: Michal Sojka Date: Fri, 10 Dec 2010 14:58:44 +0000 (+0100) Subject: put load to graph title X-Git-Tag: fix-allnoconfig~233^2~9 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/9c847f76e5fb2886dfcaebddeb36e764bf4b3976?hp=018e80736c438649cc5d0a95686e1247484b1ffe put load to graph title --- diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index d176f22..ae618fd 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -49,7 +49,7 @@ cleanupgw() { _plot() { local testname=`basename $0 .sh` - plot_cmds | sed -e "/set title/ s/[\"']\(.*\)[\"']/\"\1\\\\n(GW kernel $kvers, traffic $traffic)\"/" > plot.gp + plot_cmds | sed -e "/set title/ s/[\"']\(.*\)[\"']/\"\1\\\\n(GW kernel $kvers, Traffic $traffic, Load $load)\"/" > plot.gp if [[ ! -s plot.gp ]]; then return; fi if [ -z "$OPT_NO_X11" ]; then echo "set terminal x11 enhanced; $(< plot.gp)" | gnuplot -persist