FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vl_api_vnet_interface_counters_t Struct Reference

Stats counters structure. More...

Data Fields

u8 vnet_counter_type
 
u8 is_combined
 
u32 first_sw_if_index
 
u32 count
 
u8 data [count]
 

Detailed Description

Stats counters structure.

Template Parameters
vnet_counter_type-such as ip4, ip6, punts, etc
is_combined- rx & tx total (all types) counts
first_sw_if_index- first sw index in block of index, counts
count- number of interfaces this stats block includes counters for
data- contiguous block of vlib_counter_t structures

Definition at line 251 of file interface.api.

Field Documentation

u32 vl_api_vnet_interface_counters_t::count

Definition at line 257 of file interface.api.

u8 vl_api_vnet_interface_counters_t::data[count]

Definition at line 258 of file interface.api.

u32 vl_api_vnet_interface_counters_t::first_sw_if_index

Definition at line 256 of file interface.api.

u8 vl_api_vnet_interface_counters_t::is_combined

Definition at line 255 of file interface.api.

u8 vl_api_vnet_interface_counters_t::vnet_counter_type

Definition at line 254 of file interface.api.


The documentation for this struct was generated from the following file: