Page 1 of 1

SafeSquid Troubleshooting

Posted: Fri Feb 05, 2021 7:05 am
by aashish97
Troubleshoot SafeSquid-SWG Service

First is to understand which service in the System is Consuming the Highest Resources

Code: Select all

top -d 1
Result will look like this
image.png
image.png (29.75 KiB) Viewed 1065 times
Inorder to Identify Resources Consumed by SafeSquid

Code: Select all

top -d 1 -u ssquid
Result will look like this
image.png
image.png (27.37 KiB) Viewed 1065 times
Check SafeSquid Service Process

Code: Select all

ps -eo "pid,comm,etime,%cpu,%mem" | grep -iEa "safesquid|moniti|PID"
image.png
image.png (12.46 KiB) Viewed 1065 times
Restart SafeSquid Service

Code: Select all

/etc/init.d/safesquid restart