Kea 2.5.8
isc::perfdhcp::CustomCounter Class Reference

Custom Counter. More...

#include <stats_mgr.h>

Public Member Functions

 CustomCounter (const std::string &name)
 Constructor.
 
const std::string & getName () const
 Return counter name.
 
uint64_t getValue () const
 Return counter value.
 
const CustomCounteroperator++ ()
 Increment operator.
 
const CustomCounteroperator++ (int)
 Increment operator.
 
const CustomCounteroperator+= (int val)
 

Detailed Description

Custom Counter.

This class represents custom statistics counters. Client class may create unlimited number of counters. Such counters are being stored in map in Statistics Manager and access using unique string key.

Definition at line 66 of file bin/perfdhcp/stats_mgr.h.

Constructor & Destructor Documentation

◆ CustomCounter()

isc::perfdhcp::CustomCounter::CustomCounter ( const std::string &  name)
inline

Constructor.

This constructor sets counter name. This name is used in log file to report value of each counter.

Parameters
namename of the counter used in log file.

Definition at line 74 of file bin/perfdhcp/stats_mgr.h.

Member Function Documentation

◆ getName()

const std::string & isc::perfdhcp::CustomCounter::getName ( ) const
inline

Return counter name.

Method returns counter name.

Returns
counter name.

Definition at line 111 of file bin/perfdhcp/stats_mgr.h.

◆ getValue()

uint64_t isc::perfdhcp::CustomCounter::getValue ( ) const
inline

Return counter value.

Method returns counter value.

Returns
counter value.

Definition at line 102 of file bin/perfdhcp/stats_mgr.h.

◆ operator++() [1/2]

const CustomCounter & isc::perfdhcp::CustomCounter::operator++ ( )
inline

Increment operator.

Definition at line 80 of file bin/perfdhcp/stats_mgr.h.

Referenced by operator++().

◆ operator++() [2/2]

const CustomCounter & isc::perfdhcp::CustomCounter::operator++ ( int  )
inline

Increment operator.

Definition at line 86 of file bin/perfdhcp/stats_mgr.h.

References operator++().

+ Here is the call graph for this function:

◆ operator+=()

const CustomCounter & isc::perfdhcp::CustomCounter::operator+= ( int  val)
inline

Definition at line 92 of file bin/perfdhcp/stats_mgr.h.


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