Runtime statistics for monitoring queue health.
More...
#include <request_queue.h>
|
|
size_t | active |
| | Tasks currently being executed.
|
| |
|
size_t | completed |
| | Total tasks finished.
|
| |
|
size_t | max_queue_size |
| | Maximum queue capacity.
|
| |
|
size_t | num_workers |
| | Number of worker threads.
|
| |
|
size_t | pending |
| | Tasks waiting in the queue.
|
| |
|
size_t | rejected |
| | Tasks rejected due to backpressure (queue full).
|
| |
Runtime statistics for monitoring queue health.
Definition at line 38 of file request_queue.h.
The documentation for this struct was generated from the following file: