adaliu 发表于 2008-4-23 17:42:06

运行负载测试场景时遇到的的两个问题timeout.....

如题,测试场景时,碰到的两个问题是:error 1:Failed to Initialize.Reason:TimeOut.
error2:Monitor name :Windows Resources. Cannot access data for measurement PhysicalDisk|% Disk Time|_Total on machine localhost.
Details: 检测出一个含有负值的计数器。
Hint:
Check that there is such a measurement on the machine (use the Add Machine dialog box)(entry point:CNtMeasurement::GetNewData3).       

我现在是寸步难行了,请大侠们指条明路:)

[ 本帖最后由 adaliu 于 2008-4-23 17:43 编辑 ]

adiao 发表于 2008-4-24 18:04:45

关于第一个timeout 120s的问题,可在Run-time Settings --Internet Protocol--Preferences页面有个“ Options...”按钮,点击后可以看到有下面的选项:
HTTP--request connect timeout (secsec)        120
HTTP--request receive timeout(secsec)        120
Step download timeout (secsec)        120

将这三个“120”改成大的数值

w423343 发表于 2008-4-24 22:21:25

我不同意你的说法,我更倾向于的解释是:web服务器自己定义的超时120秒的机制,做过网站的人都知道在哪设。

hxtyj 发表于 2008-4-25 02:23:04

回复 3# 的帖子

能详细说说吗? 3楼的兄弟。没做过网站。

typhoon 发表于 2008-5-27 13:53:44

回复 1# 的帖子

这个问题咋解决了,我也遇到了,请帮忙啊

liuh3218 发表于 2008-5-28 10:17:13

这个问题经常遇到:L

shwonder 发表于 2008-7-11 12:54:32

HTTP--request connect timeout (secsec)      120
HTTP--request receive timeout(secsec)      120
Step download timeout (secsec)      120
上面的这三个参数设置,应该不是解决Failed to Initialize.Reason:TimeOut.这个错的,这个错误的出现貌似在跟服务器交互之前出现的。

shwonder 发表于 2008-7-11 13:31:29

对Controller进行设置,在Tools > Options >Timeout下,设置Load Generator和Vuser的时间,默认为120s和180s。

mball 发表于 2009-8-24 14:21:27

第二个错误"error2:Monitor name :Windows Resources. Cannot access data for measurement PhysicalDisk|% Disk Time|_Total on machine localhost.
Details: 检测出一个含有负值的计数器。
Hint:
"怎样解决呢?

wwwux 发表于 2009-8-24 16:47:39

原帖由 mball 于 2009-8-24 14:21 发表 http://bbs.51testing.com/images/common/back.gif
第二个错误"error2:Monitor name :Windows Resources. Cannot access data for measurement PhysicalDisk|% Disk Time|_Total on machine localhost.
Details: 检测出一个含有负值的计数器。
Hint:
"怎样解决呢?
你看看磁盘使用率是不是超过100%了?磁盘使用率是可以超过100%的,这个时候分子大于分母可能会出现这样的报错。
以上为个人理解,我也遇到过这种情况,都是磁盘占用超过100%的时候出现的。

kuangquanshui 发表于 2009-8-24 16:59:21

:victory:
页: [1]
查看完整版本: 运行负载测试场景时遇到的的两个问题timeout.....