Re: [squid-users] Reporting on Squid

From: Muthukumar <kmuthu_gct@dont-contact.us>
Date: Tue, 17 Feb 2004 23:45:19 +0530

> I use the below command to determine who has been to a particular site but

> grep givensite.com /var/log/squid/access-02-13-04.log |tr -s ' ' | cut -d' ' -f3 |sort -n|uniq

> what would I need to add to determine how many times they did visit that
> site.

grep `grep givensite.com /var/log/squid/access-02-13-04.log |tr -s ' ' | cut -d' ' -f3
|sort -n|uniq` /var/log/squid/access-02-13-04.log | wc -l

Regards,
Muthukumar.
India: 0-91-94431-01756
Received on Tue Feb 17 2004 - 11:15:22 MST

This archive was generated by hypermail pre-2.1.9 : Mon Mar 01 2004 - 12:00:02 MST