Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
修改变量名
  • Loading branch information
liuyangc3 committed Nov 12, 2015
commit 93305e246b4044852089bb9ff3695c7e0c6597e1
2 changes: 1 addition & 1 deletion show-busy-java-threads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ cleanupWhenExit() {
trap "cleanupWhenExit" EXIT

printStackOfThread() {
local threadLine
local line
local count=1
while IFS=" " read -a line ; do
local pid=${line[0]}
Expand Down