|
Squid Web Cache master
|
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 |
| struct { ... } IoStats::Ftp |
Referenced by Ftp::Client::dataRead(), and GetIoStats().
|
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().
Definition at line 21 of file IoStats.h.
Referenced by Ftp::Client::dataRead(), GetIoStats(), and HttpStateData::readReply().
| int IoStats::reads |
Definition at line 19 of file IoStats.h.
Referenced by Ftp::Client::dataRead(), GetIoStats(), HttpStateData::readReply(), and snmp_prfSysFn().