|
Squid Web Cache master
|
store service times for 5 and 60 min More...
#include <ServiceTimesAction.h>
Public Types | |
| enum | { seriesSize = 19 } |
Public Member Functions | |
| ServiceTimesActionData () | |
| ServiceTimesActionData & | operator+= (const ServiceTimesActionData &stats) |
Definition at line 20 of file ServiceTimesAction.h.
| anonymous enum |
| Enumerator | |
|---|---|
| seriesSize | |
Definition at line 23 of file ServiceTimesAction.h.
| Mgr::ServiceTimesActionData::ServiceTimesActionData | ( | ) |
Definition at line 22 of file ServiceTimesAction.cc.
| Mgr::ServiceTimesActionData & Mgr::ServiceTimesActionData::operator+= | ( | const ServiceTimesActionData & | stats | ) |
Definition at line 28 of file ServiceTimesAction.cc.
References cache_hits5, cache_hits60, cache_misses5, cache_misses60, dns_lookups5, dns_lookups60, http_requests5, http_requests60, icp_queries5, icp_queries60, near_hits5, near_hits60, not_modified_replies5, and not_modified_replies60.
| double Mgr::ServiceTimesActionData::cache_hits5[seriesSize] |
Definition at line 34 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| double Mgr::ServiceTimesActionData::cache_hits60[seriesSize] |
Definition at line 35 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| double Mgr::ServiceTimesActionData::cache_misses5[seriesSize] |
Definition at line 32 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| double Mgr::ServiceTimesActionData::cache_misses60[seriesSize] |
Definition at line 33 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| unsigned int Mgr::ServiceTimesActionData::count |
Definition at line 44 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats().
| double Mgr::ServiceTimesActionData::dns_lookups5[seriesSize] |
Definition at line 40 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| double Mgr::ServiceTimesActionData::dns_lookups60[seriesSize] |
Definition at line 41 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| double Mgr::ServiceTimesActionData::http_requests5[seriesSize] |
Definition at line 30 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| double Mgr::ServiceTimesActionData::http_requests60[seriesSize] |
Definition at line 31 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| double Mgr::ServiceTimesActionData::icp_queries5[seriesSize] |
Definition at line 42 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| double Mgr::ServiceTimesActionData::icp_queries60[seriesSize] |
Definition at line 43 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| double Mgr::ServiceTimesActionData::near_hits5[seriesSize] |
Definition at line 36 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| double Mgr::ServiceTimesActionData::near_hits60[seriesSize] |
Definition at line 37 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| double Mgr::ServiceTimesActionData::not_modified_replies5[seriesSize] |
Definition at line 38 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().
| double Mgr::ServiceTimesActionData::not_modified_replies60[seriesSize] |
Definition at line 39 of file ServiceTimesAction.h.
Referenced by DumpServiceTimesStats(), GetServiceTimesStats(), and operator+=().