polymix-2 : multiple ports in srv_ips array

From: Gordon Lang (Gordon_Lang@eur.3com.com)
Date: Thu Aug 10 2000 - 11:11:10 MDT


Hi,

I've been looking through a polymix-2.pg file that I've inherited and am
somewhat confused by the use of multiple (TCP) ports in the set of server side
IP addresses.
Here's the line in question :-

        addr[] srv_ips = ['10.0.129-131.1-175:8080', '10.0.129-131.1-175:8888'
];

Which gives a total of 1050 servers.
The original intention of this file was to produces a request rate of 100/sec,
for which the algorithm (pmix2-ips.pl) gives 525 servers.

I think the reason that the file was written in this fashion was the template
polymix-2.pg file in the polygraph distribution which has the example line

        addr[] srv_ips = ['127.0.0.1:8080', '127.0.0.1:8888' ];

So can you confirm which of the following lines I could use to give the correct
test setup :-

        addr[] srv_ips = ['10.0.129-131.1-175:8080'];
        addr[] srv_ips = ['10.0.129-131.1-175:8080', '10.0.129-131.1-175:8888'
];
        addr[] srv_ips = ['10.0.129-131.1-88:8080', '10.0.129-131.1-88:8888' ];

Thanks,
Gordon



This archive was generated by hypermail 2b29 : Tue Jul 10 2001 - 12:00:14 MDT