libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
NodeStats Struct Reference

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.
 

Detailed Description

Snapshot of node performance statistics.


The documentation for this struct was generated from the following file: