stop.sh 119 Bytes Raw Blame History Permalink 1 2 3 #! /bin/bash ps -ef | grep '/Data/local/metric/plugin/Metric_Zk.py' | grep -v grep | awk '{print $2}' | xargs kill -9