Loadrunner 伺服器壓力上不去,客戶端出現大量timed out
Loadrunner場景執行時,出現大量Error-27796:Failed to connect to server "account.sqsj.cn:80": [10060] Connection timed out
cmd執行netstat -an出現大量TIMEWAIT
解決辦法:
1、修改客戶端主機的登錄檔:
Windows下的調整方法為
HKEY_LOCAL_MACHINE/CurrentControlSet/Services/Tcpip/Parameters
KeepAliveInterval,設定其值為1000 www.2cto.com
KeepAliveTime,設定其值為300000(單位為毫秒,300000代表5分鐘)
TcpMaxDataRetransmissions,設定其值為5
TCPWindowSize的REG_DWORD值,該值的範圍是從0到65535,將該值設定為62420。
TCP1323Opts的REG_DWORD值,該值的具體含義為:0(預設值)表示禁用TCP Window Scaling和時間戳;1表示只啟用TCP Window Scaling;2表示只啟用時間戳;3表示同時啟用TCP Window Scaling和時間戳。
TCP1323Opts設定為啟用TCP
Window Scaling後,可以將上文中的登錄檔項TCPWindowSize的值增大,最大能達到1GB,為了達到最佳效能,這裡的值最好設定成MSS的倍數,推薦值為256960位元組。
2、Loadrunner 場景執行時runtime-settings(去掉下圖勾選)
相關文章
- MQTT 客戶端出現連線訂閱等問題時如何排查?MQQT客戶端
- 客戶資料庫出現大量cache buffer chains latch資料庫AI
- LoadRunner:壓力測試前的分析準備工作
- [Clickhouse] Clickhouse 報SQLException : Read timed outSQLException
- sqlnet.log error - Operation timed outSQLError
- zabbix server壓力大問題:啟用agent客戶端主動模式Server客戶端模式
- 還在用Excel維護客戶資訊?你OUT了Excel
- ORA-13639: The CURRENT operation was interrupted because it timed OUT
- 資料庫日誌中出現啟動JOB程式的TIMED OUT資訊資料庫
- oracle 11.2.0.3 grid ons 程式 checked timed outOracle
- 【Oracle】 inbound connection timed out (ORA-3136)Oracle
- 藍芽客戶端和伺服器的實現藍芽客戶端伺服器
- 在 Swoole 伺服器程式中如何實現壓力反饋伺服器
- pip安裝selenium報錯:Read timed out
- Android-問題-obtainBuffer timed out (is the CPU pegged?)AndroidAI
- 報錯(已解決)Command timed out after no timeout
- java.sql.SQLException:IO 錯誤:Socket read timed out !JavaSQLException
- Redis 6.0 客戶端快取的伺服器端實現Redis客戶端快取伺服器
- Linux伺服器效能壓力測試Linux伺服器
- 頁遊伺服器壓力測試方案伺服器
- 【python】pip安裝庫時出現Read timed out.解決辦法Python
- 小弟求救伺服器-客戶端程式伺服器客戶端
- 執行systemctl status ssh返回“Failed to get properties: Connection timed out”AI
- 【解決】io.lettuce.core.RedisCommandTimeoutException: Command timed outRedisException
- 解決 connect to host github.com port 22 operation timed outGithub
- oracle11gR2 Timed out waiting for the CRS stack to startOracleAI
- JAVA通訊(二)——實現客戶機和伺服器通訊Java伺服器
- CNNIC首次WAP調查報告:傳統門戶力壓新門戶CNN
- 使用LoadRunner進行壓力測試時如何選擇要錄製的協議?協議
- 多執行緒伺服器壓力測試執行緒伺服器
- 雲伺服器nginx和webman壓力測試伺服器NginxWeb
- 客戶端骨架屏實現客戶端
- 客戶端 post ,get 訪問伺服器客戶端伺服器
- Redis從客戶端登入伺服器Redis客戶端伺服器
- Oracle客戶端連線伺服器教程Oracle客戶端伺服器
- 【windows socket+TCP伺服器客戶端】WindowsTCP伺服器客戶端
- 【windows socket+UDP伺服器客戶端】WindowsUDP伺服器客戶端
- 【windows socket+HTTP伺服器客戶端】WindowsHTTP伺服器客戶端