FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
stat data representation More...
Public Member Functions | |
stat_data_t (const stat_segment_data_t &stat_seg_data) | |
stat data custom constructor More... | |
const std::string & | name () const |
get name of stat More... | |
const stat_directory_type_t & | type () const |
get type of stat More... | |
double | get_stat_segment_scalar_data () const |
Get pointer to actual data. More... | |
uint64_t | get_stat_segment_error_data () const |
uint64_t ** | get_stat_segment_simple_counter_data () const |
vlib_counter_t ** | get_stat_segment_combined_counter_data () const |
stat data representation
Definition at line 38 of file stat_client.hpp.
VOM::stat_client::stat_data_t::stat_data_t | ( | const stat_segment_data_t & | stat_seg_data | ) |
stat data custom constructor
Definition at line 20 of file stat_client.cpp.
vlib_counter_t ** VOM::stat_client::stat_data_t::get_stat_segment_combined_counter_data | ( | ) | const |
Definition at line 73 of file stat_client.cpp.
uint64_t VOM::stat_client::stat_data_t::get_stat_segment_error_data | ( | ) | const |
Definition at line 61 of file stat_client.cpp.
double VOM::stat_client::stat_data_t::get_stat_segment_scalar_data | ( | ) | const |
Get pointer to actual data.
Definition at line 55 of file stat_client.cpp.
uint64_t ** VOM::stat_client::stat_data_t::get_stat_segment_simple_counter_data | ( | ) | const |
Definition at line 67 of file stat_client.cpp.
const std::string & VOM::stat_client::stat_data_t::name | ( | ) | const |
get name of stat
Definition at line 43 of file stat_client.cpp.
const stat_directory_type_t & VOM::stat_client::stat_data_t::type | ( | ) | const |
get type of stat
Definition at line 49 of file stat_client.cpp.
vlib_counter_t** VOM::stat_client::stat_data_t::m_combined_counter_vec |
Definition at line 82 of file stat_client.hpp.
uint64_t VOM::stat_client::stat_data_t::m_error_value |
Definition at line 80 of file stat_client.hpp.
double VOM::stat_client::stat_data_t::m_scalar_value |
Definition at line 79 of file stat_client.hpp.
counter_t** VOM::stat_client::stat_data_t::m_simple_counter_vec |
Definition at line 81 of file stat_client.hpp.