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

Detailed Description

Event loop statistics.

Definition at line 101 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

int as_event_loop_stats::process_size

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

Definition at line 106 of file aerospike_stats.h.

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 112 of file aerospike_stats.h.


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