stop.sh 135 Bytes Raw Blame History Permalink 1 2 3 #! /bin/bash ps -ef | grep '/Data/local/metric/plugin/jmx.monitor-1.0-SNAPSHOT.jar' | grep -v grep | awk '{print $2}' | xargs kill -9