Sunday 22 May 2011

Squid Client

Squid Client is a very useful tool to monitor a Squid proxy server, you can use it to help you tune up your cache server.

To get general info about the cache:
squidclient -h <server_ip> -p <squid_port> mgr:info
Check Squid pool:
squidclient -h <server_ip> -p <squid_port> mgr:delay
List Clients:
squidclient -h <server_ip> -p <squid_port> mgr:client_list

Possibly Related Posts

No comments:

Post a Comment