X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=linux-tests%2Fdrive_gnuplot.sh;fp=linux-tests%2Fdrive_gnuplot.sh;h=0000000000000000000000000000000000000000;hp=a6d05501346192e64c5dbc3c577328b4ea02f299;hb=6c7131b1d7c221125851a7c0bd183dd05a02d583;hpb=80bad6d7cb530b6ddac3c51716400b401dfa86db diff --git a/linux-tests/drive_gnuplot.sh b/linux-tests/drive_gnuplot.sh deleted file mode 100755 index a6d0550..0000000 --- a/linux-tests/drive_gnuplot.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# drive_gnuplot syntehsises the commands for driving gnuplot - -the_log_file=data - -plot_str=" plot 'trunc_data' using 1:3 with linespoints title 'free', '' using 1:4 with linespoints title 'erased'" - -echo "set title 'yaffs free space and erased space'" - -echo $plot_str - -while true; do -sleep 1 -tail -500 $the_log_file > trunc_data -echo replot -done -