DAOS API (v2.1 - dev)
Loading...
Searching...
No Matches
daos_pipeline_stats_t Struct Reference

#include <daos_pipeline.h>

Data Fields

uint64_t nr_objs
 
uint64_t nr_dkeys
 
uint64_t nr_akeys
 

Detailed Description

Gather some statistics of daos_pipeline_run(); like the number of items that have been scanned.

Definition at line 177 of file daos_pipeline.h.

Field Documentation

◆ nr_akeys

uint64_t nr_akeys

This variable will only be non-zero when a dkey is provided to daos_pipeline_run(), where akeys are being filtered from a particular dkey.

Definition at line 194 of file daos_pipeline.h.

◆ nr_dkeys

uint64_t nr_dkeys

If filtering by dkey or akeys (or a combination of both), nr_dkeys will register the total number of dkeys scanned. If a dkey is provided to daos_pipeline_run(), nr_dkeys will always be zero (not one).

Definition at line 189 of file daos_pipeline.h.

◆ nr_objs

uint64_t nr_objs

If filtering by object ids, nr_objs will register the number of objects considered. Otherwise (i.e., if an object handle is passed), nr_objs will always be zero (not one).

Definition at line 183 of file daos_pipeline.h.


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