FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
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... | |
Combined interface counter data type for vnet_interface_combined_counters.
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 285 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_broadcast_bytes |
byte counter
Definition at line 295 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_broadcast_packets |
packet counter
Definition at line 294 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_bytes |
byte counter
Definition at line 289 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_multicast_bytes |
byte counter
Definition at line 293 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_multicast_packets |
packet counter
Definition at line 292 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_packets |
packet counter
Definition at line 288 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_unicast_bytes |
byte counter
Definition at line 291 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_unicast_packets |
packet counter
Definition at line 290 of file interface.api.
u32 vl_api_vnet_combined_counter_t::sw_if_index |
Definition at line 287 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_broadcast_bytes |
byte counter
Definition at line 303 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_broadcast_packets |
packet counter
Definition at line 302 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_bytes |
byte counter
Definition at line 297 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_multicast_bytes |
byte counter
Definition at line 301 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_multicast_packets |
packet counter
Definition at line 300 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_packets |
packet counter
Definition at line 296 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_unicast_bytes |
byte counter
Definition at line 299 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_unicast_packets |
packet counter
Definition at line 298 of file interface.api.