51Testing软件测试论坛

标题: LR场景执行时报错 修改后重启无效 [打印本页]

作者: fsweicaixia    时间: 2013-10-14 11:37
标题: LR场景执行时报错 修改后重启无效
ction.c(5): 错误 -27796: 连接服务器“192.168.13.10:80”失败: “[10048] 地址已被使用
请尝试将注册表值
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\tcpip\Parameters\TcpTimedWaitDelay 更改为 30
并将 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\tcpip\Parameters\MaxUserPort 更改为 65534
然后重新启动计算机
有关详细信息,请参阅 readme.doc 文件”, Snapshot Info [MSH 59 1]
作者: fsweicaixia    时间: 2013-10-15 10:03
本帖最后由 fsweicaixia 于 2013-10-15 10:39 编辑

此问题已解决。
一:联机测试
二:多加个CPU 
其他解决方法后续...
其他

Action.c(4): Error -27796: Failed to connect to server "stadig.ifeng.com:80": [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
压测目标是一个简单的js,服务器处理很快。LR压力测试遇到如上错误,跟据提示在注册表中已将TcpTimedWaitDelay  改为 1;MaxUserPort 改为 65534;并且重启电脑。运行后仍出现上面的错误。后来在 run-time setting/browser emulation中
将simulate a new user on each iteration  选项去掉(默认是选中的)。重新运行一切正常,没有错误出现。

猜测原因,客户端性能比较好,发出压力太快,所以把tcp/ip的连接或端口占满。在网上查了一下,xp好像默认开启15个tcp/ip
去掉这个选项的意思是,始终使用一个tcp/ip链接,不断开,也就是开发人员所说的长链接或持久连接。   
短连接:建立连接-----发送和接收报文1-------关闭连接
长连接:建立连接-----发送和接收报文1.。。。2.。。。3-----关闭连接
作者: lsekfe    时间: 2013-10-23 10:02
此问题已解决。
一:联机测试
二:多加个CPU 
其他解决方法后续...
其他
Action.c(4): Error - ...
fsweicaixia 发表于 2013-10-15 10:03


这也算一种分享,不错LZ!




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2