add soldier commander to kill_node.sh

pull/58/head
Richard Liu 6 years ago
parent eaad884c23
commit cebaa06c87
  1. 2
      kill_node.sh

@ -1,4 +1,4 @@
for pid in `/bin/ps -fu $USER| grep "benchmark\|txgen" | grep -v "grep" | awk '{print $2}'`; for pid in `/bin/ps -fu $USER| grep "benchmark\|txgen\|soldier\|commander" | grep -v "grep" | awk '{print $2}'`;
do do
echo 'Killed process: '$pid echo 'Killed process: '$pid
kill -9 $pid kill -9 $pid

Loading…
Cancel
Save