|
Squid Web Cache master
|
High-level store statistics used by mgr:info action. Used inside PODs! More...
#include <StoreStats.h>
Classes | |
| class | Mem |
| memory cache (cache_mem) storage stats More... | |
| class | Part |
| Info common to memory and disk parts of the storage. Used inside PODs! More... | |
| class | Swap |
| disk cache (all cache_dirs) storage stats More... | |
Public Member Functions | |
| StoreInfoStats & | operator+= (const StoreInfoStats &stats) |
Public Attributes | |
| Swap | swap |
| cache_mem stats | |
| Mem | mem |
| all cache_dirs stats | |
| double | store_entry_count = 0.0 |
| number of StoreEntry objects in existence | |
| double | mem_object_count = 0.0 |
| number of MemObject objects in existence | |
Definition at line 13 of file StoreStats.h.
| StoreInfoStats & StoreInfoStats::operator+= | ( | const StoreInfoStats & | stats | ) |
Definition at line 16 of file StoreStats.cc.
References StoreInfoStats::Part::capacity, StoreInfoStats::Part::count, mem, mem_object_count, StoreInfoStats::Swap::open_disk_fd, StoreInfoStats::Mem::shared, StoreInfoStats::Part::size, store_entry_count, and swap.
| Mem StoreInfoStats::mem |
Definition at line 48 of file StoreStats.h.
Referenced by DumpInfo(), MemStore::getStats(), Store::Controller::getStats(), Transients::getStats(), operator+=(), and snmp_prfSysFn().
| double StoreInfoStats::mem_object_count = 0.0 |
Definition at line 52 of file StoreStats.h.
Referenced by DumpInfo(), Store::Controller::getStats(), and operator+=().
| double StoreInfoStats::store_entry_count = 0.0 |
Definition at line 51 of file StoreStats.h.
Referenced by DumpInfo(), Store::Controller::getStats(), and operator+=().
| Swap StoreInfoStats::swap |
Definition at line 47 of file StoreStats.h.
Referenced by DumpInfo(), Store::Disk::getStats(), Store::Disks::getStats(), operator+=(), and snmp_prfSysFn().