'What tuning needs to be done in Windows for Jmeter load Drivers
When I use Jmeter or any other load tool in Linux, I always tune the OS in the Load Drivers to make sure they are not a bottleneck. Things I typically do:
Make sure anonymous ports go from 5k to 65k (60k ports available)
Can configure Linux with TCP_TW_REUSE to minimize sockets in TimeWait
ulimit the user that will run the test in terms of open files and max processes
Can somebody please share what tuning is needed in Windows for load drivers to get maximum throughput? I'm new to the use of Windows as the OS for load drivers.
Thanks.
Solution 1:[1]
- It's configurable via registry:
MaxUserPortkey underHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Services\TCPIP\Parameters - It's configurable via registry:
TcpTimedWaitDelaykey underHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters - Windows doesn't have hard limits on open file handles, it's not applicable
References:
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Dmitri T |
