|
Squid Web Cache master
|
HTTP per header statistics. More...
#include <HttpHeaderStat.h>
Public Member Functions | |
| HttpHeaderStat () | |
| HttpHeaderStat (const char *aLabel, HttpHeaderMask *aMask) | |
| ~HttpHeaderStat () | |
Public Attributes | |
| const char * | label |
| HttpHeaderMask * | owner_mask |
| StatHist | hdrUCountDistr |
| StatHist | fieldTypeDistr |
| StatHist | ccTypeDistr |
| StatHist | scTypeDistr |
| int | parsedCount |
| int | ccParsedCount |
| int | scParsedCount |
| int | destroyedCount |
| int | busyDestroyedCount |
Definition at line 17 of file HttpHeaderStat.h.
|
inline |
Definition at line 20 of file HttpHeaderStat.h.
References CC_ENUM_END, ccTypeDistr, Http::enumEnd_, StatHist::enumInit(), fieldTypeDistr, hdrUCountDistr, SC_ENUM_END, and scTypeDistr.
|
inline |
Definition at line 35 of file HttpHeaderStat.h.
References assert, CC_ENUM_END, ccTypeDistr, Http::enumEnd_, StatHist::enumInit(), fieldTypeDistr, hdrUCountDistr, label, SC_ENUM_END, and scTypeDistr.
|
inline |
Definition at line 53 of file HttpHeaderStat.h.
| int HttpHeaderStat::busyDestroyedCount |
Definition at line 67 of file HttpHeaderStat.h.
Referenced by httpHeaderFieldStatDumper().
| int HttpHeaderStat::ccParsedCount |
Definition at line 64 of file HttpHeaderStat.h.
Referenced by httpHdrCcStatDumper().
| StatHist HttpHeaderStat::ccTypeDistr |
Definition at line 60 of file HttpHeaderStat.h.
Referenced by HttpHeaderStat(), HttpHeaderStat(), and httpHeaderStatDump().
| int HttpHeaderStat::destroyedCount |
Definition at line 66 of file HttpHeaderStat.h.
Referenced by httpHeaderFldsPerHdrDumper().
| StatHist HttpHeaderStat::fieldTypeDistr |
Definition at line 59 of file HttpHeaderStat.h.
Referenced by HttpHeaderStat(), HttpHeaderStat(), and httpHeaderStatDump().
| StatHist HttpHeaderStat::hdrUCountDistr |
Definition at line 58 of file HttpHeaderStat.h.
Referenced by HttpHeaderStat(), HttpHeaderStat(), and httpHeaderStatDump().
| const char* HttpHeaderStat::label |
Definition at line 55 of file HttpHeaderStat.h.
Referenced by HttpHeaderStat(), and httpHeaderStatDump().
| HttpHeaderMask* HttpHeaderStat::owner_mask |
Definition at line 56 of file HttpHeaderStat.h.
Referenced by httpHeaderFieldStatDumper(), and httpHeaderStatDump().
| int HttpHeaderStat::parsedCount |
Definition at line 63 of file HttpHeaderStat.h.
| int HttpHeaderStat::scParsedCount |
Definition at line 65 of file HttpHeaderStat.h.
Referenced by httpHdrScStatDumper(), and httpHdrScTargetStatDumper().
| StatHist HttpHeaderStat::scTypeDistr |
Definition at line 61 of file HttpHeaderStat.h.
Referenced by HttpHeaderStat(), HttpHeaderStat(), and httpHeaderStatDump().