move kill_node.sh to experiment-deploy repo Signed-off-by: Leo Chen <leo@harmony.one>pull/69/head
parent
3d7aa77aa7
commit
7a57510102
@ -1,5 +0,0 @@ |
||||
for pid in `/bin/ps -fu $USER| grep "benchmark\|txgen\|soldier\|commander\|profiler" | grep -v "grep" | awk '{print $2}'`; |
||||
do |
||||
echo 'Killed process: '$pid |
||||
kill -9 $pid |
||||
done |
Loading…
Reference in new issue