11#ifndef SQUID_SRC_MGR_INFOACTION_H
12#define SQUID_SRC_MGR_INFOACTION_H
77#if HAVE_MSTATS && HAVE_GNUMALLOC_H
78 double ms_bytes_total = 0.0;
79 double ms_bytes_free = 0.0;
struct msghdr with a known type, fixed-size I/O and control buffers
const CommandPointer cmd
the command that caused this action
double client_http_clients
double not_modified_replies60
double request_hit_mem_ratio5
double request_hit_disk_ratio60
double request_hit_mem_ratio60
double request_failure_ratio
double request_hit_ratio60
double avg_client_http_requests
double request_hit_ratio5
double client_http_requests
struct timeval squid_start
double not_modified_replies5
double icp_replies_queued
double request_hit_disk_ratio5
StoreInfoStats store
disk and memory cache statistics
struct timeval current_time
InfoActionData & operator+=(const InfoActionData &stats)
implement aggregated 'info' action
static Pointer Create(const CommandPointer &cmd)
void dump(StoreEntry *entry) override
void respond(const Request &request) override
respond to Coordinator request; default is to collect and sendResponse
void pack(Ipc::TypedMsgHdr &msg) const override
pack collected action info into a message to be sent to Coordinator
void add(const Action &action) override
incrementally merge in remote information (of the same action type)
void unpack(const Ipc::TypedMsgHdr &msg) override
unpack action info from the message received by Coordinator
void collect() override
calculate and keep local action-specific information
High-level store statistics used by mgr:info action. Used inside PODs!