SafeSquid Troubleshooting
Posted: Fri Feb 05, 2021 7:05 am
Troubleshoot SafeSquid-SWG Service
First is to understand which service in the System is Consuming the Highest Resources
Result will look like this
Inorder to Identify Resources Consumed by SafeSquid
Result will look like this
Check SafeSquid Service Process
Restart SafeSquid Service
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