Keep -t usage < 80 chars

This commit is contained in:
Brendan Gregg
2014-08-03 10:11:22 -07:00
parent f1a0a886f9
commit a86cd5c162
2 changed files with 3 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ if ! echo 1 > events/block/$b_start/enable || \
fi
(( opt_start )) && printf "%-14s " "STARTs"
(( opt_end )) && printf "%-14s " "ENDs"
printf "%-16.16s %-6s %-4s %-8s %-12s %-6s %8s\n" \
printf "%-12.12s %-6s %-4s %-8s %-12s %-6s %8s\n" \
"COMM" "PID" "TYPE" "DEV" "BLOCK" "BYTES" "LATms"
#
@@ -277,7 +277,7 @@ fi ) | $awk -v o=$offset -v opt_name=$opt_name -v name=$name \
printf "%-14s ", starts[dev, loc]
if (opt_end)
printf "%-14s ", time
printf "%-16.16s %-6s %-4s %-8s %-12s %-6s %8s\n",
printf "%-12.12s %-6s %-4s %-8s %-12s %-6s %8s\n",
comm, pid, dir, dev, loc, nsec * 512, latency
if (!opt_duration)
fflush()

View File

@@ -116,7 +116,7 @@ Trace I/O queued when PID 181 was on-CPU (more accurate), and include queue time
.TP
COMM
Process name (command) for the PID that was on-CPU when the I/O was issued, or
inserted if \-Q is used. See PID.
inserted if \-Q is used. See PID. This column is truncated to 12 characters.
.TP
PID
Process ID which was on-CPU when the I/O was issued, or inserted if \-Q is