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