Michael Ströder michael@stroeder.com schrieb am 11.08.2021 um 20:50 in
Nachricht 56a569c5-658d-86f6-18b9-eda2194f9334@stroeder.com:
On 8/11/21 7:59 PM, Howard Chu wrote:
Michael Ströder wrote:
I'm looking at a Prometheus graph of cn=Read,cn=Waiters,cn=Monitor (slapd 2.4.59).
The object class is monitorCounterObject, the attribute is called monitorCounter.
If it's a counter I'd expect the value to only increase.
But the graph shows decreasing values!?!
What's the exact meaning of this?
It's an instantaneous/current count, not cumulative.
The number of connections currently blocked waiting for data from the
client.
write waiters is the number of connections blocked waiting to send data to
the client.
Hmm, so the schema used beneath cn=Threads,cn=Monitor would be more appropriate.
There, each value has a "description" at least (in my old version), but the value is "very generic" (monitoredInfo) IMHO: # Starting, Threads, Monitor dn: cn=Starting,cn=Threads,cn=Monitor monitoredInfo: 0 description: Number of threads being started
Regards, Ulrich
Ciao, Michael.