Specifying something other than lo0 for addr_space
Herbert Pfennig <hpfennig-YZ/nxcplwMRWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Message-ID | <[email protected]> |
Hi All,
I am trying to configure addr_space in the polymix-4.pg bench to be something
other than the loopback address (lo0). When the test starts, it says it created
250 total agent addresses, but in reality only creates two. Here is the relevant
config change and console output...
#polymix-4.pg
TheBench = {
client_side = {
addr_space = [ 'bge1::10.101.0-123.1-250/22' ];
hosts = [ '10.0.0.112' ]; // replace with IPs of your PCs
};
server_side = {
addr_space = [ 'bge1::10.101.128-251.1-250:80/22' ];
hosts = [ '172.28.4.102' ]; // replace with IPs of your PCs
};
};
#console output for robots (same story for server)
000.02| fyi: created 250 agent addresses total
000.02| created 2 agents total
000.02| Robot PolyMix-4-rbt [1 / 0de9ecb0.57621f1d:00000006] at 10.101.0.1
000.02| Robot PolyMix-4-rbt [2 / 0de9ecb0.57621f1d:00000422] at 10.101.0.1
000.02| fyi: current state (1) stored
000.02| fyi: working set size goal: first 518400 fill objects of the test
000.02| fyi: max local population size: 2 robots
Any ideas?
~~hp