How to randomize proxy selection
Erico Augusto Cavalcanti Guedes
eacg at cin.ufpe.br
Mon May 2 08:55:53 UTC 2011
Dears,
I'm implementing a mesh proxy cluster and trying to randomize proxy IP
address of cluster nodes, for peformance evaluation purposes.
I'm executing PG Server as:
sudo polygraph-server --config zipf.pg -verb_lvl 10
and PG client as:
polygraph-client --proxy 192.168.15.254:3128 --config zipf.pg --verb_lvl 10
by I wish to do the following:
polygraph-client --proxy 192.168.15.*251-254*:3128 --config zipf.pg--verb_lvl 10
however traditional PG address range sintax 192.168.15.251-254:3128 doesn't
work for --proxy.
The goal is fill the memory of cluster nodes in a balanced way.
Is there any additional alternative sintax that can I try?
I hope I'm clear enough.
Thanks in advance,
Erico.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.web-polygraph.org/pipermail/users/attachments/20110502/f853796a/attachment.html>
More information about the Users
mailing list