Skip to content

EntropyEngine::Networking::ConnectionManager::ManagerMetrics

EntropyEngine::Networking::ConnectionManager::ManagerMetrics

Section titled “EntropyEngine::Networking::ConnectionManager::ManagerMetrics”

Lightweight aggregate metrics snapshot for observability.

#include <ConnectionManager.h>

Name
uint64_twouldBlockSends
uint64_ttotalMessagesSent
uint64_ttotalMessagesReceived
uint64_ttotalBytesSent
uint64_ttotalBytesReceived
uint64_tconnectionsOpened
uint64_tconnectionsFailed
uint64_tconnectionsClosed
uint64_t wouldBlockSends = 0;
uint64_t totalMessagesSent = 0;
uint64_t totalMessagesReceived = 0;
uint64_t totalBytesSent = 0;
uint64_t totalBytesReceived = 0;
uint64_t connectionsOpened = 0;
uint64_t connectionsFailed = 0;
uint64_t connectionsClosed = 0;

Updated on 2026-01-26 at 17:14:35 -0500