Report UDP network statistics (#1176)
* Report UDP network statistics Fixes #1093 * Address review comments * Address additional review comments * Fix shellcheck errors
This commit is contained in:
@ -311,7 +311,7 @@ stopNode() {
|
||||
sudo snap remove solana
|
||||
fi
|
||||
! tmux list-sessions || tmux kill-session
|
||||
for pattern in solana- remote- oom-monitor; do
|
||||
for pattern in solana- remote- oom-monitor net-stats; do
|
||||
pkill -9 \$pattern
|
||||
done
|
||||
"
|
||||
|
Reference in New Issue
Block a user