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

Method GetQueryCount

lib/icingadb/redisconnection.cpp:689–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689int RedisConnection::GetQueryCount(RingBuffer::SizeType span)
690{
691 return m_OutputQueries.UpdateAndGetValues(Utility::GetTime(), span);
692}
693
694void RedisConnection::IncreasePendingQueries(int count)
695{

Callers 1

ScriptFuncMethod · 0.45

Calls 1

UpdateAndGetValuesMethod · 0.80

Tested by

no test coverage detected