Skip to content

Commit

Permalink
improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Mar 11, 2014
1 parent 44ee567 commit e41ec4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions show-busy-java-threads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ printStackOfThread() {
continue
}
}
redEcho "The stack of busy(${pcpu}%) thread(${threadId}/0x${threadId0x}) of java process(${pid}) of user(${user}):"

redEcho "Busy(${pcpu}%) thread(${threadId}/0x${threadId0x}) stack of java process(${pid}) under user(${user}):"
sed "/nid=0x${threadId0x}/,/^$/p" -n ${jstackFile}
done
}
Expand Down

0 comments on commit e41ec4e

Please sign in to comment.