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

Method GetWorkQueueRate

lib/remote/jsonrpcconnection.cpp:466–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466double JsonRpcConnection::GetWorkQueueRate()
467{
468 return l_TaskStats.UpdateAndGetValues(Utility::GetTime(), 60) / 60.0;
469}

Callers

nothing calls this directly

Calls 1

UpdateAndGetValuesMethod · 0.80

Tested by

no test coverage detected