Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetBytesReceivedPerSecond
Method
GetBytesReceivedPerSecond
lib/remote/endpoint.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
double Endpoint::GetBytesReceivedPerSecond() const
164
{
165
return m_BytesReceived.CalculateRate(Utility::GetTime(), 60);
166
}
167
168
Dictionary::Ptr Endpoint::GetMessagesReceivedPerType() const
169
{
Callers
2
ScriptFunc
Method · 0.80
ScriptFunc
Method · 0.80
Calls
1
CalculateRate
Method · 0.80
Tested by
no test coverage detected