aancting 发表于 2008-12-29 11:16:42

27979 27796 27727 27728

最近测试一个项目,客户的正常在线用户数大约5000用户,全部用户为3万,现在进行压力测试。

1.runtime-setting中的缓冲时间设为960S,已经够大了。
2.winlnet replas instead of sockets也已经选上了。
3.网络带宽为2兆。

运行方案时,系统总是出现以下错误,并且并发通过的用户数非常少,只有50个左右。我在网上也找了一个相关的解决方案,但是好像都无效,请教那位高手,给予指教!非常感谢!
错误1:Action.c(27): Error -27979: Requested form not found

错误2:Action.c(10): Error -27796: Failed to connect to server "219.72.252.132:80": Connection timed out

错误3:Action.c(10): Error -27728: Step download timeout (960 seconds) has expired when downloading non-resource(s)

错误4:Action.c(10): Error -27727: Step download timeout (960 seconds) has expired when downloading resource(s). Set the "Resource

Page Timeout is a Warning" Run-Time Setting to Yes/No to have this message as a warning/error, respectively

archonwang 发表于 2008-12-29 11:53:02

2. 适当延长连接超时的设置时间,推荐在600S~1000S间
3. 同上
4. 同上,请修改run-time setting设置。

1. 请检查功能。这个有可能是由于开发人员使用非标准型语法开发的控件

解决办法(试试看,不定行)
Recording options->Internet Protocol Recording->Recording->Recording Level->HTML Advanced-->
script type-->选择第2个!

aancting 发表于 2008-12-29 13:25:43

谢谢楼上的回复:我运行是全部设置过的,全部设置为960S的,没有用的,
大家还有其它的解决方案吗?

yetties2005 发表于 2008-12-29 13:48:20

帮顶:L

aancting 发表于 2008-12-29 14:52:33

我把:Recording options->Internet Protocol Recording->Recording->Recording Level->HTML Advanced-->
script type-->选择第2个后,重新录制脚本,脚本回放正常。再执行脚本分析,并发100用户,这时的问题更多了,比较晕不
知道是什么原因:
Action.c(32): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0,

respectively.

Action.c(32): Error -26377: No match found for the requested parameter "CSRule_1_UID3". Check whether the requested

boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len

to increase the parameter size

Action.c(32): Error -27727: Step download timeout (960 seconds) has expired when downloading resource(s). Set the "Resource

Page Timeout is a Warning" Run-Time Setting to Yes/No to have this message as a warning/error, respectively

Action.c(32): Error -27728: Step download timeout (960 seconds) has expired when downloading non-resource(s)


Action.c(32): Error -27791: Server "219.72.252.132" has shut down the connection prematurely

Action.c(32): Error -27796: Failed to connect to server "219.72.252.132:80": Connection timed out

aancting 发表于 2008-12-31 15:29:30

没有人回复吗?

板砖 发表于 2008-12-31 16:26:16

你就不能把代码写上来吗?

就算写上来可能也没有人来解答.

真不易 发表于 2009-5-15 14:37:52

XP系统对TCP/IP连接数做了限制。
修改TCP/IP连接数吧。
http://www.lvllord.de/download.php?url=en/EvID4226Patch211a-en.zip

这是一个替换文件。
打开执行选择N,自己定义一个150就可以了

wangjialin 发表于 2009-5-15 15:14:44

楼上的连接好像不行

lanyuetao 发表于 2011-2-28 09:29:38

我录搜狐网首页也出现楼主的2、3、4错误,
希望高手解决一下,谢谢

zhaoyabin123456 发表于 2011-3-21 11:10:46

等待中。。。。。。。。。。。。。。。。。

edisonzhang 发表于 2012-1-13 12:04:16

设置run time setting中的internet protocol-preferences中的advaced区域有一个winlnet replay instead of sockets选项,勾选。
我勾选这个设置后,错误是没有了,但是服务器的压力小了不少
没勾选 报错误 服务器cpu30%左右
勾选后,不报错误了,服务器的cpu10%一下

想不明白,期待答复下

edisonzhang 发表于 2012-1-13 16:10:32

设置run time setting中的internet protocol-preferences中的advaced区域有一个winlnet replay instead of sockets选项
我还发现这个选项不能和 IP欺骗功能同时使用, 不知道为什么?

qq2949119 发表于 2012-2-10 16:01:44

3.网络带宽为2兆。
这个还是性能测试么

han_liu_xing 发表于 2012-8-10 16:52:06

我之前有出现过27796的错误
在 run-time setting/browser emulation中将simulate a new user on each iteration选项去掉(默认是选中的)就好了
页: [1]
查看完整版本: 27979 27796 27727 27728