|
E2SAR 0.3.0
|
#include <e2sarCP.hpp>
Optional stats sent by individual workers in sendState and received in worker status from lbstatus about their performance int64 totalEventsRecv - how many event ids the receiver has seen int64 totalEventsReassembled - how many events has the receiver reassembled int64 totalEventsReassemblyErr - how many events has the receiver dropped before reassembly int64 totalEventsDequeued - how many events popped off the queue int64 totalEventEnqueueErr - how many events has the receiver failed to put on the queue because it's full int64 totalBytesRecv - total bytes received int64 totalPacketsRecv - total packets received