|
Squid Web Cache master
|
memory cache (cache_mem) storage stats 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 | |
| bool | shared = false |
| whether memory cache is shared among workers | |
| 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 39 of file StoreStats.h.
|
inlineinherited |
Definition at line 28 of file StoreStats.h.
References StoreInfoStats::Part::capacity, and StoreInfoStats::Part::size.
Referenced by DumpInfo().
|
inlineinherited |
Definition at line 25 of file StoreStats.h.
References StoreInfoStats::Part::count, and StoreInfoStats::Part::size.
Referenced by DumpInfo().
|
inherited |
Definition at line 22 of file StoreStats.h.
Referenced by StoreInfoStats::Part::available(), DumpInfo(), MemStore::getStats(), Store::Controller::getStats(), Store::Disk::getStats(), Transients::getStats(), and StoreInfoStats::operator+=().
|
inherited |
Definition at line 21 of file StoreStats.h.
Referenced by DumpInfo(), MemStore::getStats(), Store::Controller::getStats(), Store::Disk::getStats(), Transients::getStats(), StoreInfoStats::Part::meanObjectSize(), StoreInfoStats::operator+=(), and snmp_prfSysFn().
| bool StoreInfoStats::Mem::shared = false |
Definition at line 42 of file StoreStats.h.
Referenced by MemStore::getStats(), Store::Controller::getStats(), Transients::getStats(), and StoreInfoStats::operator+=().
|
inherited |
Definition at line 20 of file StoreStats.h.
Referenced by StoreInfoStats::Part::available(), DumpInfo(), MemStore::getStats(), Store::Controller::getStats(), Store::Disk::getStats(), Transients::getStats(), StoreInfoStats::Part::meanObjectSize(), and StoreInfoStats::operator+=().