1
FILE_NAME
varchar(512)
utf8_general_ci
No
Ninguna
File name.
2
EVENT_NAME
varchar(128)
utf8_general_ci
No
Ninguna
Event name.
3
OBJECT_INSTANCE_BEGIN
bigint(20)
UNSIGNED
No
Ninguna
Address in memory. Together with FILE_NAME and EVENT_NAME uniquely identifies a row.
4
COUNT_STAR
bigint(20)
UNSIGNED
No
Ninguna
Number of summarized events
5
SUM_TIMER_WAIT
bigint(20)
UNSIGNED
No
Ninguna
Total wait time of the summarized events that are timed.
6
MIN_TIMER_WAIT
bigint(20)
UNSIGNED
No
Ninguna
Minimum wait time of the summarized events that are timed.
7
AVG_TIMER_WAIT
bigint(20)
UNSIGNED
No
Ninguna
Average wait time of the summarized events that are timed.
8
MAX_TIMER_WAIT
bigint(20)
UNSIGNED
No
Ninguna
Maximum wait time of the summarized events that are timed.
9
COUNT_READ
bigint(20)
UNSIGNED
No
Ninguna
Number of all read operations, including FGETS, FGETC, FREAD, and READ.
10
SUM_TIMER_READ
bigint(20)
UNSIGNED
No
Ninguna
Total wait time of all read operations that are timed.
11
MIN_TIMER_READ
bigint(20)
UNSIGNED
No
Ninguna
Minimum wait time of all read operations that are timed.
12
AVG_TIMER_READ
bigint(20)
UNSIGNED
No
Ninguna
Average wait time of all read operations that are timed.
13
MAX_TIMER_READ
bigint(20)
UNSIGNED
No
Ninguna
Maximum wait time of all read operations that are timed.
14
SUM_NUMBER_OF_BYTES_READ
bigint(20)
No
Ninguna
Bytes read by read operations.
15
COUNT_WRITE
bigint(20)
UNSIGNED
No
Ninguna
Number of all write operations, including FPUTS, FPUTC, FPRINTF, VFPRINTF, FWRITE, and PWRITE.
16
SUM_TIMER_WRITE
bigint(20)
UNSIGNED
No
Ninguna
Total wait time of all write operations that are timed.
17
MIN_TIMER_WRITE
bigint(20)
UNSIGNED
No
Ninguna
Minimum wait time of all write operations that are timed.
18
AVG_TIMER_WRITE
bigint(20)
UNSIGNED
No
Ninguna
Average wait time of all write operations that are timed.
19
MAX_TIMER_WRITE
bigint(20)
UNSIGNED
No
Ninguna
Maximum wait time of all write operations that are timed.
20
SUM_NUMBER_OF_BYTES_WRITE
bigint(20)
No
Ninguna
Bytes written by write operations.
21
COUNT_MISC
bigint(20)
UNSIGNED
No
Ninguna
Number of all miscellaneous operations not counted above, including CREATE, DELETE, OPEN, CLOSE, STREAM_OPEN, STREAM_CLOSE, SEEK, TELL, FLUSH, STAT, FSTAT, CHSIZE, RENAME, and SYNC.
22
SUM_TIMER_MISC
bigint(20)
UNSIGNED
No
Ninguna
Total wait time of all miscellaneous operations that are timed.
23
MIN_TIMER_MISC
bigint(20)
UNSIGNED
No
Ninguna
Minimum wait time of all miscellaneous operations that are timed.
24
AVG_TIMER_MISC
bigint(20)
UNSIGNED
No
Ninguna
Average wait time of all miscellaneous operations that are timed.
25
MAX_TIMER_MISC
bigint(20)
UNSIGNED
No
Ninguna
Maximum wait time of all miscellaneous operations that are timed.