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

Method GetBytesSentPerSecond

lib/remote/endpoint.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158double Endpoint::GetBytesSentPerSecond() const
159{
160 return m_BytesSent.CalculateRate(Utility::GetTime(), 60);
161}
162
163double Endpoint::GetBytesReceivedPerSecond() const
164{

Callers 2

ScriptFuncMethod · 0.80
ScriptFuncMethod · 0.80

Calls 1

CalculateRateMethod · 0.80

Tested by

no test coverage detected