FD.io VPP
v17.10-9-gd594711
Vector Packet Processing
|
Simple stats counters structure. More...
Data Fields | |
u8 | vnet_counter_type |
u32 | first_sw_if_index |
u32 | count |
u64 | data [count] |
Simple 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 u64 counters |
vnet_counter_type defined in enums - plural - in vnet/interface.h
Definition at line 283 of file interface.api.
u32 vl_api_vnet_interface_simple_counters_t::count |
Definition at line 287 of file interface.api.
Definition at line 288 of file interface.api.
u32 vl_api_vnet_interface_simple_counters_t::first_sw_if_index |
Definition at line 286 of file interface.api.
u8 vl_api_vnet_interface_simple_counters_t::vnet_counter_type |
Definition at line 285 of file interface.api.