E2SAR 0.3.0
Loading...
Searching...
No Matches
e2sar::WorkerStats Struct Reference

#include <e2sarCP.hpp>

Data Fields

int64_t total_events_recv
 
int64_t total_events_reassembled
 
int64_t total_events_reassembly_err
 
int64_t total_events_dequeued
 
int64_t total_event_enqueue_err
 
int64_t total_bytes_recv
 
int64_t total_packets_recv
 

Detailed Description

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


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