--On Tuesday, June 01, 2004 6:24 PM -0700 Ray Van Dolson <[EMAIL PROTECTED]> wrote:

We're using WebMonkey as a front-end to mon (latest development version)
and we're getting extremely slow performance as it queries the mon server.

Are any of your service tests outputting large amounts of text? i.e. a hundred lines or so? One of the modules that Mon uses (Text::Parsewords) is horribly inefficent, and basically becomes unusable with that much output. (Large numbers of hosts in one hostgroup might exhibit the same behavior, if I remember right.)


Unfortunately, the only solution is to eliminate the usage of that perl module. I've done that in my local version of Mon and the performance improvement was incredible. There are other reasons to eliminate that module anyway (it can cause perl to segfault). If you're interested in those patches, let me know.

-David

David Nolan                    <*>                    [EMAIL PROTECTED]
curses: May you be forced to grep the termcap of an unclean yacc while
     a herd of rogue emacs fsck your troff and vgrind your pathalias!


_______________________________________________ mon mailing list [EMAIL PROTECTED] http://linux.kernel.org/mailman/listinfo/mon

Reply via email to