1
EVENT_NAME
varchar(128)
utf8_general_ci
No
Ninguna
Socket instrument.
2
COUNT_STAR
bigint(20)
UNSIGNED
No
Ninguna
Number of summarized events
3
SUM_TIMER_WAIT
bigint(20)
UNSIGNED
No
Ninguna
Total wait time of the summarized events that are timed.
4
MIN_TIMER_WAIT
bigint(20)
UNSIGNED
No
Ninguna
Minimum wait time of the summarized events that are timed.
5
AVG_TIMER_WAIT
bigint(20)
UNSIGNED
No
Ninguna
Average wait time of the summarized events that are timed.
6
MAX_TIMER_WAIT
bigint(20)
UNSIGNED
No
Ninguna
Maximum wait time of the summarized events that are timed.
7
COUNT_READ
bigint(20)
UNSIGNED
No
Ninguna
Number of all read operations, including RECV, RECVFROM, and RECVMSG.
8
SUM_TIMER_READ
bigint(20)
UNSIGNED
No
Ninguna
Total wait time of all read operations that are timed.
9
MIN_TIMER_READ
bigint(20)
UNSIGNED
No
Ninguna
Minimum wait time of all read operations that are timed.
10
AVG_TIMER_READ
bigint(20)
UNSIGNED
No
Ninguna
Average wait time of all read operations that are timed.
11
MAX_TIMER_READ
bigint(20)
UNSIGNED
No
Ninguna
Maximum wait time of all read operations that are timed.
12
SUM_NUMBER_OF_BYTES_READ
bigint(20)
UNSIGNED
No
Ninguna
Bytes read by read operations.
13
COUNT_WRITE
bigint(20)
UNSIGNED
No
Ninguna
Number of all write operations, including SEND, SENDTO, and SENDMSG.
14
SUM_TIMER_WRITE
bigint(20)
UNSIGNED
No
Ninguna
Total wait time of all write operations that are timed.
15
MIN_TIMER_WRITE
bigint(20)
UNSIGNED
No
Ninguna
Minimum wait time of all write operations that are timed.
16
AVG_TIMER_WRITE
bigint(20)
UNSIGNED
No
Ninguna
Average wait time of all write operations that are timed.
17
MAX_TIMER_WRITE
bigint(20)
UNSIGNED
No
Ninguna
Maximum wait time of all write operations that are timed.
18
SUM_NUMBER_OF_BYTES_WRITE
bigint(20)
UNSIGNED
No
Ninguna
Bytes written by write operations.
19
COUNT_MISC
bigint(20)
UNSIGNED
No
Ninguna
Number of all miscellaneous operations not counted above, including CONNECT, LISTEN, ACCEPT, CLOSE, and SHUTDOWN.
20
SUM_TIMER_MISC
bigint(20)
UNSIGNED
No
Ninguna
Total wait time of all miscellaneous operations that are timed.
21
MIN_TIMER_MISC
bigint(20)
UNSIGNED
No
Ninguna
Minimum wait time of all miscellaneous operations that are timed.
22
AVG_TIMER_MISC
bigint(20)
UNSIGNED
No
Ninguna
Average wait time of all miscellaneous operations that are timed.
23
MAX_TIMER_MISC
bigint(20)
UNSIGNED
No
Ninguna
Maximum wait time of all miscellaneous operations that are timed.