TA的每日心情 | 无聊 2015-2-10 09:56 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
最近测试一个项目,客户的正常在线用户数大约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": [10060] 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 |
|