IO statistics. Currently a POD. More...
#include <IoStats.h>
Public Attributes | |
struct { | |
int reads | |
int reads_deferred | |
int read_hist [histSize] | |
int writes | |
int write_hist [histSize] | |
} | Http |
struct { | |
int reads | |
int reads_deferred | |
int read_hist [histSize] | |
int writes | |
int write_hist [histSize] | |
} | Ftp |
Static Public Attributes | |
static const int | histSize =16 |
Detailed Description
Member Data Documentation
◆
struct { ... } IoStats::Ftp |
Referenced by Ftp::Client::dataRead(), and GetIoStats().
◆ histSize
|
static |
Definition at line 16 of file IoStats.h.
Referenced by DumpIoStats(), GetIoStats(), and Mgr::IoActionData::operator+=().
◆
struct { ... } IoStats::Http |
Referenced by GetIoStats(), HttpStateData::readReply(), and snmp_prfSysFn().
◆ read_hist
Definition at line 21 of file IoStats.h.
Referenced by Ftp::Client::dataRead(), GetIoStats(), and HttpStateData::readReply().
◆ reads
int IoStats::reads |
Definition at line 19 of file IoStats.h.
Referenced by Ftp::Client::dataRead(), GetIoStats(), HttpStateData::readReply(), and snmp_prfSysFn().
◆ reads_deferred
◆ write_hist
◆ writes
The documentation for this class was generated from the following file:
- src/IoStats.h