FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
vl_api_vnet_interface_simple_counters_t Struct Reference

Simple stats counters structure. More...

Data Fields

u8 vnet_counter_type
 
u32 first_sw_if_index
 
u32 count
 
u64 data [count]
 

Detailed Description

Simple stats counters structure.

Template Parameters
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 348 of file stats.api.

Field Documentation

u32 vl_api_vnet_interface_simple_counters_t::count

Definition at line 352 of file stats.api.

u64 vl_api_vnet_interface_simple_counters_t::data[count]

Definition at line 353 of file stats.api.

u32 vl_api_vnet_interface_simple_counters_t::first_sw_if_index

Definition at line 351 of file stats.api.

u8 vl_api_vnet_interface_simple_counters_t::vnet_counter_type

Definition at line 350 of file stats.api.


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