On 29/03/18 01:53, --Ahmad-- wrote:
> Hello Guys ,
>
> i have no idea who to use squid client or cache manager when i have multiple
> instances of squid running .
>
> say i have 2 instances
>
> squid -n 1 -f 1.conf
> squid -n 2 -f 2.conf
>
>
> all what i need is to see the request rate hitti
Hello Ahmad,
your instances should have different ports opened. Use squidclient's
options -p -h to request the appropriate instance.
Example from our server:
proxy02:/etc/squid $ squidclient -p 8080 cache_object://localhost/
mgr:info|grep "Start Time"
Start Time: Thu, 22 Mar 2018 13:09:24 GMT
Hello Guys ,
i have no idea who to use squid client or cache manager when i have multiple
instances of squid running .
say i have 2 instances
squid -n 1 -f 1.conf
squid -n 2 -f 2.conf
all what i need is to see the request rate hitting each instance above .
how can i use the cache manager ?