ServiceTimesAction.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9/* DEBUG: section 16 Cache Manager API */
10
11#ifndef SQUID_MGR_SERVICE_TIMES_ACTION_H
12#define SQUID_MGR_SERVICE_TIMES_ACTION_H
13
14#include "mgr/Action.h"
15
16namespace Mgr
17{
18
21{
22public:
23 enum { seriesSize = 19 };
24
25public:
28
29public:
44 unsigned int count;
45};
46
49{
50protected:
52
53public:
54 static Pointer Create(const CommandPointer &cmd);
55 /* Action API */
56 void add(const Action& action) override;
57 void pack(Ipc::TypedMsgHdr& msg) const override;
58 void unpack(const Ipc::TypedMsgHdr& msg) override;
59
60protected:
61 /* Action API */
62 void collect() override;
63 void dump(StoreEntry* entry) override;
64
65private:
67};
68
69} // namespace Mgr
70
71#endif /* SQUID_MGR_SERVICE_TIMES_ACTION_H */
72
struct msghdr with a known type, fixed-size I/O and control buffers
Definition: TypedMsgHdr.h:35
const CommandPointer cmd
the command that caused this action
Definition: Action.h:86
store service times for 5 and 60 min
double dns_lookups60[seriesSize]
double http_requests5[seriesSize]
ServiceTimesActionData & operator+=(const ServiceTimesActionData &stats)
double icp_queries60[seriesSize]
double not_modified_replies5[seriesSize]
double dns_lookups5[seriesSize]
double not_modified_replies60[seriesSize]
double cache_hits5[seriesSize]
double cache_misses60[seriesSize]
double near_hits60[seriesSize]
double icp_queries5[seriesSize]
double http_requests60[seriesSize]
double cache_hits60[seriesSize]
double cache_misses5[seriesSize]
implement aggregated 'service_times' action
ServiceTimesAction(const CommandPointer &cmd)
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 add(const Action &action) override
incrementally merge in remote information (of the same action type)
static Pointer Create(const CommandPointer &cmd)
ServiceTimesActionData data
void dump(StoreEntry *entry) override
Cache Manager API.
Definition: Action.h:20
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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors