<div dir="ltr">Hello there, <div><br></div><div>I run into a cpu-bound issue in the webpolygraph client machine. I want to run multiple client processes in the client machine.  I want to know how to configure the robots so that each process has its own address spaces? </div>

<div><br></div><div>For example, <br></div><div><br></div><div>Client1 Robots:  10.0.1.1 to 10.0.1.5</div><div>Client2 Robots:  10.0.1.6 to 10.0.1.10<br></div><div>...</div><div><em style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium"><small><blockquote>

<pre>Bench B = {
    peak_req_rate = 300/sec;
    client_side = {
        max_agent_load = 1/sec; // estimated load produced by one Robot
        addr_space = [ 'lo::10.0.1-5.1-250' ];
        hosts = [ '172.16.0.1-3' ]; // three client-side hosts or partitions
    };
    server_side = { ... };
};</pre></blockquote></small></em></div><div><br></div><div><br></div><div>Do I have to prepare separated workloads (.pg files) for each client process in the same box?  </div><div><br></div><div> </div><div><br></div><div>

Thanks, </div><div>Jacky</div></div>