SafeSquid Troubleshooting

Tell everybody, what you think about SafeSquid!
Speak your mind!
India aashish97
Posts: 117
Joined: Sat Jul 06, 2019 10:45 am

SafeSquid Troubleshooting

Post by aashish97 » 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

Code: Select all

top -d 1
Result will look like this
image.png
image.png (29.75 KiB) Viewed 1066 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 1066 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 1066 times
Restart SafeSquid Service

Code: Select all

/etc/init.d/safesquid restart