Re: [SQU] Active User List

From: Igor Plisco <igor@dont-contact.us>
Date: Thu, 07 Sep 2000 14:04:12 +0400

Saeed Zamani wrote:
>
> Hi,
>
> How can I get a list of currently active users? Thank you in advance.

What is active user? Who downloads pages rigth now? Probably, you may
wish to get list of users who made requests last, say, 5 minutes.

The simplest way may be so:

tail -100 /var/log/squid/access.log | gawk '{print $3}' | sort | uniq

Igor Plisco

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Thu Sep 07 2000 - 04:07:36 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:13 MST