MySQL 9.1.0
Source Code Documentation
|
Statistics for SOCKET I/O. More...
#include <pfs_stat.h>
Public Member Functions | |
void | reset () |
void | aggregate (const PFS_socket_io_stat *stat) |
void | sum (PFS_byte_stat *stat) |
void | sum_waits (PFS_single_stat *stat) |
Public Attributes | |
PFS_byte_stat | m_read |
READ statistics. More... | |
PFS_byte_stat | m_write |
WRITE statistics. More... | |
PFS_byte_stat | m_misc |
Miscellaneous statistics. More... | |
Statistics for SOCKET I/O.
Used for both waits and byte counts.
|
inline |
|
inline |
|
inline |
|
inline |
PFS_byte_stat PFS_socket_io_stat::m_misc |
Miscellaneous statistics.
PFS_byte_stat PFS_socket_io_stat::m_read |
READ statistics.
PFS_byte_stat PFS_socket_io_stat::m_write |
WRITE statistics.