OpenSDN source code
|
#include <agent_profile.h>
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, DBTableStats > | profile_stats_table_ |
Definition at line 10 of file agent_profile.h.
ProfileData::ProfileData | ( | ) |
|
inline |
Definition at line 13 of file agent_profile.h.
void ProfileData::Get | ( | Agent * | agent | ) |
DBTableStats ProfileData::bridge_routes_ |
Definition at line 111 of file agent_profile.h.
DBTableStats ProfileData::evpn_routes_ |
Definition at line 113 of file agent_profile.h.
FlowStats ProfileData::flow_ |
Definition at line 107 of file agent_profile.h.
DBTableStats ProfileData::inet4_routes_ |
Definition at line 109 of file agent_profile.h.
DBTableStats ProfileData::inet6_routes_ |
Definition at line 110 of file agent_profile.h.
WorkQueueStats ProfileData::ksync_rx_queue_count_ |
Definition at line 117 of file agent_profile.h.
WorkQueueStats ProfileData::ksync_tx_queue_count_ |
Definition at line 116 of file agent_profile.h.
DBTableStats ProfileData::multicast_routes_ |
Definition at line 112 of file agent_profile.h.
PktStats ProfileData::pkt_ |
Definition at line 108 of file agent_profile.h.
std::map<std::string, DBTableStats > ProfileData::profile_stats_table_ |
Definition at line 119 of file agent_profile.h.
XmppStats ProfileData::rx_stats_ |
Definition at line 114 of file agent_profile.h.
TaskStats ProfileData::task_stats_[24] |
Definition at line 118 of file agent_profile.h.
std::string ProfileData::time_ |
Definition at line 106 of file agent_profile.h.
XmppStats ProfileData::tx_stats_ |
Definition at line 115 of file agent_profile.h.