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

Method AddMessageProcessed

lib/remote/endpoint.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void Endpoint::AddMessageProcessed(const AtomicDuration::Clock::duration& duration)
144{
145 m_InputProcessingTime += duration;
146}
147
148double Endpoint::GetMessagesSentPerSecond() const
149{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected