|
Motr
M0
|
#include <net.h>

Data Fields | |
| uint64_t | nqs_num_adds |
| uint64_t | nqs_num_dels |
| uint64_t | nqs_num_s_events |
| uint64_t | nqs_num_f_events |
| m0_time_t | nqs_time_in_queue |
| uint64_t | nqs_total_bytes |
| uint64_t | nqs_max_bytes |
Statistical data maintained for each transfer machine queue. It is up to the higher level layers to retrieve the data and reset the statistical counters.
| uint64_t nqs_max_bytes |
| uint64_t nqs_num_f_events |
The number of failure events posted on buffers in the queue.
In the case of the M0_NET_QT_MSG_RECV queue the failure counter is also incremented when auto-provisioning fails, with an increment equal to the number of buffers required to fill the queue to its minimal level.
| uint64_t nqs_num_s_events |
| m0_time_t nqs_time_in_queue |
| uint64_t nqs_total_bytes |