ServiceTimesAction.h
Go to the documentation of this file.
struct msghdr with a known type, fixed-size I/O and control buffers
Definition: TypedMsgHdr.h:35
Definition: Action.h:25
double dns_lookups60[seriesSize]
Definition: ServiceTimesAction.h:41
double http_requests5[seriesSize]
Definition: ServiceTimesAction.h:30
ServiceTimesActionData & operator+=(const ServiceTimesActionData &stats)
Definition: ServiceTimesAction.cc:28
double icp_queries60[seriesSize]
Definition: ServiceTimesAction.h:43
double not_modified_replies5[seriesSize]
Definition: ServiceTimesAction.h:38
double dns_lookups5[seriesSize]
Definition: ServiceTimesAction.h:40
double not_modified_replies60[seriesSize]
Definition: ServiceTimesAction.h:39
double cache_hits5[seriesSize]
Definition: ServiceTimesAction.h:34
ServiceTimesActionData()
Definition: ServiceTimesAction.cc:22
double cache_misses60[seriesSize]
Definition: ServiceTimesAction.h:33
double near_hits60[seriesSize]
Definition: ServiceTimesAction.h:37
double icp_queries5[seriesSize]
Definition: ServiceTimesAction.h:42
double near_hits5[seriesSize]
Definition: ServiceTimesAction.h:36
double http_requests60[seriesSize]
Definition: ServiceTimesAction.h:31
double cache_hits60[seriesSize]
Definition: ServiceTimesAction.h:35
double cache_misses5[seriesSize]
Definition: ServiceTimesAction.h:32
implement aggregated 'service_times' action
Definition: ServiceTimesAction.h:49
ServiceTimesAction(const CommandPointer &cmd)
Definition: ServiceTimesAction.cc:63
void pack(Ipc::TypedMsgHdr &msg) const override
pack collected action info into a message to be sent to Coordinator
Definition: ServiceTimesAction.cc:92
void collect() override
calculate and keep local action-specific information
Definition: ServiceTimesAction.cc:77
void unpack(const Ipc::TypedMsgHdr &msg) override
unpack action info from the message received by Coordinator
Definition: ServiceTimesAction.cc:99
void add(const Action &action) override
incrementally merge in remote information (of the same action type)
Definition: ServiceTimesAction.cc:70
static Pointer Create(const CommandPointer &cmd)
Definition: ServiceTimesAction.cc:58
void dump(StoreEntry *entry) override
Definition: ServiceTimesAction.cc:84
Definition: RefCount.h:28
Definition: Store.h:42
class Ping::pingStats_ stats
static bool action(int fd, size_t metasize, const char *fn, const char *url, const SquidMetaList &meta)
Definition: purge.cc:315