Good afternoon, Just for fun and not really a squid issue, can you guys share the most popular URLs in your squid proxy installations? that is, run this command on your access.log: cat access.log | awk '{print $7}' | sort | uniq -c | sort -rn | head -20 I think it might be interesting to find out the most popular web urls (minus the query string) that people visit today. J