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 8e05a71 commit 93305e2Copy full SHA for 93305e2
show-busy-java-threads.sh
@@ -83,7 +83,7 @@ cleanupWhenExit() {
83
trap "cleanupWhenExit" EXIT
84
85
printStackOfThread() {
86
- local threadLine
+ local line
87
local count=1
88
while IFS=" " read -a line ; do
89
local pid=${line[0]}
0 commit comments