On Fri, 30 Jun 2006 19:09:38 +0530 [EMAIL PROTECTED] wrote: SSC> I had run snmpd 5.3.1.pre3 on fedora Linux with strace, it is SSC> frequently makes lot of system calls. SSC> SSC> I suspect that it is because of the disman MIB default SSC> configuration, even after removing the disman MIB support ( by SSC> -with-out-mibmodule option), snmpd makes infinite system call in ideal SSC> case ( with out any request ). SSC> SSC> But in 5.2.1 with default configuration this is not the case. SSC> SSC> This calls are for which MIB, How I can stop this frequent SSC> system calls while snmpd is ideal.
There are many modules that register alarms to allow them to periodically receive callbacks to perform some work. The two worst offenders seems to be: - ifTable, @ 15 seconds. This interval is chosen because anything much larger could allow a gigbit interface to overflow a 32bit counter. If your machine doesn't have a gigabit interface, or has native 64bit counters, you could increase this value. I'll leave the math on how much you could increase it as an exercise to the reader. - the new cpu statistics code, used by the host resources modules, @ 5 seconds. This seems like quite low to me, but I'll leave it to Dave to explain why such frequent polling is necessary. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
