Skip to content

Commit 42b3d5b

Browse files
committed
add problem description comment for bug #62
1 parent f817da7 commit 42b3d5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

show-busy-java-threads

+1
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ for ((i = 0; update_count <= 0 || i < update_count; ++i)); do
237237
[ -n "$append_file" ] && headInfo >> "$append_file"
238238
[ "$update_count" -ne 1 ] && headInfo
239239

240+
# explicit width control for user column, avoid trunk to username_fo+ or $uid alike
240241
ps -Leo pid,lwp,user:80,comm,pcpu --no-headers | {
241242
[ -z "${pid}" ] &&
242243
awk '$4=="java"{print $0}' ||

0 commit comments

Comments
 (0)