mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-30 09:04:35 +02:00
parent
ff807dabff
commit
9a93cc83b3
@ -276,7 +276,7 @@ void ThreadPool::ManagerThreadProc(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::ostringstream msgbuf;
|
std::ostringstream msgbuf;
|
||||||
msgbuf << "Pending tasks: " << pending << "; Average latency: "
|
msgbuf << "Pool #" << m_ID << ": Pending tasks: " << pending << "; Average latency: "
|
||||||
<< (long)(avg_latency * 1000) << "ms"
|
<< (long)(avg_latency * 1000) << "ms"
|
||||||
<< "; Max latency: " << (long)(max_latency * 1000) << "ms"
|
<< "; Max latency: " << (long)(max_latency * 1000) << "ms"
|
||||||
<< "; Threads: " << alive
|
<< "; Threads: " << alive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user