1
EVENT_NAME
varchar(128)
utf8_general_ci
No
None
Event name.
2
COUNT_STAR
bigint(20)
UNSIGNED
No
None
Number of summarized events
3
SUM_TIMER_WAIT
bigint(20)
UNSIGNED
No
None
Total wait time of the summarized events that are timed.
4
MIN_TIMER_WAIT
bigint(20)
UNSIGNED
No
None
Minimum wait time of the summarized events that are timed.
5
AVG_TIMER_WAIT
bigint(20)
UNSIGNED
No
None
Average wait time of the summarized events that are timed.
6
MAX_TIMER_WAIT
bigint(20)
UNSIGNED
No
None
Maximum wait time of the summarized events that are timed.
7
COUNT_READ
bigint(20)
UNSIGNED
No
None
Number of all read operations, including FGETS, FGETC, FREAD, and READ.
8
SUM_TIMER_READ
bigint(20)
UNSIGNED
No
None
Total wait time of all read operations that are timed.
9
MIN_TIMER_READ
bigint(20)
UNSIGNED
No
None
Minimum wait time of all read operations that are timed.
10
AVG_TIMER_READ
bigint(20)
UNSIGNED
No
None
Average wait time of all read operations that are timed.
11
MAX_TIMER_READ
bigint(20)
UNSIGNED
No
None
Maximum wait time of all read operations that are timed.
12
SUM_NUMBER_OF_BYTES_READ
bigint(20)
No
None
Bytes read by read operations.
13
COUNT_WRITE
bigint(20)
UNSIGNED
No
None
Number of all write operations, including FPUTS, FPUTC, FPRINTF, VFPRINTF, FWRITE, and PWRITE.
14
SUM_TIMER_WRITE
bigint(20)
UNSIGNED
No
None
Total wait time of all write operations that are timed.
15
MIN_TIMER_WRITE
bigint(20)
UNSIGNED
No
None
Minimum wait time of all write operations that are timed.
16
AVG_TIMER_WRITE
bigint(20)
UNSIGNED
No
None
Average wait time of all write operations that are timed.
17
MAX_TIMER_WRITE
bigint(20)
UNSIGNED
No
None
Maximum wait time of all write operations that are timed.
18
SUM_NUMBER_OF_BYTES_WRITE
bigint(20)
No
None
Bytes written by write operations.
19
COUNT_MISC
bigint(20)
UNSIGNED
No
None
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.
20
SUM_TIMER_MISC
bigint(20)
UNSIGNED
No
None
Total wait time of all miscellaneous operations that are timed.
21
MIN_TIMER_MISC
bigint(20)
UNSIGNED
No
None
Minimum wait time of all miscellaneous operations that are timed.
22
AVG_TIMER_MISC
bigint(20)
UNSIGNED
No
None
Average wait time of all miscellaneous operations that are timed.
23
MAX_TIMER_MISC
bigint(20)
UNSIGNED
No
None
Maximum wait time of all miscellaneous operations that are timed.