RMM API 2.0.0
Loading...
Searching...
No Matches
PacketCountsData Struct Reference

Struct to hold the packet count statistics for a ring or node. This structure stores packet counters, including bulk data packets (odd/even) and overflow statistics. More...

#include <RMMRings.h>

Public Attributes

uint32_t oddCount
 Count of odd bulk data packets.
 
uint32_t evenCount
 Count of even bulk data packets.
 
uint32_t oddOverflow
 Overflow count for odd packets.
 
uint32_t evenOverflow
 Overflow count for even packets.
 
std::map< int, uint32_t > perNode
 Per-node packet counters.
 

Detailed Description

Struct to hold the packet count statistics for a ring or node. This structure stores packet counters, including bulk data packets (odd/even) and overflow statistics.


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