DOKK / manpages / debian 13 / dpdk-doc / rte_lcore_usage.3.en
rte_lcore_usage(3) Library Functions Manual rte_lcore_usage(3)

rte_lcore_usage

#include <rte_lcore.h>


uint64_t total_cycles
uint64_t busy_cycles

lcore usage statistics.

Definition at line 333 of file rte_lcore.h.

The total amount of time that the application has been running on this lcore, in TSC cycles.

Definition at line 338 of file rte_lcore.h.

The amount of time the application was busy, handling some workload on this lcore, in TSC cycles.

Definition at line 343 of file rte_lcore.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK