MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetMessagesReceivedPerSecond

Method GetMessagesReceivedPerSecond

lib/remote/endpoint.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153double Endpoint::GetMessagesReceivedPerSecond() const
154{
155 return m_MessagesReceived.CalculateRate(Utility::GetTime(), 60);
156}
157
158double Endpoint::GetBytesSentPerSecond() const
159{

Callers 2

ScriptFuncMethod · 0.80
ScriptFuncMethod · 0.80

Calls 1

CalculateRateMethod · 0.80

Tested by

no test coverage detected