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