Home
last modified time | relevance | path

Searched refs:total_file_KB (Results 1 – 1 of 1) sorted by relevance

/system/extras/ioblame/
Dioblame.sh339 total_file_KB=0
351 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 ]; then
378 echo "File: $i Total $read_write: $total_file_KB KB"
379 grand_total_KB=`expr $grand_total_KB + $total_file_KB`