FD.io VPP  v18.04-17-g3a0d853
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 rx_unicast_packets
 packet counter More...
 
u64 rx_unicast_bytes
 byte counter More...
 
u64 rx_multicast_packets
 packet counter More...
 
u64 rx_multicast_bytes
 byte counter More...
 
u64 rx_broadcast_packets
 packet counter More...
 
u64 rx_broadcast_bytes
 byte counter More...
 
u64 tx_packets
 packet counter More...
 
u64 tx_bytes
 byte counter More...
 
u64 tx_unicast_packets
 packet counter More...
 
u64 tx_unicast_bytes
 byte counter More...
 
u64 tx_multicast_packets
 packet counter More...
 
u64 tx_multicast_bytes
 byte counter More...
 
u64 tx_broadcast_packets
 packet counter More...
 
u64 tx_broadcast_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
rx_unicast_packets- received unicast packet count
rx_unicast_bytes- received unicast byte count
rx_multicast_packets- received multicast packet count
rx_multicast_bytes- received multicast byte count
rx_broadcast_packets- received broadcast packet count
rx_broadcast_bytes- received broadcast byte count
tx_packets- transmitted packet count
tx_bytes- transmitted byte count
tx_unicast_packets- transmitted unicast packet count
tx_unicast_bytes- transmitted unicast byte count
tx_multicast_packets- transmitted multicast packet count
tx_multicast_bytes- transmitted multicast byte count
tx_broadcast_packets- transmitted broadcast packet count
tx_broadcast_bytes- transmitted broadcast byte count

Definition at line 257 of file interface.api.

Field Documentation

u64 vl_api_vnet_combined_counter_t::rx_broadcast_bytes

byte counter

Definition at line 267 of file interface.api.

u64 vl_api_vnet_combined_counter_t::rx_broadcast_packets

packet counter

Definition at line 266 of file interface.api.

u64 vl_api_vnet_combined_counter_t::rx_bytes

byte counter

Definition at line 261 of file interface.api.

u64 vl_api_vnet_combined_counter_t::rx_multicast_bytes

byte counter

Definition at line 265 of file interface.api.

u64 vl_api_vnet_combined_counter_t::rx_multicast_packets

packet counter

Definition at line 264 of file interface.api.

u64 vl_api_vnet_combined_counter_t::rx_packets

packet counter

Definition at line 260 of file interface.api.

u64 vl_api_vnet_combined_counter_t::rx_unicast_bytes

byte counter

Definition at line 263 of file interface.api.

u64 vl_api_vnet_combined_counter_t::rx_unicast_packets

packet counter

Definition at line 262 of file interface.api.

u32 vl_api_vnet_combined_counter_t::sw_if_index

Definition at line 259 of file interface.api.

u64 vl_api_vnet_combined_counter_t::tx_broadcast_bytes

byte counter

Definition at line 275 of file interface.api.

u64 vl_api_vnet_combined_counter_t::tx_broadcast_packets

packet counter

Definition at line 274 of file interface.api.

u64 vl_api_vnet_combined_counter_t::tx_bytes

byte counter

Definition at line 269 of file interface.api.

u64 vl_api_vnet_combined_counter_t::tx_multicast_bytes

byte counter

Definition at line 273 of file interface.api.

u64 vl_api_vnet_combined_counter_t::tx_multicast_packets

packet counter

Definition at line 272 of file interface.api.

u64 vl_api_vnet_combined_counter_t::tx_packets

packet counter

Definition at line 268 of file interface.api.

u64 vl_api_vnet_combined_counter_t::tx_unicast_bytes

byte counter

Definition at line 271 of file interface.api.

u64 vl_api_vnet_combined_counter_t::tx_unicast_packets

packet counter

Definition at line 270 of file interface.api.


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