xrpld
Loading...
Searching...
No Matches
xrpl::OverlayImpl::TrafficGauges Struct Reference
Collaboration diagram for xrpl::OverlayImpl::TrafficGauges:

Public Member Functions

 TrafficGauges (std::string const &name, beast::insight::Collector::ptr const &collector)

Public Attributes

std::string const name
beast::insight::Gauge bytesIn
beast::insight::Gauge bytesOut
beast::insight::Gauge messagesIn
beast::insight::Gauge messagesOut

Detailed Description

Definition at line 579 of file OverlayImpl.h.

Constructor & Destructor Documentation

◆ TrafficGauges()

xrpl::OverlayImpl::TrafficGauges::TrafficGauges ( std::string const & name,
beast::insight::Collector::ptr const & collector )

Definition at line 581 of file OverlayImpl.h.

Member Data Documentation

◆ name

std::string const xrpl::OverlayImpl::TrafficGauges::name

Definition at line 589 of file OverlayImpl.h.

◆ bytesIn

beast::insight::Gauge xrpl::OverlayImpl::TrafficGauges::bytesIn

Definition at line 590 of file OverlayImpl.h.

◆ bytesOut

beast::insight::Gauge xrpl::OverlayImpl::TrafficGauges::bytesOut

Definition at line 591 of file OverlayImpl.h.

◆ messagesIn

beast::insight::Gauge xrpl::OverlayImpl::TrafficGauges::messagesIn

Definition at line 592 of file OverlayImpl.h.

◆ messagesOut

beast::insight::Gauge xrpl::OverlayImpl::TrafficGauges::messagesOut

Definition at line 593 of file OverlayImpl.h.