|
在脚本中定义了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); |
|