[squid-users] Each MRTG of BPS graph per domain?

From: Calvin Park <carrot_at_carrotis.com>
Date: Thu, 31 Mar 2011 12:39:54 +0900

Hello Squid Users.

I'm using squid 3.1.9 for reverse proxy for multiple domains.

# squid.conf

http_port 80 vhost
cache_peer 1.1.1.1 parent 80 0 no-query originserver name=my_parent
no-digest no-netdb-exchange
cache_peer 2.2.2.2 parent 80 0 no-query originserver
name=my_parent2 no-digest no-netdb-exchange
acl s1_domain dstdomain www.abc.com
acl s2_domain dstdomain www.xyz.com
http_access allow s1_domain
http_access allow s2_domain
cache_peer_access my_parent allow s1_domain
cache_peer_access my_parent2 allow s2_domain
cache_peer_domain my_parent www.abc.com
cache_peer_domain my_parent2 www.xyz.com
#end

I'd like to see each information per domain. www.abc.com and www.xyz.com
Information means "Network usage(BPS)", "Concurrent connection", "HIT/MISS".

Please let me know how to do it, or...
If not possible, could you explain to me how to develop/modify it ?

Thanks.
Received on Thu Mar 31 2011 - 03:40:03 MDT

This archive was generated by hypermail 2.2.0 : Thu Mar 31 2011 - 12:00:02 MDT