FD.io VPP  v16.09
Vector Packet Processing
vl_api_vnet_interface_counters_t Struct Reference

Want 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

Want 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 666 of file vpe.api.

Field Documentation

u32 vl_api_vnet_interface_counters_t::count

Definition at line 672 of file vpe.api.

u8 vl_api_vnet_interface_counters_t::data[count]

Definition at line 673 of file vpe.api.

u32 vl_api_vnet_interface_counters_t::first_sw_if_index

Definition at line 671 of file vpe.api.

u8 vl_api_vnet_interface_counters_t::is_combined

Definition at line 670 of file vpe.api.

u8 vl_api_vnet_interface_counters_t::vnet_counter_type

Definition at line 669 of file vpe.api.


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