Snapshot of node performance statistics. More...
#include <medianode.h>
Public Attributes | |
| uint64_t | processCount = 0 |
| Total process() invocations. | |
| uint64_t | starvationCount = 0 |
| Total starvation() invocations. | |
| double | lastProcessDuration = 0.0 |
| Wall-clock time of last process() call in seconds. | |
| double | avgProcessDuration = 0.0 |
| Exponential moving average of process() duration in seconds. | |
| double | peakProcessDuration = 0.0 |
| Peak process() duration in seconds. | |
| int | currentQueueDepth = 0 |
| Current input queue depth. | |
| int | peakQueueDepth = 0 |
| Peak input queue depth observed. | |
Snapshot of node performance statistics.