Searched refs:total_file_KB (Results 1 – 1 of 1) sorted by relevance
339 total_file_KB=0351 total_file_KB=`expr $total_file_KB + $pid_KB`354 echo " Total $read_write: $total_file_KB KB i_size: $i_size"355 grand_total_KB=`expr $grand_total_KB + $total_file_KB`375 total_file_KB=`cat subtrace | awk '{ bytes += $4 } END { print bytes }' `376 total_file_KB=`expr $total_file_KB / 1024`377 if [ $total_file_KB -gt 0 ]; then378 echo "File: $i Total $read_write: $total_file_KB KB"379 grand_total_KB=`expr $grand_total_KB + $total_file_KB`