Public Member Functions | Data Fields

UrlStats Struct Reference

Collaboration diagram for UrlStats:
Collaboration graph
[legend]

Public Member Functions

bool operator< (const UrlStats &rhs) const

Data Fields

const char * url
StatsCounter req
ElapsedStats time
int64_t c_000
int64_t c_2xx
int64_t c_3xx
int64_t c_4xx
int64_t c_5xx
int64_t hits
int64_t misses
int64_t errors

Detailed Description

Definition at line 302 of file logstats.cc.


Member Function Documentation

bool UrlStats::operator< ( const UrlStats rhs  )  const [inline]

Definition at line 304 of file logstats.cc.

References StatsCounter::count, and req.


Field Documentation

int64_t UrlStats::c_000

Definition at line 309 of file logstats.cc.

int64_t UrlStats::c_2xx

Definition at line 310 of file logstats.cc.

int64_t UrlStats::c_3xx

Definition at line 311 of file logstats.cc.

int64_t UrlStats::c_4xx

Definition at line 312 of file logstats.cc.

int64_t UrlStats::c_5xx

Definition at line 313 of file logstats.cc.

Definition at line 316 of file logstats.cc.

int64_t UrlStats::hits

Definition at line 314 of file logstats.cc.

Definition at line 315 of file logstats.cc.

Definition at line 307 of file logstats.cc.

Referenced by operator<().

Definition at line 308 of file logstats.cc.

const char* UrlStats::url

Definition at line 306 of file logstats.cc.


The documentation for this struct was generated from the following file: