FD.io VPP
v18.07.1-19-g511ce25
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 271 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_broadcast_bytes |
byte counter
Definition at line 281 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_broadcast_packets |
packet counter
Definition at line 280 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_bytes |
byte counter
Definition at line 275 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_multicast_bytes |
byte counter
Definition at line 279 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_multicast_packets |
packet counter
Definition at line 278 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_packets |
packet counter
Definition at line 274 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_unicast_bytes |
byte counter
Definition at line 277 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_unicast_packets |
packet counter
Definition at line 276 of file interface.api.
u32 vl_api_vnet_combined_counter_t::sw_if_index |
Definition at line 273 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_broadcast_bytes |
byte counter
Definition at line 289 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_broadcast_packets |
packet counter
Definition at line 288 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_bytes |
byte counter
Definition at line 283 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_multicast_bytes |
byte counter
Definition at line 287 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_multicast_packets |
packet counter
Definition at line 286 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_packets |
packet counter
Definition at line 282 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_unicast_bytes |
byte counter
Definition at line 285 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_unicast_packets |
packet counter
Definition at line 284 of file interface.api.