|
API Reference Manual 1.51.0
|
TM node specific statistics counters. More...
#include <traffic_mngr.h>
Data Fields | |
| uint64_t | discards |
| Number of discarded packets. | |
| uint64_t | discard_octets |
| Number of octets in discarded packets. | |
| uint64_t | packets |
| Number of successfully processed packets. | |
| uint64_t | octets |
| Number of octets in successfully processed packets. | |
TM node specific statistics counters.
Definition at line 238 of file api/spec/traffic_mngr.h.
| uint64_t odp_tm_node_stats_t::discards |
Number of discarded packets.
Definition at line 240 of file api/spec/traffic_mngr.h.
| uint64_t odp_tm_node_stats_t::discard_octets |
Number of octets in discarded packets.
Definition at line 243 of file api/spec/traffic_mngr.h.
| uint64_t odp_tm_node_stats_t::packets |
Number of successfully processed packets.
Definition at line 246 of file api/spec/traffic_mngr.h.
| uint64_t odp_tm_node_stats_t::octets |
Number of octets in successfully processed packets.
Definition at line 249 of file api/spec/traffic_mngr.h.