11#ifndef SQUID_SRC_MGR_IOACTION_H
12#define SQUID_SRC_MGR_IOACTION_H
static const int histSize
struct msghdr with a known type, fixed-size I/O and control buffers
const CommandPointer cmd
the command that caused this action
store size histograms of network read() from peer server
IoActionData & operator+=(const IoActionData &stats)
double ftp_read_hist[IoStats::histSize]
double http_read_hist[IoStats::histSize]
implement aggregated 'io' action
void collect() override
calculate and keep local action-specific information
void dump(StoreEntry *entry) override
void unpack(const Ipc::TypedMsgHdr &msg) override
unpack action info from the message received by Coordinator
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
static Pointer Create(const CommandPointer &cmd)