FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
vl_api_vnet_combined_counter_t Struct Reference

Combined interface counter data type for vnet_interface_combined_counters. More...

Data Fields

u32 sw_if_index
 
u64 rx_packets
 packet counter More...
 
u64 rx_bytes
 byte counter More...
 
u64 tx_packets
 packet counter More...
 
u64 tx_bytes
 byte counter More...
 

Detailed Description

Combined interface counter data type for vnet_interface_combined_counters.

Template Parameters
sw_if_index- interface indexes for counters
rx_packets- received packet count
rx_bytes- received byte count
tx_packets- transmitted packet count
tx_bytes- transmitted byte count

Definition at line 240 of file interface.api.

Field Documentation

u64 vl_api_vnet_combined_counter_t::rx_bytes

byte counter

Definition at line 244 of file interface.api.

u64 vl_api_vnet_combined_counter_t::rx_packets

packet counter

Definition at line 243 of file interface.api.

u32 vl_api_vnet_combined_counter_t::sw_if_index

Definition at line 242 of file interface.api.

u64 vl_api_vnet_combined_counter_t::tx_bytes

byte counter

Definition at line 246 of file interface.api.

u64 vl_api_vnet_combined_counter_t::tx_packets

packet counter

Definition at line 245 of file interface.api.


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