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