eth::WatchStatsSnapshot¶
Snapshot of live EthWatchService traffic counters.
#include <eth_watch_service.hpp>
Public Attributes¶
| Name | |
|---|---|
| uint64_t | eth_messages_seen |
| uint64_t | new_block_hashes_messages |
| uint64_t | new_block_messages |
| uint64_t | receipts_messages |
| uint64_t | decode_failures |
| uint64_t | receipts_requested |
| uint64_t | receipts_processed |
| uint64_t | logs_seen |
| uint64_t | matched_logs |
| uint64_t | discarded_logs |
Public Attributes Documentation¶
variable eth_messages_seen¶
variable new_block_hashes_messages¶
variable new_block_messages¶
variable receipts_messages¶
variable decode_failures¶
variable receipts_requested¶
variable receipts_processed¶
variable logs_seen¶
variable matched_logs¶
variable discarded_logs¶
Updated on 2026-06-05 at 17:22:18 -0700