> Is there any way I can find out how many users are > currently connecte to squid. It should give dynamic > status of cunnected users.
You can use access.log file to get web-request made username / ip-address in the given time duration with simple perl script or shell script and automate it's execution with cron. > OR > If squid can not do this, is there any open source > utility which do this ? Let this try and make it to be be used by ALL :-) Best Regards -Muthukumar
