Re: [squid-users] log analysers

2004-08-18 Thread Merton Campbell Crockett
On Thu, 19 Aug 2004, Payal Rathod wrote:

> Hi,
> I rotate my squid logs daily. Do we have any log analysers which will
> tell which site is accessed by whom? I want something like a list of
> users along with the sites accessed by them daily. AFAIK, calamaris does
> not do such a thing.

I think that Squeezer2 has an option to provide a report about the web 
sites accessed by user.  The output is a HTML document.

The principal drawback is the width of the tables that it generates are 
too wide for most browsers.

Merton Campbell Crockett


-- 
BEGIN:  vcard
VERSION:3.0
FN: Merton Campbell Crockett
ORG:General Dynamics Advanced Information Systems;
Intelligence and Exploitation Systems
N:  Crockett;Merton;Campbell
EMAIL;TYPE=internet:[EMAIL PROTECTED]
TEL;TYPE=work,voice,msg,pref:   +1(805)497-5045
TEL;TYPE=work,fax:  +1(805)497-5050
TEL;TYPE=cell,voice,msg:+1(805)377-6762
END:vcard


RE: [squid-users] log analysers

2004-08-18 Thread Jay Turner
Try SARG..

http://sarg.sourceforge.net/sarg.php

It should do exactly what you want.

Jay

> -Original Message-
> From: Payal Rathod [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 19 August 2004 12:36 PM
> To: Squid ML
> Subject: [squid-users] log analysers
> 
> 
> Hi,
> I rotate my squid logs daily. Do we have any log analysers which will
> tell which site is accessed by whom? I want something like a list of
> users along with the sites accessed by them daily. AFAIK, calamaris does
> not do such a thing.
> 
> With warm regards,
> -Payal
> 
> 
> 



RE: [squid-users] log analysers

2004-08-19 Thread Angela Burrell
I use "squint". It generates HTML output of the users and the amount of
bandwidth in time or KB/MB. The users are the local IP address of the
machine accessing the site.

Because of the HTML it only works if you have Apache or another Web server
installed, but it's very user friendly and easy to set up.

-Original Message-
From: Payal Rathod [mailto:[EMAIL PROTECTED]
Sent: August 19, 2004 12:36 AM
To: Squid ML
Subject: [squid-users] log analysers


Hi,
I rotate my squid logs daily. Do we have any log analysers which will
tell which site is accessed by whom? I want something like a list of
users along with the sites accessed by them daily. AFAIK, calamaris does
not do such a thing.

With warm regards,
-Payal



RE: [squid-users] log analysers

2004-08-19 Thread Mohsin Khan
use 'sarg' http://sarg.sourceforge.net/sarg.php. Tells
you every thing. 
--- Angela Burrell <[EMAIL PROTECTED]> wrote:

> I use "squint". It generates HTML output of the
> users and the amount of
> bandwidth in time or KB/MB. The users are the local
> IP address of the
> machine accessing the site.
> 
> Because of the HTML it only works if you have Apache
> or another Web server
> installed, but it's very user friendly and easy to
> set up.
> 
> -Original Message-
> From: Payal Rathod [mailto:[EMAIL PROTECTED]
> Sent: August 19, 2004 12:36 AM
> To: Squid ML
> Subject: [squid-users] log analysers
> 
> 
> Hi,
> I rotate my squid logs daily. Do we have any log
> analysers which will
> tell which site is accessed by whom? I want
> something like a list of
> users along with the sites accessed by them daily.
> AFAIK, calamaris does
> not do such a thing.
> 
> With warm regards,
> -Payal
> 
> 


=
Regards, 
Mohsin Khan 
CCNA ( Cisco Certified Network Associate 2.0 ) 
http://pk.aaghaz.net 

>>>Happy is the one who can smile<<<








___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush


Re: [squid-users] log analysers

2004-08-19 Thread Payal Rathod
On Thu, Aug 19, 2004 at 01:34:39PM +0800, Jay Turner wrote:
> Try SARG..
> 
> http://sarg.sourceforge.net/sarg.php

Thanks a lot fro the replies. I have tried both sarg and squint and they 
both are fantastic. Great ones.

Thanks a lot for the help.
With warm regards,
-Payal


RE: [squid-users] log analysers

2004-08-19 Thread Victor Medina
This is a little off topic, but, how do i make squint read a list of
users?
I am using:
cat access.log|squint.pl /dir/ userfile userlist.txt

Is this right?


On Thu, 2004-08-19 at 09:25, Angela Burrell wrote:
> I use "squint". It generates HTML output of the users and the amount of
> bandwidth in time or KB/MB. The users are the local IP address of the
> machine accessing the site.
> 
> Because of the HTML it only works if you have Apache or another Web server
> installed, but it's very user friendly and easy to set up.
> 
> -Original Message-
> From: Payal Rathod [mailto:[EMAIL PROTECTED]
> Sent: August 19, 2004 12:36 AM
> To: Squid ML
> Subject: [squid-users] log analysers
> 
> 
> Hi,
> I rotate my squid logs daily. Do we have any log analysers which will
> tell which site is accessed by whom? I want something like a list of
> users along with the sites accessed by them daily. AFAIK, calamaris does
> not do such a thing.
> 
> With warm regards,
> -Payal
> 



RE: [squid-users] log analysers

2004-08-19 Thread Angela Burrell
You can do it that way, but why? Squint provides you with a shell program
that will do your access logs for you.
"squint.cron.sh" - you just edit this file to make the $BASEDIR variable
point to your desired output directory (your web server) - on my system this
is /var/www/html/squint - and place your userlist in the "lists" directory
under that. Squint.cron.sh finds it automatically. the file should be called
"userlist", not "userlist.txt".

the command is "squint.cron.sh all" or "squint.cron.sh regen"

if you want to skip the shell program and run squint.pl yourself, you can do
this:

cat access.log | squint.pl /outputdir/ userlist

where outputdir is your HTML directory and userlist is the actual file name
for your user list.

HTH

--AB

-Original Message-
From: Victor Medina [mailto:[EMAIL PROTECTED]
Sent: August 19, 2004 12:32 PM
Cc: Payal Rathod; squid users
Subject: RE: [squid-users] log analysers


This is a little off topic, but, how do i make squint read a list of
users?
I am using:
cat access.log|squint.pl /dir/ userfile userlist.txt

Is this right?


On Thu, 2004-08-19 at 09:25, Angela Burrell wrote:
> I use "squint". It generates HTML output of the users and the amount of
> bandwidth in time or KB/MB. The users are the local IP address of the
> machine accessing the site.
>
> Because of the HTML it only works if you have Apache or another Web server
> installed, but it's very user friendly and easy to set up.
>
> -Original Message-
> From: Payal Rathod [mailto:[EMAIL PROTECTED]
> Sent: August 19, 2004 12:36 AM
> To: Squid ML
> Subject: [squid-users] log analysers
>
>
> Hi,
> I rotate my squid logs daily. Do we have any log analysers which will
> tell which site is accessed by whom? I want something like a list of
> users along with the sites accessed by them daily. AFAIK, calamaris does
> not do such a thing.
>
> With warm regards,
> -Payal
>