|
Squid Web Cache master
|
store size histograms of network read() from peer server More...
#include <IoAction.h>
Public Member Functions | |
| IoActionData () | |
| IoActionData & | operator+= (const IoActionData &stats) |
Public Attributes | |
| double | http_reads |
| double | ftp_reads |
| double | http_read_hist [IoStats::histSize] |
| double | ftp_read_hist [IoStats::histSize] |
Definition at line 21 of file IoAction.h.
| Mgr::IoActionData::IoActionData | ( | ) |
Definition at line 24 of file IoAction.cc.
| Mgr::IoActionData & Mgr::IoActionData::operator+= | ( | const IoActionData & | stats | ) |
Definition at line 30 of file IoAction.cc.
References ftp_read_hist, ftp_reads, IoStats::histSize, http_read_hist, and http_reads.
| double Mgr::IoActionData::ftp_read_hist[IoStats::histSize] |
Definition at line 31 of file IoAction.h.
Referenced by DumpIoStats(), GetIoStats(), and operator+=().
| double Mgr::IoActionData::ftp_reads |
Definition at line 29 of file IoAction.h.
Referenced by DumpIoStats(), GetIoStats(), and operator+=().
| double Mgr::IoActionData::http_read_hist[IoStats::histSize] |
Definition at line 30 of file IoAction.h.
Referenced by DumpIoStats(), GetIoStats(), and operator+=().
| double Mgr::IoActionData::http_reads |
Definition at line 28 of file IoAction.h.
Referenced by DumpIoStats(), GetIoStats(), and operator+=().