9#ifndef SQUID_SRC_STORESTATS_H
10#define SQUID_SRC_STORESTATS_H
bool shared
whether memory cache is shared among workers
Info common to memory and disk parts of the storage. Used inside PODs!
double capacity
the size limit
double count
number of cached objects
double meanObjectSize() const
mean size of a cached object
double available() const
number of unused bytes
double size
bytes currently in use
disk cache (all cache_dirs) storage stats
double open_disk_fd
number of opened disk files
High-level store statistics used by mgr:info action. Used inside PODs!
double store_entry_count
number of StoreEntry objects in existence
Mem mem
all cache_dirs stats
double mem_object_count
number of MemObject objects in existence
StoreInfoStats & operator+=(const StoreInfoStats &stats)
Store statistics related to low-level I/O.
struct StoreIoStats::@126 create
cache_dir selection and disk entry creation stats