哪位高手来帮忙解决这个问题呀。。十万火急!
错误的概率非常高。
所有的error都是:
Action.c(50): Error -26377: No match found for the requested parameter "sellparam3". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 10000000 bytes, use web_set_max_html_param_len to increase the parameter size, Snapshot Info
都是在进入页面的时候才会发生这个错误。
在脚本中:
web_set_max_html_param_len( "10000000" );
web_reg_save_param("sellparam3",
"LB=margin:1% 0 0 4%;\"><input type=\"hidden\" name=\"_eosFlowKey\" value=\"",
"RB=\" />",
"Search=Body",
LAST);
web_set_max_html_param_len( "10000000" );
web_reg_save_param("sellparam4",
"LB=_eosFlowDataContext\" value=\"",
"RB=\" /><input type=\"hidden\" name=\"_eosFlowID\" value=",
"Search=Body",
LAST);
在进行测试脚本的时候,没有任何报错,数据正确提交,应该是没错的,但是在压力测试的时候,总会出现这样的错误,随着时间和虚拟用户数增加,错误的比率也会提高。
保存了日志:
Start auto log messages stack - Iteration 303.
Action.c(50): Found resource "http://ip:7001/app/common/scripts/eos-web.js.gzip" in HTML "http://ip:7001/app.flow"
Action.c(50): Found resource "http://ip:7001/cisf/common/lib/mootools.js" in HTML "http://ip:7001/app.flow"
Action.c(50): Downloading resource "http://ip:7001/app/supres/images/btn-bg.gif" (specified by argument number 10)
Action.c(50): Downloading resource "http://ip:7001/app/supres/images/sor_header.jpg" (specified by argument number 12)
Action.c(50): Error -26377: No match found for the requested parameter "sellparam3". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 10000000 bytes, use web_set_max_html_param_len to increase the parameter size, Snapshot Info
Action.c(50): Error -26377: No match found for the requested parameter "sellparam4". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 10000000 bytes, use web_set_max_html_param_len to increase the parameter size, Snapshot Info
End auto log messages stack.
这个有没有办法解决呢? sellparam3 sellparam4 这两个是参数化的参数吧。好像是参数化的问题 负载太大了页面刷回来不对导致关联不成功吧 本帖最后由 zhang.yuandong 于 2011-8-15 16:23 编辑
.............. 网络环境是百兆带宽吗?看吞吐量差不多带宽资源都占满了吧,每秒点击数也很高
应该是服务器负载太大的缘故,可以看看此时服务器资源的状况 没接受到服务器反馈回来的数据。服务器承受不了这么打的压力吧?或者你看看客户端和服务器的网络使用情况,是不是网络承受不了。 加入适当的tinktime,明显是服务器阻塞了,传不回来你截取参数的页面。 No match found for the requested parameter "sellparam3"
{:4_91:}
建议7楼的 并发量小一点,适当加几个thinktime试一下。 同7楼。减少施压。 服务器超负载,,或者你的带宽超负荷
无响应了,检查点失败 你可以适量的减少,负载的步进, 顶7楼 帮顶下7楼
页:
[1]