OpenSDN source code
ProfileData Class Reference

#include <agent_profile.h>

Collaboration diagram for ProfileData:

Classes

struct  DBTableStats
 
struct  FlowStats
 
struct  FlowTokenStats
 
struct  NovaIpcStats
 
struct  PktStats
 
struct  WorkQueueStats
 
struct  XmppStats
 

Public Member Functions

 ProfileData ()
 
 ~ProfileData ()
 
void Get (Agent *agent)
 

Public Attributes

std::string time_
 
FlowStats flow_
 
PktStats pkt_
 
DBTableStats inet4_routes_
 
DBTableStats inet6_routes_
 
DBTableStats bridge_routes_
 
DBTableStats multicast_routes_
 
DBTableStats evpn_routes_
 
XmppStats rx_stats_
 
XmppStats tx_stats_
 
WorkQueueStats ksync_tx_queue_count_
 
WorkQueueStats ksync_rx_queue_count_
 
TaskStats task_stats_ [24]
 
std::map< std::string, DBTableStatsprofile_stats_table_
 

Detailed Description

Definition at line 10 of file agent_profile.h.

Constructor & Destructor Documentation

◆ ProfileData()

ProfileData::ProfileData ( )

Definition at line 189 of file agent_profile.cc.

Here is the call graph for this function:

◆ ~ProfileData()

ProfileData::~ProfileData ( )
inline

Definition at line 13 of file agent_profile.h.

Member Function Documentation

◆ Get()

void ProfileData::Get ( Agent agent)

Definition at line 203 of file agent_profile.cc.

Here is the call graph for this function:

Member Data Documentation

◆ bridge_routes_

DBTableStats ProfileData::bridge_routes_

Definition at line 111 of file agent_profile.h.

◆ evpn_routes_

DBTableStats ProfileData::evpn_routes_

Definition at line 113 of file agent_profile.h.

◆ flow_

FlowStats ProfileData::flow_

Definition at line 107 of file agent_profile.h.

◆ inet4_routes_

DBTableStats ProfileData::inet4_routes_

Definition at line 109 of file agent_profile.h.

◆ inet6_routes_

DBTableStats ProfileData::inet6_routes_

Definition at line 110 of file agent_profile.h.

◆ ksync_rx_queue_count_

WorkQueueStats ProfileData::ksync_rx_queue_count_

Definition at line 117 of file agent_profile.h.

◆ ksync_tx_queue_count_

WorkQueueStats ProfileData::ksync_tx_queue_count_

Definition at line 116 of file agent_profile.h.

◆ multicast_routes_

DBTableStats ProfileData::multicast_routes_

Definition at line 112 of file agent_profile.h.

◆ pkt_

PktStats ProfileData::pkt_

Definition at line 108 of file agent_profile.h.

◆ profile_stats_table_

std::map<std::string, DBTableStats > ProfileData::profile_stats_table_

Definition at line 119 of file agent_profile.h.

◆ rx_stats_

XmppStats ProfileData::rx_stats_

Definition at line 114 of file agent_profile.h.

◆ task_stats_

TaskStats ProfileData::task_stats_[24]

Definition at line 118 of file agent_profile.h.

◆ time_

std::string ProfileData::time_

Definition at line 106 of file agent_profile.h.

◆ tx_stats_

XmppStats ProfileData::tx_stats_

Definition at line 115 of file agent_profile.h.


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