Socket Summary Tables


The socket summary tables aggregate timer and byte count information for socket operations:

The socket summary tables do not aggregate waits generated by idle events while sockets are waiting for the next request from the client. For idle event aggregations, use the wait-event summary tables; see , "Event Wait Summary Tables".

TRUNCATE TABLE is permitted for summary tables. It resets the counters to zero rather than removing rows.

The socket summary tables have these grouping columns to indicate how events are aggregated:

The socket summary tables have these summary columns containing aggregated values:

The socket_summary_by_instance table also has an EVENT_NAME column that indicates the class of the socket: client_connection, server_tcpip_socket, server_unix_socket. This column can be grouped on to isolate, for example, client activity from that of the server listening sockets.

These tables were added in MariaDB 5.6.3.

Retornar