whistler.j 发表于 2010-1-13 09:49:11

事务的响应时间是0?

在脚本中定义了2个事务,但事务的响应时间为何是0呢?
定义的事务如下:
lr_start_transaction("05_title");
        web_url("title_frame.jsp",
                "URL=http://111.10.10.10/EB/chn_webbank/title_frame.jsp",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://111.10.10.10/EB/servlet/com.hkboc.servlet.iBankServlet?

txType=AAA&gotoPage=/chn_webbank/chn_main.jsp&webLang=C&lastlogindate=aa",
                "Snapshot=t13.inf",
                "Mode=HTTP",
                LAST);
lr_end_transaction("05_title", LR_AUTO);

lr_start_transaction("06_topbar");

        web_url("chn_topbar.jsp",
                "URL=http://111.10.10.10/EB/chn_webbank/chn_topbar.jsp?lastlogindate=aa",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://111.10.10.10/EB/servlet/com.hkboc.servlet.iBankServlet?

txType=AAA&gotoPage=/chn_webbank/chn_main.jsp&webLang=C&lastlogindate=aa",
                "Snapshot=t14.inf",
                "Mode=HTTP",
                LAST);
lr_end_transaction("06_topbar", LR_AUTO);

whistler.j 发表于 2010-1-13 21:47:29

没有人知道这个问题么?
我使用的录制方式是URL
页: [1]
查看完整版本: 事务的响应时间是0?