Re: [Nagios-devel] Possible bug in Nagios 2.12?

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Possible bug in Nagios 2.12?

Post by Guest »


> How? Using no delay at all between attempts would be
> rather devastating, since spinlocks eat CPU like mad.



Stop thinking small. When you have many thousands of checks
to run, tiny delays persist and add up. A second here, a
second there, and pretty soon you're talking real time.



> There's no real design issue.



The design issue is that delays build up and become very
observable.


I've removed the sleep in my version of nagios and throughput difference is=
DRAMATIC.
That said other things are having a hard time running on the same machine.
I'm going to sprinkle some yields where the sleeps are at and see if that h=
elps, I'll keep you apprised.

Sincerely,
Steve


NOTICE: This email message is for the sole use of the intended recipient(s=
) and may contain confidential and privileged information. Any unauthorized=
review, use, disclosure or distribution is prohibited. If you are not the =
intended recipient, please contact the sender by reply email and destroy al=
l copies of the original message.







This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked