First is to understand which service in the System is Consuming the Highest Resources
Code: Select all
top -d 1Code: Select all
top -d 1 -u ssquidCode: Select all
ps -eo "pid,comm,etime,%cpu,%mem" | grep -iEa "safesquid|moniti|PID"Code: Select all
/etc/init.d/safesquid restart