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