Continuing the discussion from The number of clients in search operation:
Hi Folks,
I found this thread on relationship between number of clients and target throughput.
@dliappis Can you help me understand how did you arrive at 30 clients?
Following are my questions
- How are requests generated with set number of
clients
to achieve the settarget-throughput
? Is the trigger/generation deterministic? - Is there a thumb rule that I can use to decide the number of clients based
target-throughput
and expectedservice-time
? - Do the
max_connections
parameter of the python client play any role when triggering requests? - How to execute tests in throughput-benchmarking mode? Will that give me the max. throughput my cluster can handle?
Thanks