DPDK  24.03.0
Data Fields
rte_lcore_usage Struct Reference

#include <rte_lcore.h>

Data Fields

uint64_t total_cycles
 
uint64_t busy_cycles
 

Detailed Description

lcore usage statistics.

Definition at line 333 of file rte_lcore.h.

Field Documentation

◆ total_cycles

uint64_t total_cycles

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.

◆ busy_cycles

uint64_t busy_cycles

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.


The documentation for this struct was generated from the following file: