X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=linux-tests%2Fplot_data.sh;fp=linux-tests%2Fplot_data.sh;h=dcc1de3c951f8ee68fec238bfae663eb0e9854bf;hb=a5d0fae6989a94efc39f77f1e8de703c8bcd87a5;hp=a1c6960772ceb146b856e39a9d000cce07763b19;hpb=ed8b893aade8e0819a17bfa6009a6fb367ebb9c8;p=yaffs2.git 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