From: Michal Sojka Date: Thu, 9 Dec 2010 16:40:27 +0000 (+0100) Subject: Show traffic type in the graph X-Git-Tag: fix-allnoconfig~233^2~25 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/44f79fa9deb0d953dcd141eeb5aadabf3189f9ba Show traffic type in the graph --- diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 5108f8d..14038cd 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -43,7 +43,7 @@ cleanupgw() { _plot() { local testname=`basename $0 .sh` - plot_cmds | sed -e "/set title/ s/[\"']\(.*\)[\"']/\"\1\\\\n($kvers)\"/" > plot.gp + plot_cmds | sed -e "/set title/ s/[\"']\(.*\)[\"']/\"\1\\\\n(GW kernel $kvers, traffic $traffic)\"/" > plot.gp if [[ ! -s plot.gp ]]; then return; fi if [ -z "$OPT_NO_X11" ]; then echo "set terminal x11 enhanced; $(< plot.gp)" | gnuplot -persist