X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=linux-tests%2Fdrive_gnuplot.sh;h=a6d05501346192e64c5dbc3c577328b4ea02f299;hp=0f1ebd83d0770e75064f9c039d74ff4054b16df9;hb=03c76f6c10acaf6b8fe36e663abd9a87cf76b9de;hpb=a48028210bd3547399ecaed7b0138d6c43a1f547 diff --git a/linux-tests/drive_gnuplot.sh b/linux-tests/drive_gnuplot.sh index 0f1ebd8..a6d0550 100755 --- a/linux-tests/drive_gnuplot.sh +++ b/linux-tests/drive_gnuplot.sh @@ -11,7 +11,7 @@ echo $plot_str while true; do sleep 1 -tail -100 $the_log_file > trunc_data +tail -500 $the_log_file > trunc_data echo replot done