stop.sh 123 Bytes
#! /bin/bash

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