Skip to content

Commit

Permalink
add problem description comment for bug #62
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Nov 1, 2017
1 parent f817da7 commit 42b3d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions show-busy-java-threads
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ for ((i = 0; update_count <= 0 || i < update_count; ++i)); do
[ -n "$append_file" ] && headInfo >> "$append_file"
[ "$update_count" -ne 1 ] && headInfo

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

0 comments on commit 42b3d5b

Please sign in to comment.