How to better run a benchmark for scenarios of client-server model like redis?
I want to evaluate the maximum performance of a physical machine in a Redis scenario using the benchmark redisbench. Since I want to evaluate the overall throughput performance of the physical machine, I will start multiple Redis server processes (assuming 64 physical cores, I may start 64 or 128 instances) on the machine and simultaneously apply load testing to the overall throughput.