lr_set_debug_message:选择性开启扩展日志

vuser_init:

vuser_init()
{
return ;
}

Action:

Action()
{
ExtendedLog(); // 开启扩展日志 web_url("WebTours",
"URL=http://127.0.0.1:1080/WebTours/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST); ExtendedLog(); // 关闭扩展日志 return ;
}

vuser_end:

vuser_end()
{
return ;
}

globals.h:

#ifndef _GLOBALS_H
#define _GLOBALS_H //--------------------------------------------------------------------
// Include Files
#include "lrun.h"
#include "web_api.h"
#include "lrw_custom_body.h" //--------------------------------------------------------------------
// Global Variables /*
开启或关闭扩展日志
Switch:1-打开 0-关闭
LR_MSG_CLASS_EXTENDED_LOG:扩展日志
LR_MSG_CLASS_PARAMETERS:参数替换
LR_MSG_CLASS_RESULT_DATA:服务器返回数据
LR_MSG_CLASS_FULL_TRACE:高级跟踪
*/ void ExtendedLog(int Switch) {
lr_set_debug_message(LR_MSG_CLASS_EXTENDED_LOG,Switch);
lr_set_debug_message(LR_MSG_CLASS_PARAMETERS,Switch);
lr_set_debug_message(LR_MSG_CLASS_RESULT_DATA,Switch);
lr_set_debug_message(LR_MSG_CLASS_FULL_TRACE,Switch);
}
#endif // _GLOBALS_H

回放日志:

