Lines Matching refs:tail
155 uptime=$( grep ^Uptime\(secs $test_out | tail -1 | awk '{ printf "%.0f", $2 }' )
156 stall_time=$( grep "^Cumulative stall" $test_out | tail -1 | awk '{ print $3 }' )
157 stall_pct=$( grep "^Cumulative stall" $test_out| tail -1 | awk '{ print $5 }' )
160 lo_wgb=$( grep "^ L0" $test_out | tail -1 | awk '{ print $9 }' )
161 sum_wgb=$( grep "^ Sum" $test_out | tail -1 | awk '{ print $9 }' )
162 sum_size=$( grep "^ Sum" $test_out | tail -1 | awk '{ printf "%.1f", $3 / 1024.0 }' )
166 p50=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.1f", $3 }' )
167 p75=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.1f", $5 }' )
168 p99=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.0f", $7 }' )
169 p999=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.0f", $9 }' )
170 p9999=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.0f", $11 }' )
523 tail -1 $output_dir/report.txt