squid-current-users? Uses snmpwalk(1) to retrieve a list of IP addresses that have been clients (users) of squid since it's last restart.
snmpwalk -Cc -m /root/squid-mib-06.txt -p3401 localhost public cache | grep cacheClientAddr | cut --fields=2 -d: | tr -d ' ' | sort
No other page links to squid-current-users yet.