DPDK 22.11.5
|
#include <rte_graph.h>
Data Fields | |
uint64_t | ts |
uint64_t | calls |
uint64_t | objs |
uint64_t | cycles |
uint64_t | prev_ts |
uint64_t | prev_calls |
uint64_t | prev_objs |
uint64_t | prev_cycles |
uint64_t | realloc_count |
rte_node_t | id |
uint64_t | hz |
char | name [RTE_NODE_NAMESIZE] |
Node cluster stats data structure.
Definition at line 196 of file rte_graph.h.
uint64_t ts |
Current timestamp.
Definition at line 197 of file rte_graph.h.
uint64_t calls |
Current number of calls made.
Definition at line 198 of file rte_graph.h.
uint64_t objs |
Current number of objs processed.
Definition at line 199 of file rte_graph.h.
uint64_t cycles |
Current number of cycles.
Definition at line 200 of file rte_graph.h.
uint64_t prev_ts |
Previous call timestamp.
Definition at line 202 of file rte_graph.h.
uint64_t prev_calls |
Previous number of calls.
Definition at line 203 of file rte_graph.h.
uint64_t prev_objs |
Previous number of processed objs.
Definition at line 204 of file rte_graph.h.
uint64_t prev_cycles |
Previous number of cycles.
Definition at line 205 of file rte_graph.h.
uint64_t realloc_count |
Realloc count.
Definition at line 207 of file rte_graph.h.
rte_node_t id |
Node identifier of stats.
Definition at line 209 of file rte_graph.h.
uint64_t hz |
Cycles per seconds.
Definition at line 210 of file rte_graph.h.
char name[RTE_NODE_NAMESIZE] |
Name of the node.
Definition at line 211 of file rte_graph.h.