#include "squid.h"
#include "base/TextException.h"
#include "ipc/Messages.h"
#include "ipc/TypedMsgHdr.h"
#include "mgr/ServiceTimesAction.h"
#include "Store.h"
#include "tools.h"
Go to the source code of this file.
Functions | |
void | GetServiceTimesStats (Mgr::ServiceTimesActionData &stats) |
void | DumpServiceTimesStats (Mgr::ServiceTimesActionData &stats, StoreEntry *sentry) |
Function Documentation
◆ DumpServiceTimesStats()
void DumpServiceTimesStats | ( | Mgr::ServiceTimesActionData & | stats, |
StoreEntry * | sentry | ||
) |
Definition at line 806 of file stat.cc.
References Mgr::ServiceTimesActionData::seriesSize, Ping::stats, and storeAppendPrintf().
Referenced by Mgr::ServiceTimesAction::dump().
◆ GetServiceTimesStats()
void GetServiceTimesStats | ( | Mgr::ServiceTimesActionData & | stats | ) |
Definition at line 778 of file stat.cc.
References PCTILE_DNS, PCTILE_HIT, PCTILE_HTTP, PCTILE_ICP_QUERY, PCTILE_MISS, PCTILE_NH, PCTILE_NM, Mgr::ServiceTimesActionData::seriesSize, statPctileSvc(), and Ping::stats.
Referenced by Mgr::ServiceTimesAction::collect().