I try to kill a process with sudo kill 30602
. But after I killed it I use ps aux | grep gmond
to check, it appear again with another pid.That's like:
ganglia 30997 0.0 0.1 121812 2128 ? Ssl 16:05 0:00 /usr/sbin/gmond --pid-file=/var/run/ganglia-monitor.pid
Whatever how I kill it, it just appear again with another pid, even with kill -9
.
What's the problem? And how to solve this?