X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=linux-tests%2Fplot_data.sh;h=a7df698a5249298f10785e5c3ac38a1cdb899a2c;hb=0e574e5047f4376cc2fa22962c7f2df012a089a9;hp=6713f722aa5a972dd238021fa6f7b71b8bbe2f06;hpb=ef32964aac3e4dfee477d4c2b0df608fbe849397;p=yaffs2.git diff --git a/linux-tests/plot_data.sh b/linux-tests/plot_data.sh index 6713f72..a7df698 100755 --- a/linux-tests/plot_data.sh +++ b/linux-tests/plot_data.sh @@ -21,7 +21,7 @@ i=0; rm -f $log_file while true; do -str=$(cat /proc/yaffs_debug) +str=$(cat /proc/yaffs_stats) echo "$i, $str" echo "$i, $str" >> $log_file let i=$i+1