Re: [Nagios-devel] Running 6K hosts

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] Running 6K hosts

Post by Guest »

Jason Martin wrote:
> On Tue, Feb 08, 2005 at 12:21:12PM -0800, Ben wrote:
>
>>It sounds like a lot more invasive changes are required to give a
>>"tremendous" speed bump compared to the handful of lines required for a
>
> Not knowing the values of $tremendous and $drastic, I'd say that
> whichever is necessary to get truly large installations down to
> a few seconds launch time would be better :>
>

Load time is usually considered wastable since it's a one-time penalty,
although an indexing (as opposed to hashing) lookup would most likely
have some serious impact on that as well, since the hashbuckets don't
have to be populated (comparable to roughly a 1/5 of the time it would
take to generate md5 checksums of all the hashed entries).

What's really remarkable is that this will only be a memory/speed
exchange for extremely large configurations, where the added object
variables and object index tables require more memory than the
statically sized hashbuckets.

--
Andreas Ericsson [email protected]
OP5 AB www.op5.se
Lead Developer





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