网上观点:html
在注册表HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters里,有以下两个键值:
TcpTimedWaitDelay
MaxUserPort
1,这里的TcpTimedWaitDelay默认值应该中是30s,因此这里,把这个值调小为5s(按须要调整)。
2,也能够把MaxUserPort调大(若是这个值不是最大值的话)。web
实践:将TcpTimedWaitDelay默认值应该中是30s,因此这里,把这个值调小为5s,问题解决。服务器
load runner transaction 提示error:网络
Action.c(15): Error -27796: Failed to connect to server "10.9.34.101:80": [10061] Connection refusedapp
Message Code 27796
Failed to connect to server 'hostname';port_ld': 'reason'.
Unable to connect to the specified server and port.
Troubleshooting
o
Try to address the reason provided for the connection failure.
o
Try to access the application with a browser from the injector machine and from another machine (such as the recording machine).
o
Check that you accurately specified the correct host name and port.
o
Ping the host/port.
o
Check if the server application you are trying to access is running.
o
If you used a hostname, check if it was resolved to the correct address.
o
Check if the server application is listening to the right port.
|