Virtual User Script started at : -- ::
Starting action vuser_init.
Web Turbo Replay of LoadRunner 11.0. for Windows ; build (Aug ::) [MsgId: MMSG-]
Run Mode: HTML [MsgId: MMSG-]
Run-Time Settings file: "C:\Users\pengfayuan\AppData\Local\Temp\noname1\\default.cfg" [MsgId: MMSG-]
Ending action vuser_init.
Running Vuser...
Starting iteration .
Starting action Action.
Action.c(): web_url("WebTours") started [MsgId: MMSG-]
Action.c(): t=443ms: Connecting [] to host 127.0.0.1: [MsgId: MMSG-]
Action.c(): t=450ms: Connected socket [] from 127.0.0.1: to 127.0.0.1: in ms [MsgId: MMSG-]
Action.c(): t=453ms: -byte request headers for "http://127.0.0.1:1080/WebTours/" (RelFrameId=, Internal ID=)
Action.c(): GET /WebTours/ HTTP/1.1\r\n
Action.c(): User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT)\r\n
Action.c(): Accept-Encoding: gzip, deflate\r\n
Action.c(): Accept: */*\r\n
Action.c(5): Connection: Keep-Alive\r\n
Action.c(5): Host: 127.0.0.1:1080\r\n
Action.c(5): \r\n
Action.c(5): t=493ms: 164-byte response headers for "http://127.0.0.1:1080/WebTours/" (RelFrameId=1, Internal ID=1)
Action.c(5): HTTP/1.1 200 Ok\r\n
Action.c(5): Server: Xitami\r\n
Action.c(5): Date: Wed, 10 Jun 2015 07:04:47 GMT\r\n
Action.c(5): Content-type: text/html\r\n
Action.c(5): Content-length: 312\r\n
Action.c(5): Last-modified: Tue, 08 May 2007 11:40:23 GMT\r\n
Action.c(5): \r\n
Action.c(5): t=539ms: 312-byte response body for "http://127.0.0.1:1080/WebTours/" (RelFrameId=1, Internal ID=1)
Action.c(5): <HTML>\n
Action.c(5): <HEAD>\n
Action.c(5): <title>Web Tours</title>\n
Action.c(5): <frameset rows = "65,*" border=1 bordercolor=#E0E7F1>\n
Action.c(5): <frame name="header" src=header.html scrolling=no noresize marginheight=2 marginwidth=2>\n
Action.c(5): <frame name="body" src=welcome.pl?signOff=true scrolling=auto noresize marginheight=2 marg
Action.c(5): inwidth=2>\n
Action.c(5): </frameset>\n
Action.c(5): </head>\n
Action.c(5): </html>\n
Action.c(5): \n
Action.c(5): Detected non-resource "http://127.0.0.1:1080/WebTours/header.html" in "http://127.0.0.1:1080/WebTours/" [MsgId: MMSG-26574]
Action.c(5): Detected non-resource "http://127.0.0.1:1080/WebTours/welcome.pl?signOff=true" in "http://127.0.0.1:1080/WebTours/" [MsgId: MMSG-26574]
Action.c(5): t=591ms: Request done "http://127.0.0.1:1080/WebTours/" [MsgId: MMSG-26000]
Action.c(5): t=599ms: Already connected [0] to 127.0.0.1:1080 [MsgId: MMSG-26000]
Action.c(5): t=603ms: 243-byte request headers for "http://127.0.0.1:1080/WebTours/welcome.pl?signOff=true" (RelFrameId=1.2, Internal ID=3)
Action.c(5): GET /WebTours/welcome.pl?signOff=true HTTP/1.1\r\n
Action.c(5): Referer: http://127.0.0.1:1080/WebTours/\r\n
Action.c(5): User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT)\r\n
Action.c(5): Accept-Encoding: gzip, deflate\r\n
Action.c(5): Accept: */*\r\n
Action.c(): Connection: Keep-Alive\r\n
Action.c(): Host: 127.0.0.1:\r\n
Action.c(): \r\n
Action.c(): t=640ms: Connecting [] to host 127.0.0.1: [MsgId: MMSG-]
Action.c(): t=643ms: Connected socket [] from 127.0.0.1: to 127.0.0.1: in ms [MsgId: MMSG-]
Action.c(): t=649ms: -byte request headers for "http://127.0.0.1:1080/WebTours/header.html" (RelFrameId=1.1, Internal ID=)
Action.c(): GET /WebTours/header.html HTTP/1.1\r\n
Action.c(): Referer: http://127.0.0.1:1080/WebTours/\r\n
Action.c(): User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT)\r\n
Action.c(): Accept-Encoding: gzip, deflate\r\n
Action.c(): Accept: */*\r\n
Action.c(5): Connection: Keep-Alive\r\n
Action.c(5): Host: 127.0.0.1:1080\r\n
Action.c(5): \r\n
Action.c(5): t=688ms: 164-byte response headers for "http://127.0.0.1:1080/WebTours/header.html" (RelFrameId=1.1, Internal ID=2)
Action.c(5): HTTP/1.1 200 Ok\r\n
Action.c(5): Server: Xitami\r\n
Action.c(5): Date: Wed, 10 Jun 2015 07:04:47 GMT\r\n
Action.c(5): Content-type: text/html\r\n
Action.c(5): Content-length: 692\r\n
Action.c(5): Last-modified: Tue, 08 May 2007 11:40:23 GMT\r\n
Action.c(5): \r\n
Action.c(5): t=734ms: 692-byte response body for "http://127.0.0.1:1080/WebTours/header.html" (RelFrameId=1.1, Internal ID=2)
Action.c(5): <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">\n
Action.c(5): <HTML><HEAD></HEAD>\n
Action.c(5): <BODY bgcolor=#003366 leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">\n
Action.c(5): \t\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
Action.c(5): bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \n
Action.c(5): \t\t<table width="100%" border="0" cellspacing="0" cellpadding="0">\n
Action.c(5): \t\t\t<tr>\n
Action.c(5): \t\t\t\t<td align="left" valign="middle" width="50%"><img src="data:images/hp_logo.png" alt=""
Action.c(5): height="45" width="69" align="absmiddle" border="0"><img src="data:images/webtours.png" alt=""
Action.c(5): height="45" width="130" align="absmiddle" border="0"></td>\n
Action.c(5): \t\t\t\t<td align="right"></td>\n
Action.c(5): \t\t\t\t<td></td>\n
Action.c(5): \t\t\t</tr>\n
Action.c(5): \t\t</table>\n
Action.c(5): \t</BODY>\n
Action.c(5): Found resource "http://127.0.0.1:1080/WebTours/images/hp_logo.png" in HTML "http://127.0.0.1:1080/WebTours/header.html" [MsgId: MMSG-26659]
Action.c(5): Found resource "http://127.0.0.1:1080/WebTours/images/webtours.png" in HTML "http://127.0.0.1:1080/WebTours/header.html" [MsgId: MMSG-26659]
Action.c(5): t=818ms: Request done "http://127.0.0.1:1080/WebTours/header.html" [MsgId: MMSG-26000]
Action.c(5): t=822ms: Already connected [1] to 127.0.0.1:1080 [MsgId: MMSG-26000]
Action.c(5): t=826ms: 249-byte request headers for "http://127.0.0.1:1080/WebTours/images/hp_logo.png" (RelFrameId=, Internal ID=4)
Action.c(5): GET /WebTours/images/hp_logo.png HTTP/1.1\r\n
Action.c(5): Referer: http://127.0.0.1:1080/WebTours/header.html\r\n
Action.c(5): User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT)\r\n
Action.c(5): Accept-Encoding: gzip, deflate\r\n
Action.c(5): Accept: */*\r\n
Action.c(): Connection: Keep-Alive\r\n
Action.c(): Host: 127.0.0.1:\r\n
Action.c(): \r\n
Action.c(): t=859ms: -byte response headers for "http://127.0.0.1:1080/WebTours/images/hp_logo.png" (RelFrameId=, Internal ID=)
Action.c(): HTTP/1.1 Ok\r\n
Action.c(): Server: Xitami\r\n
Action.c(): Date: Wed, Jun :: GMT\r\n
Action.c(): Content-type: image/png\r\n
Action.c(): Content-length: \r\n
Action.c(): Last-modified: Mon, Feb :: GMT\r\n
Action.c(): \r\n
Action.c(): t=889ms: -byte response body for "http://127.0.0.1:1080/WebTours/images/hp_logo.png" (RelFrameId=, Internal ID=)
Action.c(): t=893ms: Request done "http://127.0.0.1:1080/WebTours/images/hp_logo.png" [MsgId: MMSG-]
Action.c(): t=897ms: Already connected [] to 127.0.0.1: [MsgId: MMSG-]
Action.c(): t=902ms: -byte request headers for "http://127.0.0.1:1080/WebTours/images/webtours.png" (RelFrameId=, Internal ID=)
Action.c(): GET /WebTours/images/webtours.png HTTP/1.1\r\n
Action.c(): Referer: http://127.0.0.1:1080/WebTours/header.html\r\n
Action.c(): User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT)\r\n
Action.c(): Accept-Encoding: gzip, deflate\r\n
Action.c(): Accept: */*\r\n
Action.c(5): Connection: Keep-Alive\r\n
Action.c(5): Host: 127.0.0.1:1080\r\n
Action.c(5): \r\n
Action.c(5): t=939ms: 391-byte response headers for "http://127.0.0.1:1080/WebTours/welcome.pl?signOff=true" (RelFrameId=1.2, Internal ID=3)
Action.c(5): HTTP/1.1 200 Ok\r\n
Action.c(5): Server: Xitami\r\n
Action.c(5): Date: Wed, 10 Jun 2015 07:04:47 GMT\r\n
Action.c(5): Cache-control: no-cache\r\n
Action.c(5): Expires: 0\r\n
Action.c(5): Content-length: 630\r\n
Action.c(5): Content-type: text/html; charset=ISO-8859-1\r\n
Action.c(5): Date: Wed, 10 Jun 2015 07:04:47 GMT\r\n
Action.c(5): Set-cookie: MTUserInfo=; path=/; expires=Tue, 09-Jun-2015 07:04:47 GMT\r\n
Action.c(5): Set-cookie: MSO=SID&1433919887&MSO_JSFormSubmit1&on&MSO_ServerErrorsProb&50&MSO_ServerLoad
Action.c(5): Prob&50; path=/\r\n
Action.c(5): \r\n
Action.c(5): t=998ms: 630-byte response body for "http://127.0.0.1:1080/WebTours/welcome.pl?signOff=true" (RelFrameId=1.2, Internal ID=3)
Action.c(5): <!-- \n
Action.c(5): A Session ID has been created and loaded into a cookie called MSO.\n
Action.c(5): Also, the server options have been loaded into the cookie called\n
Action.c(5): MSO as well. The server options can be set via the Admin page.\n
Action.c(5): --->\n
Action.c(5): \n
Action.c(5): <html>\n
Action.c(5): <title>Web Tours</title>\n
Action.c(5): <!-- Frame Set -->\n
Action.c(5): <frameset cols="160,*" border=1 frameborder=1>\n
Action.c(5): <!-- Navigation Frame -->\n
Action.c(5): <frame src=nav.pl?in=home name=navbar marginheight=2 marginwidth=2 \n
Action.c(5): noresize scrolling=auto>\n
Action.c(5): <!-- Home Frame -->\n
Action.c(5): <frame src=/WebTours/home.html name=info marginheight=2 marginwidth=2 \n
Action.c(5): noresize scrolling=auto>\n
Action.c(5): </frameset>\n
Action.c(5): \n
Action.c(5): </body>\n
Action.c(5): </html>
Action.c(5): Detected non-resource "http://127.0.0.1:1080/WebTours/nav.pl?in=home" in "http://127.0.0.1:1080/WebTours/welcome.pl?signOff=true" [MsgId: MMSG-26574]
Action.c(5): Detected non-resource "http://127.0.0.1:1080/WebTours/home.html" in "http://127.0.0.1:1080/WebTours/welcome.pl?signOff=true" [MsgId: MMSG-26574]
Action.c(5): t=1074ms: Request done "http://127.0.0.1:1080/WebTours/welcome.pl?signOff=true" [MsgId: MMSG-26000]
Action.c(5): t=1082ms: Already connected [0] to 127.0.0.1:1080 [MsgId: MMSG-26000]
Action.c(5): t=1085ms: 352-byte request headers for "http://127.0.0.1:1080/WebTours/nav.pl?in=home" (RelFrameId=1.2.1, Internal ID=6)
Action.c(5): GET /WebTours/nav.pl?in=home HTTP/1.1\r\n
Action.c(5): Referer: http://127.0.0.1:1080/WebTours/welcome.pl?signOff=true\r\n
Action.c(5): User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT)\r\n
Action.c(5): Accept-Encoding: gzip, deflate\r\n
Action.c(5): Accept: */*\r\n
Action.c(): Connection: Keep-Alive\r\n
Action.c(): Host: 127.0.0.1:\r\n
Action.c(): Cookie: MSO=SID&&MSO_JSFormSubmit1&on&MSO_ServerErrorsProb&&MSO_ServerLoadProb
Action.c(): &\r\n
Action.c(): \r\n
Action.c(): t=1132ms: -byte response headers for "http://127.0.0.1:1080/WebTours/images/webtours.png" (RelFrameId=, Internal ID=)
Action.c(): HTTP/1.1 Ok\r\n
Action.c(): Server: Xitami\r\n
Action.c(): Date: Wed, Jun :: GMT\r\n
Action.c(): Content-type: image/png\r\n
Action.c(): Content-length: \r\n
Action.c(): Last-modified: Mon, Feb :: GMT\r\n
Action.c(): \r\n
Action.c(): t=1181ms: -byte response body for "http://127.0.0.1:1080/WebTours/images/webtours.png" (RelFrameId=, Internal ID=)
Action.c(): t=1190ms: Request done "http://127.0.0.1:1080/WebTours/images/webtours.png" [MsgId: MMSG-]
Action.c(): t=1194ms: Already connected [] to 127.0.0.1: [MsgId: MMSG-]
Action.c(): t=1201ms: -byte request headers for "http://127.0.0.1:1080/WebTours/home.html" (RelFrameId=1.2., Internal ID=)
Action.c(): GET /WebTours/home.html HTTP/1.1\r\n
Action.c(): Referer: http://127.0.0.1:1080/WebTours/welcome.pl?signOff=true\r\n
Action.c(): User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT)\r\n
Action.c(): Accept-Encoding: gzip, deflate\r\n
Action.c(): Accept: */*\r\n
Action.c(5): Connection: Keep-Alive\r\n
Action.c(5): Host: 127.0.0.1:1080\r\n
Action.c(5): Cookie: MSO=SID&1433919887&MSO_JSFormSubmit1&on&MSO_ServerErrorsProb&50&MSO_ServerLoadProb
Action.c(5): &50\r\n
Action.c(5): \r\n
Action.c(5): t=1270ms: 165-byte response headers for "http://127.0.0.1:1080/WebTours/home.html" (RelFrameId=1.2.2, Internal ID=7)
Action.c(5): HTTP/1.1 200 Ok\r\n
Action.c(5): Server: Xitami\r\n
Action.c(5): Date: Wed, 10 Jun 2015 07:04:47 GMT\r\n
Action.c(5): Content-type: text/html\r\n
Action.c(5): Content-length: 1322\r\n
Action.c(5): Last-modified: Tue, 08 May 2007 11:40:23 GMT\r\n
Action.c(5): \r\n
Action.c(5): t=1294ms: 1322-byte response body for "http://127.0.0.1:1080/WebTours/home.html" (RelFrameId=1.2.2, Internal ID=7)
Action.c(5): <HTML>\n
Action.c(5): <HEAD>\n
Action.c(5): \t<title>Web Tours</title>\n
Action.c(5): </head>\n
Action.c(5): <style>\n
Action.c(5): \tblockquote {font-family: tahoma; font-size : 10pt}\n
Action.c(5): \tH1 {font-family: tahoma; font-size : 22pt; color: #003366}\n
Action.c(5): \tsmall {font-family: tahoma; font-size : 8pt}\n
Action.c(5): \tH3{font-family: tahoma; font-size : 10pt; color: black}\n
Action.c(5): \tA {FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Tahoma; TEXT-DECORATIO
Action.c(5): N: none}\n
Action.c(5): \tA:hover{ FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #993333; FONT-FAMILY: Tahoma;TEXT-DE
Action.c(5): CORATION: underline}\n
Action.c(5): \tTD {font-family: tahoma; font-size : 10pt; color: black}\n
Action.c(5): </style>\n
Action.c(5): <body bgcolor=#e0e7f1>\n
Action.c(5): <BR>\n
Action.c(5): <BR>\n
Action.c(5): <BR>\n
Action.c(5): <br >\n
Action.c(5): <table border=0>\n
Action.c(5): <tr><td></td></tr>\n
Action.c(5): <TR><TD></TD></TR>\n
Action.c(5): <TR><TD>\n
Action.c(5): <blockquote>\n
Action.c(5): <H1><b>Web Tours</b></H1>\n
Action.c(5): Welcome to the Web Tours site.\n
Action.c(5): <br>\n
Action.c(5): To make reservations,please enter your account information to the left.\n
Action.c(5): <br>\n
Action.c(5): If you haven't registered yet, <A href="login.pl?username=&amp;password=&amp;getInfo=true"
Action.c(5): ><B>sign up now</B></A> to get access to all our resources.\n
Action.c(5): <br>\n
Action.c(5): To configure the server options, use <A href="admin.pl" target=body ><b>administration</b>
Action.c(5): </A> link.\n
Action.c(5): <br><br><br><br><br><br>\n
Action.c(5): <br><small>\n
Action.c(5): This product uses parts of the SMT Kernel, Copyright (c) 1991-99 <A href="http://www.imati
Action.c(5): x.com" target=new><B><small>iMatix Corporation</small></B></A> \n
Action.c(5): </small>\n
Action.c(5): </blockquote></TD>\n
Action.c(5): <TD></TD></TR>\n
Action.c(5): </table>\n
Action.c(5): </body>\n
Action.c(5): </html>\n
Action.c(5): t=1420ms: Request done "http://127.0.0.1:1080/WebTours/home.html" [MsgId: MMSG-26000]
Action.c(5): t=1471ms: 253-byte response headers for "http://127.0.0.1:1080/WebTours/nav.pl?in=home" (RelFrameId=1.2.1, Internal ID=6)
Action.c(5): HTTP/1.1 200 Ok\r\n
Action.c(5): Server: Xitami\r\n
Action.c(5): Date: Wed, 10 Jun 2015 07:04:48 GMT\r\n
Action.c(5): Cache-control: no-cache\r\n
Action.c(5): Expires: 0\r\n
Action.c(5): Content-length: 1532\r\n
Action.c(5): Content-type: text/html; charset=ISO-8859-1\r\n
Action.c(5): Date: Wed, 10 Jun 2015 07:04:47 GMT\r\n
Action.c(5): Expires: Tue, 09 Jun 2015 07:04:47 GMT\r\n
Action.c(5): \r\n
Action.c(5): t=1532ms: 1532-byte response body for "http://127.0.0.1:1080/WebTours/nav.pl?in=home" (RelFrameId=1.2.1, Internal ID=6)
Action.c(5): <!DOCTYPE html\n
Action.c(5): \tPUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n
Action.c(5): \t "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n
Action.c(5): <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">\n
Action.c(5): <head>\n
Action.c(5): <title>Web Tours Navigation Bar</title>\n
Action.c(5): <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\n
Action.c(5): </head>\n
Action.c(5): <body bgcolor="#E0E7F1">\n
Action.c(5): <script language=Javascript src=/WebTours/JSFormSubmit.js> <!--- \n
Action.c(5): //Form submit is ON \n
Action.c(5): --> </script>\n
Action.c(5): <style>\n
Action.c(5): blockquote {font-family: tahoma; font-size : 10pt}\n
Action.c(5): H1 {font-family: tahoma; font-size : 22pt; color: #993333}\n
Action.c(5): H3 {font-family: tahoma; font-size : 10pt; color: black}\n
Action.c(5): small {font-family: tahoma; font-size : 8pt}\n
Action.c(5): </style>\n
Action.c(5): <form method=post action=error.pl onSubmit='doJSFormSubmit1(this)' target=body>\n
Action.c(5): <input type=hidden name=userSession value=116153.899311462fQHtzzzpVQfiDDDDDfitHpQQHVHf>\n
Action.c(5): <table border=0><tr><td>&nbsp;</td>\n
Action.c(5): <td>&nbsp;</td>\n
Action.c(5): <tr><td>&nbsp;</td>\n
Action.c(5): <td>&nbsp;</td></tr>\n
Action.c(5): <tr><td>&nbsp;</td>\n
Action.c(5): <td><small>&nbsp;Username</small></td></tr>\n
Action.c(5): <tr><td>&nbsp;</td>\n
Action.c(5): <td><input type=text name=username value='' size=14 maxlength=14></td></tr>\n
Action.c(5): <tr><td>&nbsp;</td>\n
Action.c(5): <td><small>&nbsp;Password</small></td>\n
Action.c(5): <tr><td>&nbsp;</td>\n
Action.c(5): <td><input type=password name=password value='' size=14 maxlength=14></td></tr>\n
Action.c(5): <tr><td>&nbsp;</td>\n
Action.c(5): <td>&nbsp;<tr><td>\n
Action.c(5): <tr><td>&nbsp;</td>\n
Action.c(5): <td><input type=image name=login value=Login alt=Login border=1 \n
Action.c(5): src='/WebTours/images/mer_login.gif'>\n
Action.c(5): <tr><td>&nbsp;</td>\n
Action.c(5): </table><input type=hidden name=JSFormSubmit value='off'>\n
Action.c(5): </form>\n
Action.c(5): \n
Action.c(5): </body>\n
Action.c(5): </html>\n
Action.c(5): Found resource "http://127.0.0.1:1080/WebTours/JSFormSubmit.js" in HTML "http://127.0.0.1:1080/WebTours/nav.pl?in=home" [MsgId: MMSG-26659]
Action.c(5): Found resource "http://127.0.0.1:1080/WebTours/images/mer_login.gif" in HTML "http://127.0.0.1:1080/WebTours/nav.pl?in=home" [MsgId: MMSG-26659]
Action.c(5): t=1658ms: Request done "http://127.0.0.1:1080/WebTours/nav.pl?in=home" [MsgId: MMSG-26000]
Action.c(5): t=1661ms: Already connected [0] to 127.0.0.1:1080 [MsgId: MMSG-26000]
Action.c(5): t=1665ms: 349-byte request headers for "http://127.0.0.1:1080/WebTours/images/mer_login.gif" (RelFrameId=, Internal ID=9)
Action.c(5): GET /WebTours/images/mer_login.gif HTTP/1.1\r\n
Action.c(5): Referer: http://127.0.0.1:1080/WebTours/nav.pl?in=home\r\n
Action.c(5): User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT)\r\n
Action.c(5): Accept-Encoding: gzip, deflate\r\n
Action.c(5): Accept: */*\r\n
Action.c(): Connection: Keep-Alive\r\n
Action.c(): Host: 127.0.0.1:\r\n
Action.c(): Cookie: MSO=SID&&MSO_JSFormSubmit1&on&MSO_ServerErrorsProb&&MSO_ServerLoadProb
Action.c(): &\r\n
Action.c(): \r\n
Action.c(): t=1707ms: Already connected [] to 127.0.0.1: [MsgId: MMSG-]
Action.c(): t=1711ms: -byte request headers for "http://127.0.0.1:1080/WebTours/JSFormSubmit.js" (RelFrameId=, Internal ID=)
Action.c(): GET /WebTours/JSFormSubmit.js HTTP/1.1\r\n
Action.c(): Referer: http://127.0.0.1:1080/WebTours/nav.pl?in=home\r\n
Action.c(): User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT)\r\n
Action.c(): Accept-Encoding: gzip, deflate\r\n
Action.c(): Accept: */*\r\n
Action.c(5): Connection: Keep-Alive\r\n
Action.c(5): Host: 127.0.0.1:1080\r\n
Action.c(5): Cookie: MSO=SID&1433919887&MSO_JSFormSubmit1&on&MSO_ServerErrorsProb&50&MSO_ServerLoadProb
Action.c(5): &50\r\n
Action.c(5): \r\n
Action.c(5): t=1746ms: 164-byte response headers for "http://127.0.0.1:1080/WebTours/images/mer_login.gif" (RelFrameId=, Internal ID=9)
Action.c(5): HTTP/1.1 200 Ok\r\n
Action.c(5): Server: Xitami\r\n
Action.c(5): Date: Wed, 10 Jun 2015 07:04:48 GMT\r\n
Action.c(5): Content-type: image/gif\r\n
Action.c(5): Content-length: 679\r\n
Action.c(5): Last-modified: Mon, 08 Feb 2010 07:51:43 GMT\r\n
Action.c(5): \r\n
Action.c(5): t=1774ms: 679-byte response body for "http://127.0.0.1:1080/WebTours/images/mer_login.gif" (RelFrameId=, Internal ID=9)
Action.c(5): t=1778ms: Request done "http://127.0.0.1:1080/WebTours/images/mer_login.gif" [MsgId: MMSG-26000]
Action.c(5): t=1781ms: 179-byte response headers for "http://127.0.0.1:1080/WebTours/JSFormSubmit.js" (RelFrameId=, Internal ID=8)
Action.c(5): HTTP/1.1 200 Ok\r\n
Action.c(5): Server: Xitami\r\n
Action.c(5): Date: Wed, 10 Jun 2015 07:04:48 GMT\r\n
Action.c(5): Content-type: application/x-javascript\r\n
Action.c(5): Content-length: 291\r\n
Action.c(5): Last-modified: Tue, 26 Oct 2004 08:18:07 GMT\r\n
Action.c(5): \r\n
Action.c(5): t=1811ms: 291-byte response body for "http://127.0.0.1:1080/WebTours/JSFormSubmit.js" (RelFrameId=, Internal ID=8)
Action.c(5): \n
Action.c(5): function doJSFormSubmit1(theForm) {\n
Action.c(5): \n
Action.c(5): \ttheForm.action = "login.pl";\n
Action.c(5): \ttheForm.JSFormSubmit.value = "on";\n
Action.c(5): \ttheForm.submit();\n
Action.c(5): \n
Action.c(5): \treturn false;\n
Action.c(5): }\n
Action.c(5): \n
Action.c(5): \n
Action.c(5): function doJSFormSubmit2(theForm) {\n
Action.c(5): \n
Action.c(5): \ttheForm.action = "reservations.pl";\n
Action.c(5): \ttheForm.JSFormSubmit.value = "on";\n
Action.c(5): \ttheForm.submit();\n
Action.c(5): \n
Action.c(5): \treturn false;\n
Action.c(5): }\n
Action.c(5): \n
Action.c(5): t=1865ms: Request done "http://127.0.0.1:1080/WebTours/JSFormSubmit.js" [MsgId: MMSG-26000]
Action.c(5): web_url("WebTours") was successful, 6877 body bytes, 1808 header bytes [MsgId: MMSG-26386]
Ending action Action.
Ending iteration 1.
Ending Vuser...
Starting action vuser_end.
Ending action vuser_end.
Vuser Terminated.

loadRunner函数之lr_set_debug_message的更多相关文章

  1. LoadRunner 函数大全之中文解释

    LoadRunner 函数大全之中文解释 // sapgui_table_set_column_selected 模拟用户 // 单击表中的列标题. int sapgui_table_set_colu ...

  2. LoadRunner函数百科叒叒叒更新了!

    首先要沉痛通知每周四固定栏目[学霸君]由于小编外派公干,本周暂停. 那么这周就由云层君来顶替了,当然要要说下自己做的内容啦,DuangDuang! <LoadRunner函数百科>更新通知 ...

  3. myeclipse调用loadrunner函数开发测试脚本

    myeclipse调用loadrunner函数开发测试脚本 一.使用myeclipse开发性能测试脚本 1.使用Eclipse新建一个Java工程,将目录%LoadRunner_Home%\class ...

  4. LoadRunner函数大全之中文解释

    LoadRunner函数大全之中文解释

  5. 软件测试中LoadRunner函数中的几个陷阱

    软件测试 中 LoadRunner 函数中的几个陷阱 1.atof 在 loadrunner 中如果直接用 float f; f=atof("123.00"); lr _outpu ...

  6. LoadRunner函数的介绍

    LoadRunner函数的介绍 LoadRunner函数 一:通用函数 LoadRunner的通用函数以lr为前缀,可以在任何协议中使用.可以如下分类: 信息相关的函数: lr_error_messa ...

  7. LoadRunner函数

    一.基础函数简介 在VU左边导航栏中,有三个LoadRunner框架函数,分别是vuser_init().Action().vuser_end().这三个函数存在于任何Vuser类型的脚本中. vus ...

  8. LoadRunner函数示例:lr_paramarr_random()

    lr_paramarr_random()函数的作用为:从一个参数数组中随机抽取一个值并以字符串形式返回.其使用方式及返回方式如下: char * lr_paramarr_random( const c ...

  9. loadrunner函数解密之web_reg_save_param

    loadrunner工具的使用,最关键的在于3个地方: A:脚本的编写 B:场景设计 C:性能测试结果分析 其 中难度比较大的第一步是:编写脚本,有很多人对于loadrunner里面的各种函数使用的并 ...

随机推荐

  1. day02-Javascript之document.write()方法

    转行学开发,代码100天.——2018-03-18 document.write()方法作为Javascript的常用输出方式,可输出字符串,标签元素,变量等. document.write(&quo ...

  2. Oracle_管理控制文件和日志文件

    控制文件: 控制文件在数据库创建时被自动创建,并在数据库发生物理变化时更新.控制文件被不断更新,并且在任何时候都要保证控制文件是可用的.只有Oracle进程才能安全地更新控制文件的内容,所以,任何时候 ...

  3. Django 的工作流程和基本内容

    1.一个基本的Django请求流程 我们先开始写一个基本的请求.这个请求的获取和处理,是使用 urls.py 和 views.py 处理的.我们使用命令 python manage.py runser ...

  4. Mac003--Maven安装与环境变量配置

    Mac--Maven安装 一.应用brew安装maven及安装位置 打开终端,输入命令:brew install maven 参考博客:https://www.jianshu.com/p/230e0b ...

  5. 高级ACL访问控制列表

    实验拓扑: 配置: 基本配置做完之后搭建OSPF网络 R1: ospf 1 area 0 network 10.0.13.0 0.0.0.255 network 1.1.1.1 0.0.0.0 R2: ...

  6. git报错-Initial commit Untracked files nothing added to commit but untracked ……

    文章转自 https://www.jianshu.com/p/61c3db30d488 在目标执行命令 git stratus 报错 根据上面的文章,可以解决问题.不行的话,请留言. 感谢你的阅读

  7. secureCRT安装,破解,连接linux机器(含安装包)

    1. 为什么需要安装secureCRT 我们的项目运行在服务器上,如果出现什么问题,或者升级的时候,需要对服务器进行操作,把处理好的项目发布到服务器上.如果我们就在服务器身边,那么直接在服务器上进行操 ...

  8. 54-python基础-python3-字符串-字符串类型及其转换

    1-Python3中字符串类型: bytes:二进制 互联网上数据的都是以二进制的方式传输的. str :unicode的呈现形式. 2-Unicode UTF8 ASCII的补充 字符(Charac ...

  9. CodeChef Sereja and GCD

    Sereja and GCD   Problem code: SEAGCD   Submit All Submissions   All submissions for this problem ar ...

  10. Codeforces Round #574 (Div. 2) A~E Solution

    A. Drinks Choosing 有 $n$ 个人,每个人各有一种最喜欢的饮料,但是买饮料的时候只能同一种的两个两个买(两个一对) 学校只打算卖 $\left \lceil \frac{n}{2} ...