11#ifndef SQUID_SRC_MGR_COUNTERSACTION_H
12#define SQUID_SRC_MGR_COUNTERSACTION_H
struct msghdr with a known type, fixed-size I/O and control buffers
const CommandPointer cmd
the command that caused this action
store traffic and resource counters
double icp_query_timeouts
double server_other_kbytes_in
double server_other_kbytes_out
double client_http_kbytes_in
double icp_replies_queued
double client_http_errors
double server_other_requests
double server_http_kbytes_out
double server_ftp_requests
double server_ftp_kbytes_in
double server_ftp_kbytes_out
double client_http_requests
double hitValidationRefusalsDueToZeroSize
double server_all_kbytes_in
double hitValidationRefusalsDueToTimeLimit
double swap_files_cleaned
struct timeval sample_time
double client_http_hit_kbytes_out
double hitValidationRefusalsDueToLocking
double server_all_requests
double hitValidationFailures
double server_http_errors
double hitValidationAttempts
double client_http_kbytes_out
double server_other_errors
double server_http_kbytes_in
double server_http_requests
CountersActionData & operator+=(const CountersActionData &stats)
double server_all_kbytes_out
implement aggregated 'counters' action
void add(const Action &action) override
incrementally merge in remote information (of the same action type)
void pack(Ipc::TypedMsgHdr &msg) const override
pack collected action info into a message to be sent to Coordinator
void collect() override
calculate and keep local action-specific information
void unpack(const Ipc::TypedMsgHdr &msg) override
unpack action info from the message received by Coordinator
void dump(StoreEntry *entry) override
static Pointer Create(const CommandPointer &cmd)