|
API Reference Manual
1.48.0
|
TM queue specific statistics counters. More...
#include <traffic_mngr.h>
Data Fields | |
| uint64_t | octets |
| Number of octets in successfully transmitted packets. More... | |
| uint64_t | packets |
| Number of successfully transmitted packets. | |
| uint64_t | discards |
| Number of packets discarded due to other reasons (e.g. More... | |
| uint64_t | discard_octets |
| Number of octets in packets discarded due to other reasons (e.g. More... | |
| uint64_t | errors |
| Number of packets with transmission errors. | |
TM queue specific statistics counters.
Definition at line 183 of file api/spec/traffic_mngr.h.
| uint64_t odp_tm_queue_stats_t::octets |
Number of octets in successfully transmitted packets.
In case of Ethernet, packet size includes MAC header.
Definition at line 186 of file api/spec/traffic_mngr.h.
| uint64_t odp_tm_queue_stats_t::discards |
Number of packets discarded due to other reasons (e.g.
aging) than errors.
Definition at line 193 of file api/spec/traffic_mngr.h.
| uint64_t odp_tm_queue_stats_t::discard_octets |
Number of octets in packets discarded due to other reasons (e.g.
aging) than errors.
Definition at line 197 of file api/spec/traffic_mngr.h.