All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
as_event_loop_stats Struct Reference

Detailed Description

Event loop statistics.

Definition at line 108 of file aerospike_stats.h.

#include "aerospike_stats.h"

+ Collaboration diagram for as_event_loop_stats:

Data Fields

int process_size
 
uint32_t queue_size
 

Field Documentation

◆ process_size

int as_event_loop_stats::process_size

Approximate number of commands actively being processed on the event loop.

Definition at line 113 of file aerospike_stats.h.

◆ queue_size

uint32_t as_event_loop_stats::queue_size

Approximate number of commands stored on this event loop's delay queue that have not been started yet.

Definition at line 119 of file aerospike_stats.h.


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