![]() |
EM-ODP 4.4.0
Event Machine on ODP
|
#include <event_machine_pool.h>
Data Fields | |
| uint64_t | available |
| uint64_t | alloc_ops |
| uint64_t | alloc_fails |
| uint64_t | free_ops |
| uint64_t | total_ops |
| uint64_t | cache_available |
| uint64_t | cache_alloc_ops |
| uint64_t | cache_free_ops |
Pool subpool statistics counters
Same as em_pool_subpool_stats_t excluding the __internal_use.
Definition at line 423 of file event_machine_pool.h.
| uint64_t em_pool_subpool_stats_selected_t::alloc_fails |
The number of failed alloc operations (pool empty)
Definition at line 433 of file event_machine_pool.h.
| uint64_t em_pool_subpool_stats_selected_t::alloc_ops |
The number of alloc operations from the pool. Includes both successful and failed operations (pool empty).
Definition at line 430 of file event_machine_pool.h.
| uint64_t em_pool_subpool_stats_selected_t::available |
The number of available events in the pool
Definition at line 425 of file event_machine_pool.h.
| uint64_t em_pool_subpool_stats_selected_t::cache_alloc_ops |
The number of successful alloc operations from pool caches (returned at least one event).
Definition at line 449 of file event_machine_pool.h.
| uint64_t em_pool_subpool_stats_selected_t::cache_available |
The number of available events in the local caches of all cores
Definition at line 444 of file event_machine_pool.h.
| uint64_t em_pool_subpool_stats_selected_t::cache_free_ops |
The number of free operations, which stored events to pool caches.
Definition at line 452 of file event_machine_pool.h.
| uint64_t em_pool_subpool_stats_selected_t::free_ops |
The number of free operations to the pool
Definition at line 436 of file event_machine_pool.h.
| uint64_t em_pool_subpool_stats_selected_t::total_ops |
The total number of alloc and free operations. Includes both successful and failed operations (pool empty).
Definition at line 441 of file event_machine_pool.h.