FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Combined stats counters structure. More...
Data Fields | |
u8 | vnet_counter_type |
u32 | first_sw_if_index |
u32 | count |
vl_api_vlib_counter_t | data [count] |
Combined stats counters structure.
vnet_counter_type- | such as ip4, ip6, punts, etc |
first_sw_if_index | - first sw index in block of index, counts |
count | - number of counters, equal to the number of interfaces in this stats block |
data | - contiguous block of vlib_counter_t structures |
vnet_counter_type defined in enums - plural - in vnet/interface.h
vl_api_vlib_counter_t vl_api_vnet_interface_combined_counters_t::data[count] |
u32 vl_api_vnet_interface_combined_counters_t::first_sw_if_index |
u8 vl_api_vnet_interface_combined_counters_t::vnet_counter_type |