EpcTools
An event based multi-threaded C++ development framework.
Classes
estats.h File Reference

Records the message statistics by interface, peer and message type. More...

#include <atomic>
#include <unordered_map>
#include "ebase.h"
#include "eerror.h"
#include "efd.h"
#include "elogger.h"
#include "estring.h"
#include "etime.h"
#include "esynch.h"

Go to the source code of this file.

Classes

class  EStatistics
 
class  EStatistics::DiameterHook
 Hooks into the freeDiameter internals to increment the message statistics. More...
 
class  EStatistics::MessageStats
 Contains the statistics for an individual message. More...
 
class  EStatistics::Peer
 Contains the peer information including the statistics for the individual messages. More...
 
class  EStatistics::Interface
 Represents an interface to track peer and message statistics for. More...
 

Detailed Description

Records the message statistics by interface, peer and message type.