logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_graph_cluster_node_stats

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                 rte_graph_cluster_node_stats(3)

Detailed Description

       Node cluster stats data structure.

       Seealso
           struct rte_graph_cluster_stats_param::fn

       Definition at line 204 of file rte_graph.h.

Field Documentation

uint64_tts
       Current timestamp.

       Definition at line 205 of file rte_graph.h.

   uint64_tcalls
       Current number of calls made.

       Definition at line 206 of file rte_graph.h.

   uint64_tobjs
       Current number of objs processed.

       Definition at line 207 of file rte_graph.h.

   uint64_tcycles
       Current number of cycles.

       Definition at line 208 of file rte_graph.h.

   uint64_tprev_ts
       Previous call timestamp.

       Definition at line 210 of file rte_graph.h.

   uint64_tprev_calls
       Previous number of calls.

       Definition at line 211 of file rte_graph.h.

   uint64_tprev_objs
       Previous number of processed objs.

       Definition at line 212 of file rte_graph.h.

   uint64_tprev_cycles
       Previous number of cycles.

       Definition at line 213 of file rte_graph.h.

   uint64_tsched_objs
       Previous number of scheduled objs for dispatch model.

       Definition at line 217 of file rte_graph.h.

   uint64_tsched_fail
       Previous number of failed schedule objs for dispatch model.

       Definition at line 219 of file rte_graph.h.

   uint64_trealloc_count
       Realloc count.

       Definition at line 224 of file rte_graph.h.

   uint8_txstat_cntrs
       Number of Node xstat counters.

       Definition at line 226 of file rte_graph.h.

   char(*xstat_desc)[RTE_NODE_XSTAT_DESC_SIZE]
       Names of the Node xstat counters.

       Definition at line 227 of file rte_graph.h.

   uint64_t*xstat_count
       Total stat count per each xstat.

       Definition at line 228 of file rte_graph.h.

   rte_node_tid
       Node identifier of stats.

       Definition at line 230 of file rte_graph.h.

   uint64_thz
       Cycles per seconds.

       Definition at line 231 of file rte_graph.h.

   charname[RTE_NODE_NAMESIZE]
       Name of the node.

       Definition at line 232 of file rte_graph.h.

Name

       rte_graph_cluster_node_stats

Synopsis

       #include <rte_graph.h>

   DataFields
       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
       uint8_t xstat_cntrs
       char(* xstat_desc )[RTE_NODE_XSTAT_DESC_SIZE]
       uint64_t * xstat_countrte_node_tid
       uint64_t hz
       char name [RTE_NODE_NAMESIZE]

See Also