From 9c847f76e5fb2886dfcaebddeb36e764bf4b3976 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 10 Dec 2010 15:58:44 +0100 Subject: [PATCH 1/1] put load to graph title --- gw-tests/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2