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