rte_tm_node_stats - Man Page
Synopsis
#include <rte_tm.h>
Data Fields
uint64_t n_pkts
uint64_t n_bytes
struct {
uint64_t n_pkts_dropped [RTE_COLORS]
uint64_t n_bytes_dropped [RTE_COLORS]
uint64_t n_pkts_queued
uint64_t n_bytes_queued
} leaf
Detailed Description
Node statistics counters
Definition at line 129 of file rte_tm.h.
Field Documentation
uint64_t n_pkts
Number of packets scheduled from current node.
Definition at line 131 of file rte_tm.h.
uint64_t n_bytes
Number of bytes scheduled from current node.
Definition at line 134 of file rte_tm.h.
uint64_t n_pkts_dropped[RTE_COLORS]
Number of packets dropped by current leaf node per each color.
Definition at line 141 of file rte_tm.h.
uint64_t n_bytes_dropped[RTE_COLORS]
Number of bytes dropped by current leaf node per each color.
Definition at line 146 of file rte_tm.h.
uint64_t n_pkts_queued
Number of packets currently waiting in the packet queue of current leaf node.
Definition at line 151 of file rte_tm.h.
uint64_t n_bytes_queued
Number of bytes currently waiting in the packet queue of current leaf node.
Definition at line 156 of file rte_tm.h.
struct { ... } leaf
Statistics counters for leaf nodes only.
Author
Generated automatically by Doxygen for DPDK from the source code.