OpenSDN source code
|
#include <agent_profile.h>
Public Member Functions | |
void | Get () |
void | Reset () |
Public Attributes | |
uint64_t | flow_count_ |
uint64_t | add_count_ |
uint64_t | del_count_ |
uint64_t | audit_count_ |
uint64_t | reval_count_ |
uint64_t | recompute_count_ |
uint64_t | vrouter_responses_ |
uint64_t | vrouter_error_ |
uint64_t | evict_count_ |
FlowTokenStats | token_stats_ |
WorkQueueStats | pkt_handler_queue_ |
WorkQueueStats | flow_mgmt_queue_ |
WorkQueueStats | flow_update_queue_ |
std::vector< WorkQueueStats > | flow_event_queue_ |
std::vector< WorkQueueStats > | flow_tokenless_queue_ |
std::vector< WorkQueueStats > | flow_delete_queue_ |
std::vector< WorkQueueStats > | flow_ksync_queue_ |
std::vector< WorkQueueStats > | flow_stats_queue_ |
Definition at line 53 of file agent_profile.h.
void ProfileData::FlowStats::Get | ( | ) |
void ProfileData::FlowStats::Reset | ( | ) |
Definition at line 142 of file agent_profile.cc.
uint64_t ProfileData::FlowStats::add_count_ |
Definition at line 55 of file agent_profile.h.
uint64_t ProfileData::FlowStats::audit_count_ |
Definition at line 57 of file agent_profile.h.
uint64_t ProfileData::FlowStats::del_count_ |
Definition at line 56 of file agent_profile.h.
uint64_t ProfileData::FlowStats::evict_count_ |
Definition at line 62 of file agent_profile.h.
uint64_t ProfileData::FlowStats::flow_count_ |
Definition at line 54 of file agent_profile.h.
std::vector<WorkQueueStats> ProfileData::FlowStats::flow_delete_queue_ |
Definition at line 69 of file agent_profile.h.
std::vector<WorkQueueStats> ProfileData::FlowStats::flow_event_queue_ |
Definition at line 67 of file agent_profile.h.
std::vector<WorkQueueStats> ProfileData::FlowStats::flow_ksync_queue_ |
Definition at line 70 of file agent_profile.h.
WorkQueueStats ProfileData::FlowStats::flow_mgmt_queue_ |
Definition at line 65 of file agent_profile.h.
std::vector<WorkQueueStats> ProfileData::FlowStats::flow_stats_queue_ |
Definition at line 71 of file agent_profile.h.
std::vector<WorkQueueStats> ProfileData::FlowStats::flow_tokenless_queue_ |
Definition at line 68 of file agent_profile.h.
WorkQueueStats ProfileData::FlowStats::flow_update_queue_ |
Definition at line 66 of file agent_profile.h.
WorkQueueStats ProfileData::FlowStats::pkt_handler_queue_ |
Definition at line 64 of file agent_profile.h.
uint64_t ProfileData::FlowStats::recompute_count_ |
Definition at line 59 of file agent_profile.h.
uint64_t ProfileData::FlowStats::reval_count_ |
Definition at line 58 of file agent_profile.h.
FlowTokenStats ProfileData::FlowStats::token_stats_ |
Definition at line 63 of file agent_profile.h.
uint64_t ProfileData::FlowStats::vrouter_error_ |
Definition at line 61 of file agent_profile.h.
uint64_t ProfileData::FlowStats::vrouter_responses_ |
Definition at line 60 of file agent_profile.h.