yaffs Add axes to data plotter
authorCharles Manning <cdhmanning@gmail.com>
Fri, 1 Oct 2010 02:13:10 +0000 (15:13 +1300)
committerCharles Manning <cdhmanning@gmail.com>
Fri, 1 Oct 2010 02:13:10 +0000 (15:13 +1300)
This is just cosmetics for the script that plots free data.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
linux-tests/plot_data.sh

index a1c6960772ceb146b856e39a9d000cce07763b19..dcc1de3c951f8ee68fec238bfae663eb0e9854bf 100755 (executable)
@@ -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