#include "squid.h"
#include "base/PackableStream.h"
#include "ipc/Messages.h"
#include "ipc/TypedMsgHdr.h"
#include "mgr/Registration.h"
#include "sbuf/Stats.h"
#include "SBufStatsAction.h"
Go to the source code of this file.
Functions | |
static StatHist * | makeDestructTimeHist () |
creates a new size-at-destruct-time histogram More... | |
static StatHist & | collectSBufDestructTimeStats () |
the SBuf size-at-destruct-time histogram More... | |
static StatHist & | collectMemBlobDestructTimeStats () |
the MemBlob size-at-destruct-time histogram More... | |
static void | recordSBufSizeAtDestruct (const size_t sz) |
record the size an SBuf had when it was destructed More... | |
static void | recordMemBlobSizeAtDestruct (const size_t sz) |
record the size a MemBlob had when it was destructed More... | |
static void | statHistSBufDumper (StoreEntry *sentry, int, double val, double size, int count) |
Function Documentation
◆ collectMemBlobDestructTimeStats()
|
static |
Definition at line 35 of file SBufStatsAction.cc.
References makeDestructTimeHist(), and Ping::stats.
Referenced by SBufStatsAction::collect(), and recordMemBlobSizeAtDestruct().
◆ collectSBufDestructTimeStats()
|
static |
Definition at line 27 of file SBufStatsAction.cc.
References makeDestructTimeHist(), and Ping::stats.
Referenced by SBufStatsAction::collect(), and recordSBufSizeAtDestruct().
◆ makeDestructTimeHist()
|
static |
Definition at line 19 of file SBufStatsAction.cc.
References Ping::stats.
Referenced by collectMemBlobDestructTimeStats(), and collectSBufDestructTimeStats().
◆ recordMemBlobSizeAtDestruct()
|
static |
Definition at line 50 of file SBufStatsAction.cc.
References collectMemBlobDestructTimeStats(), and StatHist::count().
Referenced by SBufStatsAction::RegisterWithCacheManager().
◆ recordSBufSizeAtDestruct()
|
static |
Definition at line 43 of file SBufStatsAction.cc.
References collectSBufDestructTimeStats(), and StatHist::count().
Referenced by SBufStatsAction::RegisterWithCacheManager().
◆ statHistSBufDumper()
|
static |
Definition at line 84 of file SBufStatsAction.cc.
References size, and storeAppendPrintf().
Referenced by SBufStatsAction::dump().