Hi,
I have L4 Switch which redirects all http packets to transparent cache server pool. Can I test total throughput of my transparent cache server pool by using commands like these:
polysrv \
--config /usr/local/polygraph/workloads/simple.pg \
--verb_lvl 10
polyclt \
--config /usr/local/polygraph/workloads/simple.pg \
--verb_lvl 10
I means that can I run polyclt without --proxy option? Because http requests will be redirected automatically to cache pool by L4 Switch and the switch will do the load balancing on all cache servers.
Thanks
Quan