Struct PerCoreCounters
Defined in File counters.h
Struct Documentation
- 
struct PerCoreCounters
 Public Functions
- 
template<typename F>
inline void apply(F &&f, const PerCoreCounters &other) 
- 
inline PerCoreCounters &operator+=(const PerCoreCounters &other)
 
- 
inline PerCoreCounters &operator-=(const PerCoreCounters &other)
 
- 
inline PerCoreCounters operator+(const PerCoreCounters &rhs) const
 
- 
inline PerCoreCounters operator-(const PerCoreCounters &rhs) const
 
- 
inline PerCoreCounters &operator*=(const double factor)
 
- 
inline PerCoreCounters &operator/=(const double factor)
 
- 
inline PerCoreCounters operator*(const double factor) const
 
- 
inline PerCoreCounters operator/(const double factor) const
 
Public Members
- 
uint64_t lines_rejected = {}
 
- 
uint64_t sent_pkts = {}
 
- 
uint64_t retry = {}
 
- 
uint64_t max_retry = {}
 
- 
uint64_t rcvd_pkts = {}
 
- 
uint64_t parse_success = {}
 
- 
uint64_t parse_fail = {}
 
- 
uint64_t other_worker_id = {}
 
- 
uint64_t noerror = {}
 
- 
uint64_t nxdomain = {}
 
- 
uint64_t servfail = {}
 
- 
uint64_t rcode_other = {}
 
- 
uint64_t num_resolved = {}
 
- 
template<typename F>