stop.sh 119 Bytes
#! /bin/bash

ps -ef | grep '/Data/local/metric/plugin/Metric_Zk.py' | grep -v grep | awk '{print $2}' | xargs kill -9