FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Data Fields | |
char * | name |
stat_directory_type_t | type |
union { | |
double scalar_value | |
uint64_t error_value | |
counter_t ** simple_counter_vec | |
vlib_counter_t ** combined_counter_vec | |
}; | |
Definition at line 38 of file stat_client.h.
union { ... } |
vlib_counter_t** stat_segment_data_t::combined_counter_vec |
Definition at line 47 of file stat_client.h.
uint64_t stat_segment_data_t::error_value |
Definition at line 45 of file stat_client.h.
char* stat_segment_data_t::name |
Definition at line 40 of file stat_client.h.
double stat_segment_data_t::scalar_value |
Definition at line 44 of file stat_client.h.
counter_t** stat_segment_data_t::simple_counter_vec |
Definition at line 46 of file stat_client.h.
stat_directory_type_t stat_segment_data_t::type |
Definition at line 41 of file stat_client.h.