From a5d0fae6989a94efc39f77f1e8de703c8bcd87a5 Mon Sep 17 00:00:00 2001 From: Charles Manning Date: Fri, 1 Oct 2010 15:13:10 +1300 Subject: [PATCH] yaffs Add axes to data plotter This is just cosmetics for the script that plots free data. Signed-off-by: Charles Manning --- linux-tests/plot_data.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2