We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ee567 commit e41ec4eCopy full SHA for e41ec4e
show-busy-java-threads.sh
@@ -99,8 +99,8 @@ printStackOfThread() {
99
continue
100
}
101
102
-
103
- 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}):"
104
sed "/nid=0x${threadId0x}/,/^$/p" -n ${jstackFile}
105
done
106
0 commit comments