Hello, We are using Net-SNMP 5.4.2 and sometimes we have had trouble with snmpd using more and more CPU. After running ltrace and checking with gdb I concluded that snmpd is busy doing a lot of internal queries.
We have two "monitor" statements in snmpd.conf. I put a printf in mteTrigger_enable() to see how many times it is called. At startup it is called twice (once for each monitor statement). Upon the first SIGHUP it is called four times, upon the second, six times, and so on. We run a lot of automated tests that send SIGHUP to snmpd many times, so my theory is that eventually snmpd has registered so many timers that the whole machine is doing little else but handling monitor timers. This problem might be related to this: http://aspn.activestate.com/ASPN/Mail/Message/net-smtp-users/3350806 /Fredrik Arnerup ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
