|
Summary
After each test playback a Playback Summary Record is created and appended to the EventLog file.
A sample of this all-text output is shown below.
The information in this report is also available as an HTML document, called the Playback Summary Report.
Summary Report Standard Names
The eValid Standard Names for the MySQL data in this report are the following:
EventLog Content Description MySQL Record Structure and Type Definitions Field
NameDescription # MySQL Variable Name MySQL Variable Type 1 runid INT NOT NULL Script Name Name of the script 2 scriptname VARCHAR(255) ProjectID ProjectID for the script 3 projectid VARCHAR(255) GroupID GroupID for the script 4 groupid VARCHAR(255) TestID TestID for the script 5 testid VARCHAR(255) Started at Starting time of playback (timestamp) 6 starttime DATETIME Ended at Ending time of playback (timestamp) 7 endtime DATETIME Run Time Milliseconds 8 runtime BIGINT Commands Completed Number 9 numbercommands INT Commands resulting in OK Number 10 okcommands INT Commands resulting in Not-OK Number 11 notokcommands INT Playback Exit Code Exit code value 12 exitcode SMALLINT Commands resulting in MESSAGEs Number 13 messages INT Commands resulting in ALERTs Number 14 alerts INT Commands resulting in WARNINGs Number 15 warnings INT Commands resulting in ALARMs Number 16 alarms INT Commands resulting in TIMEOUTs Number 17 timeouts INT Commands resulting in ERRORs Number 18 errors INT Commands resulting in FAILs Number 19 fails INT Number of URLs Visited Number 20 urls INT Number of URL Page Elements Number 21 elements INT Total Bytes Downloaded Number of (bytes) 22 bytesdownloaded BIGINT Previously Cached Bytes Number of (bytes) 23 bytescached BIGINT Downloading Time Milliseconds 24 downloadtime BIGINT Waiting Time Milliseconds 25 waittime BIGINT System Time Milliseconds 26 systemtime BIGINT Total Time Milliseconds 27 totaltime BIGINT Duty Cycle Percentage 28 dutycycle FLOAT Cache Status Assigned Settings 29 cachestatus VARCHAR(32)
Sample Output
This is the Playback Summary Record output that appears at the end of eValid logfiles.
# ------------------------------------------------------------ # Playback Summary Record # ------------------------------------------------------------ # Script Name = Test.evs # ProjectID = Docs # GroupID = Temp # TestID = Test # ------------------------------------------------------------ # Started at = 2009/09/01 15:35:52 # Ended at = 2009/09/01 15:36:02 # Run time = 9892 msec(s) # ------------------------------------------------------------ # Commands Completed = 7 # Commands resulting in OK = 7 # Commands resulting in Not-OK = 0 # Playback Exit Code = 0 # ------------------------------------------------------------ # Commands resulting in MESSAGE = 0 # Commands resulting in ALERT = 0 # Commands resulting in WARNING = 0 # Commands resulting in ALARM = 0 # Commands resulting in TIMEOUT = 0 # Commands resulting in ERROR = 0 # Commands resulting in FAIL = 0 # ------------------------------------------------------------ # Number of URLs visited = 2 # Number of URL page elements = 6 # Total Bytes Downloaded = 22457 byte(s) # Previously Cached Bytes = 22457 byte(s) # Downloading Time (5% of total) = 462 msec(s) # Waiting Time (92% of total) = 9126 msec(s) # System Time (3% of total) = 304 msec(s) # TOTAL Time (100% of total) = 9892 msec(s) # Duty Cycle = 8% # Active KB/sec = 48.608 bytes/msec (388.9 Kbs) # Overall KB/sec = 2.270 bytes/msec (18.2 Kbs) # Cache Status = Use Cache # Log Output = Detailed