Hello!
On Fri, Jun 17, 2016 at 1:32 PM, Matthieu Labour wrote:
> I am seeing the following traffic on SERVER
>
> ubuntu@ip-192-168-10-131:~$ while true;do ~/count_req.sh;done
> QPS: 6056
> Active connections: 111
> QPS: 6074
> Active connections: 105
> QPS: 6062
> Active connections: 112 <=================== I would expect the number
> of connections to be the same number of connections seem for Experiment#1
>
Are you using the real traffic or just initiating fake traffic from a
fixed IP address? If it's the former, then it could be much more
complicated to reason about the effect of division (because the
clients may not fall ideally evenly upon the two servers and can lead
to varying results). Better try the latter instead.
Regards,
-agentzh