|
Summary
Each test playback produces an EventLog file, and possibly one of several
subsets of it.
The information in this file is described in the
Logfile Formats & Content Description.
The evalid SQL feature places this same information into an event record
which is organized very closely to match the EventLog format.
EventLog Content and MySQL Standard Names
The table below itemizes the contents of the standard evalid
EventLog and shows the corresponding stanard MySQL names for each entity.
EventLog Content Description MySQL Record Structure and Type Definitions Field
NameDescription # MySQL Variable Name MySQL Variable Type 1 runid INT NOT NULL Date Current date 2 eventdate DATE Time Current time 3 eventtime TIME Seq.# Record sequence number since start of test 4 sequence SMALLINT Cmd.# Command count since start of test 5 command INT Script Line# Line number in script file 6 script INT Project Project identifier Group Group identifier Test Test ID Status Status of command execution, e.g. OK 7 status VARCHAR (32) Accum. Time Elapsed time 8 elapsedtime INT Fine Time Fine time 9 finetime INT Total Cmd.Time Command time 10 commandtime INT Messages & Download Ratios Region in logfile where eValid writes responses that depend on the command excuted. 11 E1 VARCHAR (255) 12 E2 VARCHAR (255) ... ... ... 42 E32 VARCHAR (255)
Notes