Wednesday 5 August 2009

Squid command (Proxy)

Use tail command to display log files in real time as follows:
#tail -f /var/log/squid/access.log

Search log files
Use grep command as follows:
#grep 'string-to-search' /var/log/squid/access.log

Google Search