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