EM-ODP
3.7.0
Event Machine on ODP
|
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 |
uint64_t | __internal_use [EM_POOL_SUBPOOL_STAT_INTERNAL] |
Definition at line 364 of file event_machine_pool.h.
uint64_t em_pool_subpool_stats_t::__internal_use[EM_POOL_SUBPOOL_STAT_INTERNAL] |
Internal use - don't touch!
Definition at line 396 of file event_machine_pool.h.
uint64_t em_pool_subpool_stats_t::alloc_fails |
The number of failed alloc operations (pool empty)
Definition at line 374 of file event_machine_pool.h.
uint64_t em_pool_subpool_stats_t::alloc_ops |
The number of alloc operations from the pool. Includes both successful and failed operations (pool empty).
Definition at line 371 of file event_machine_pool.h.
uint64_t em_pool_subpool_stats_t::available |
The number of available events in the pool
Definition at line 366 of file event_machine_pool.h.
uint64_t em_pool_subpool_stats_t::cache_alloc_ops |
The number of successful alloc operations from pool caches (returned at least one event).
Definition at line 390 of file event_machine_pool.h.
uint64_t em_pool_subpool_stats_t::cache_available |
The number of available events in the local caches of all cores
Definition at line 385 of file event_machine_pool.h.
uint64_t em_pool_subpool_stats_t::cache_free_ops |
The number of free operations, which stored events to pool caches.
Definition at line 393 of file event_machine_pool.h.
uint64_t em_pool_subpool_stats_t::free_ops |
The number of free operations to the pool
Definition at line 377 of file event_machine_pool.h.
uint64_t em_pool_subpool_stats_t::total_ops |
The total number of alloc and free operations. Includes both successful and failed operations (pool empty).
Definition at line 382 of file event_machine_pool.h.