Hi,
On Thu, 14 Dec 2000, Jason Thompson wrote:
> Is there a way of being able to monitor what people are accessing on the
> Internet in realtime? maybe someone has written a program for this?
$ tail -f /var/log/squid/access.log
or if you're interested in a particular type of thing (e.g. .html pages)
$ tail -f /var/log/squid/access.log | grep .htm
(.htm because this gets .html as well)
would work :-)
Regards,
-- Andrew Veitch, National & Local Web Cache Support andrew.veitch@man.ac.uk Manchester Computing, University of Manchester http://wwwcache.ja.net/ -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Thu Dec 14 2000 - 09:24:41 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:58 MST