壓測過程當中修改註冊表的方法

不管使用Jmeter仍是Loadrunner,壓測過程當中都會出現一些錯誤,好比:java

一、Jmeter作壓力測試,報錯:java.net.BindException: Address already in use: connect服務器

二、LoadRunner:tcp

Action.c(23): Error -27796: Failed to connect to server "59.110.212.228:9080": [10048] Address already in use
Try changing the registry value
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\tcpip\Parameters\TcpTimedWaitDelay to 30
and HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\tcpip\Parameters\MaxUserPort to 65534
and rebooting the machine
See the readme.doc file for more information測試

修改註冊表的方法:spa

一、打開註冊表:ctrl+r 輸入regedit
二、進入-計算機\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
三、新建DWORD值,name:TcpTimedWaitDelay,value:30(十進制)設置爲30秒
四、新建DWORD值,name:MaxUserPort,value:65534(十進制)最大鏈接數65534.net

五、重啓服務器orm

六、loadrunner還須要設置一下:server

在 run-time setting/browser emulation中將simulate a new user on each iteration  選項去掉(默認是選中的)ip

相關文章
相關標籤/搜索