|
Squid Web Cache master
|
Info common to memory and disk parts of the storage. Used inside PODs! More...
#include <StoreStats.h>
Public Member Functions | |
| double | meanObjectSize () const |
| mean size of a cached object | |
| double | available () const |
| number of unused bytes | |
Public Attributes | |
| double | size = 0.0 |
| bytes currently in use | |
| double | count = 0.0 |
| number of cached objects | |
| double | capacity = 0.0 |
| the size limit | |
Definition at line 17 of file StoreStats.h.
|
inline |
Definition at line 28 of file StoreStats.h.
References capacity, and size.
Referenced by DumpInfo().
|
inline |
| double StoreInfoStats::Part::capacity = 0.0 |
Definition at line 22 of file StoreStats.h.
Referenced by available(), DumpInfo(), MemStore::getStats(), Store::Controller::getStats(), Store::Disk::getStats(), Transients::getStats(), and StoreInfoStats::operator+=().
| double StoreInfoStats::Part::count = 0.0 |
Definition at line 21 of file StoreStats.h.
Referenced by DumpInfo(), MemStore::getStats(), Store::Controller::getStats(), Store::Disk::getStats(), Transients::getStats(), meanObjectSize(), StoreInfoStats::operator+=(), and snmp_prfSysFn().
| double StoreInfoStats::Part::size = 0.0 |
Definition at line 20 of file StoreStats.h.
Referenced by available(), DumpInfo(), MemStore::getStats(), Store::Controller::getStats(), Store::Disk::getStats(), Transients::getStats(), meanObjectSize(), and StoreInfoStats::operator+=().