zoukankan      html  css  js  c++  java
  • loadrunner:Action.c(4): Error -27796: Failed to connect to server "10.8.251.101:10086": [10060] Connection timed out

    Action.c(4): Error -27796: Failed to connect to server "10.8.251.101:10086": [10060] Connection timed out

    (1)
    在负载生成器的注册表HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters里,有如下两个键值:
    TcpTimedWaitDelay和MaxUserPort
    1,这里的TcpTimedWaitDelay默认值应该中是30s,所以这里,把这个值调小为5s(按需要调整,再不行改成1s)。
    2,也可以把MaxUserPort调大(如果这个值不是最大值的话)(65534)。
     
    (2)
    在Virtual User Generator(Record/Edit Script)中修改
    run-time setting/browser emulation option, unclick simulate a new user on each iteration.
    Browser Emulation 中的Download non-HTML resources 选项去掉,点击OK即可 
  • 相关阅读:
    树分治
    实现自己的shell--MIT xv6 shell
    逆元打表
    Linux fork()函数
    三分:求解凸函数极值
    anti-nim 游戏
    nginx配置文件详解
    nginx之别名、location使用
    shell脚本编程基础知识点
    linux任务计划
  • 原文地址:https://www.cnblogs.com/kliine/p/10190085.html
Copyright © 2011-2022 走看看