MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PFS_socket_io_stat Struct Reference

#include <pfs_stat.h>

Collaboration diagram for PFS_socket_io_stat:

Public Member Functions

void reset (void)
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
PFS_byte_stat m_write
PFS_byte_stat m_misc

Detailed Description

Statistics for SOCKET IO. Used for both waits and byte counts.

Definition at line 634 of file pfs_stat.h.

Member Data Documentation

PFS_byte_stat PFS_socket_io_stat::m_misc

Miscelleanous statistics

Definition at line 641 of file pfs_stat.h.

PFS_byte_stat PFS_socket_io_stat::m_read

READ statistics

Definition at line 637 of file pfs_stat.h.

PFS_byte_stat PFS_socket_io_stat::m_write

WRITE statistics

Definition at line 639 of file pfs_stat.h.


The documentation for this struct was generated from the following file: