On Fri, 26 Dec 2003, al wrote:

> 1) i want to get data from access.log directly from squid.

??? Please elaborate.

> 2) can i get to know who is currently logged in to squid?

There is no such thing as login/logout in HTTP. The browser logs in to 
Squid on each and every individual request. The only reason why you as a 
user do not need to provide the login+password all the time is because the 
browser caches this and reuses the same login+password on future requests.

> 3) can i count fraffic using NTLM authentification in real-time?

In near real time at least. If you tail -f access.log then you will see 
information on what requests have been completed. There is also a few 
statistics tools doing the same to provide "online statistics".

Regards
Henrik

Reply via email to