Showing posts with label squid. Show all posts
Showing posts with label squid. Show all posts

Friday, May 30, 2008

Check Squid log file in FreeBSD

I'm not famaliar enough with FreeBSD, but in my office we have one proxy server running on FreeBSD. How to check Squid log file on taht, then i guess like what i doing in my linux box :

root@isa# tail -f /usr/local/squid/logs/access.log
1214215723.611 3756 10.20.14.5 TCP_MISS/200 39035 GET http://www.dirtbikemagazine.com/Media/News/40046_KX250W9F_D5.jpg - DIRECT/209.196.51.188 image/jpeg
1214215724.057 5 10.20.16.175 TCP_IMS_HIT/304 263 GET http://www.fotosearch.com/comp/SUE/SUE116/paper-clip-thumbtack_~SLBW0188.jpg - NONE/- image/jpeg
1214215724.613 619 10.20.1.8 TCP_MISS/200 3135 GET http://sb.google.com/safebrowsing/update? - DIRECT/209.85.171.91 text/html
1214215725.687 1981 10.20.30.254 TCP_MISS/200 5400 GET http://sb.google.com/safebrowsing/update? - DIRECT/209.85.171.91 text/html
1214215726.360 10100 10.20.14.5 TCP_MISS/200 53145 GET http://www.dirtbikemagazine.com/Media/News/40048_KX250W9F_D1.jpg - DIRECT/209.196.51.188 image/jpeg
:
:

Fuhhh, almost same like linux.