CNDP  22.08.0
mempool_stats Struct Reference

#include <mempool_private.h>

Data Fields

uint64_t put_bulk
 
uint64_t put_objs
 
uint64_t get_success_bulk
 
uint64_t get_success_objs
 
uint64_t get_fail_bulk
 
uint64_t get_fail_objs
 

Detailed Description

A structure that stores the mempool statistics.

Definition at line 39 of file mempool_private.h.

Field Documentation

◆ put_bulk

uint64_t put_bulk

Number of puts.

Definition at line 40 of file mempool_private.h.

◆ put_objs

uint64_t put_objs

Number of objects successfully put.

Definition at line 41 of file mempool_private.h.

◆ get_success_bulk

uint64_t get_success_bulk

Successful allocation number.

Definition at line 42 of file mempool_private.h.

◆ get_success_objs

uint64_t get_success_objs

Objects successfully allocated.

Definition at line 43 of file mempool_private.h.

◆ get_fail_bulk

uint64_t get_fail_bulk

Failed allocation number.

Definition at line 44 of file mempool_private.h.

◆ get_fail_objs

uint64_t get_fail_objs

Objects that failed to be allocated.

Definition at line 45 of file mempool_private.h.


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