CNDP  22.08.0
cne_graph_cluster_node_stats Struct Reference

#include <cne_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
 
cne_node_t id
 
uint64_t hz
 
char name [CNE_NODE_NAMESIZE]
 

Detailed Description

Node cluster stats data structure.

See also
struct cne_graph_cluster_stats_param

Definition at line 167 of file cne_graph.h.

Field Documentation

◆ ts

uint64_t ts

Current timestamp.

Definition at line 168 of file cne_graph.h.

◆ calls

uint64_t calls

Current number of calls made.

Definition at line 169 of file cne_graph.h.

◆ objs

uint64_t objs

Current number of objs processed.

Definition at line 170 of file cne_graph.h.

◆ cycles

uint64_t cycles

Current number of cycles.

Definition at line 171 of file cne_graph.h.

◆ prev_ts

uint64_t prev_ts

Previous call timestamp.

Definition at line 173 of file cne_graph.h.

◆ prev_calls

uint64_t prev_calls

Previous number of calls.

Definition at line 174 of file cne_graph.h.

◆ prev_objs

uint64_t prev_objs

Previous number of processed objs.

Definition at line 175 of file cne_graph.h.

◆ prev_cycles

uint64_t prev_cycles

Previous number of cycles.

Definition at line 176 of file cne_graph.h.

◆ realloc_count

uint64_t realloc_count

Realloc count.

Definition at line 178 of file cne_graph.h.

◆ id

Node identifier of stats.

Definition at line 180 of file cne_graph.h.

◆ hz

uint64_t hz

Cycles per seconds.

Definition at line 181 of file cne_graph.h.

◆ name

char name[CNE_NODE_NAMESIZE]

Name of the node.

Definition at line 182 of file cne_graph.h.


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