|
Summary
After each test playback a Playback Test Summary 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 SQL data in this report are the following:
Playback Summary SQL Record Structure # Name Type 1 Runid number 2 ScriptName string 3 ProjectID string 4 GroupID string 5 TestID string 6 StartTime number (milliseconds) 7 EndTime number (milliseconds) 8 RunTime number (milliseconds) 9 NumberCommands number 10 OK-Commands number 11 Not-OK-Commands number 12 ExitCode number 13 MESSAGEs number 14 ALERTs number 15 WARNINGs number 16 ALARMs number 17 TIMEOUTs number 18 ERRORs number 19 FAILs number 20 URLs number 21 Elements number 22 BytesDown number 23 BytesCached number 24 DownloadTime number 25 WaitTime number 26 SystemTime number 27 TotalTime number 28 DutyCycle percentage 29 CacheStatus string
Sample Output
This is the Playback Summary Output that appears at the end of eValid logfiles.
# ------------------------------------------------------------ # Playback Summary Record # ------------------------------------------------------------ # Script Name = Test.evs # ProjectID = LoadTests # GroupID = CloudBenchmark # TestID = Test # ------------------------------------------------------------ # Started at = 2009/04/22 13:17:56 # Ended at = 2009/04/22 13:18:11 # Run time = 14828 msec(s) # ------------------------------------------------------------ # Commands Completed = 6 # Commands resulting in OK = 6 # 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 = 1 # Number of URL page elements = 0 # Total Bytes Downloaded = 0 byte(s) # Previously Cached Bytes = 312820 byte(s) # Waiting Time (68% of total) = 10016 msec(s) # System Time (32% of total) = 4812 msec(s) # TOTAL Time (100% of total) = 14828 msec(s) # Duty Cycle = 32% # Cache Status = Never Use # Log Output = Detailed # ------------------------------------------------------------