From: Charles Manning Date: Fri, 1 Oct 2010 02:13:10 +0000 (+1300) Subject: yaffs Add axes to data plotter X-Git-Tag: pre-name-change~3 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=a5d0fae6989a94efc39f77f1e8de703c8bcd87a5;ds=sidebyside yaffs Add axes to data plotter This is just cosmetics for the script that plots free data. Signed-off-by: Charles Manning --- diff --git a/linux-tests/plot_data.sh b/linux-tests/plot_data.sh index a1c6960..dcc1de3 100755 --- a/linux-tests/plot_data.sh +++ b/linux-tests/plot_data.sh @@ -44,7 +44,10 @@ tail -$plot_samples $log_file > $trunc_file plot_str=" plot '$trunc_file' using 1:3 with linespoints title 'free', '' using 1:4 with linespoints title 'erased'" -echo "set title 'yaffs free space and erased space'" +echo "set title 'yaffs free space vs erased space'" +echo "set xlabel 'seconds'" +echo "set ylabel 'chunks'" + echo $plot_str