|
在Run-time Settings的Pacing中有三种Iteration,其中后两种有什么区别啊?我两个都选“fixed”时间设置也一样15 SEC,运行下来的结果是:
第二种:
Starting iteration 1.
Starting action Action.
Action.c(7): Error -27796: Failed to connect to server "localhost:1080": [10061] Connection refused [MsgId: MERR-27796]
Action.c(7): web_url("MercuryWebTours") highest severity level was "ERROR", 0 body bytes, 0 header bytes [MsgId: MMSG-26388]
Ending action Action.
Ending iteration 1.
Waiting 15.0000 seconds for iteration pacing.
Starting iteration 2.
第三种:
Starting iteration 1.
Starting action Action.
Action.c(7): Error -27796: Failed to connect to server "localhost:1080": [10061] Connection refused [MsgId: MERR-27796]
Action.c(7): web_url("MercuryWebTours") highest severity level was "ERROR", 0 body bytes, 0 header bytes [MsgId: MMSG-26388]
Ending action Action.
Ending iteration 1.
Waiting 13.9280 seconds for iteration pacing.
Starting iteration 2.
备注:没有开Server
[ 本帖最后由 我要做SQAD 于 2006-1-25 17:08 编辑 ] |
|