Squid Administration
Squid is the software we use to cache and do basic web filtering. It currently runs on gobstopper
Reload squid
/usr/local/sbin/squid -k reconfigure
Rotate Logs
Should be done automatically but if not.
/usr/local/sbin/squid rotate
View Large Objects In Cache
sort -r -n +4 -5 /var/log/squid/access.log | awk '{print $5, $7}' | head -25