On Thu, 6 Jan 2005 14:01:01 -0500 (EST) John wrote: JS> | - does it run out of memory even if polling is disabled? JS> JS> I just started one with: JS> # snmpd -Lf /dev/stdout -f 192.168.16.101:6666 JS> and it's growing (not overly quickly), with no traffic. "truss" JS> shows a bunch of gettimeofday() calls and __sysctl() calls, followed JS> by a select() what seems like a 2 second timeout, and repeats.
I would expect it to grow a little initially, but then settled down. Leave it running for a while and see if it stops growing. Another useful bit of information would be what you've got in your snmpd.conf (minus access control stuff). And make sure you are reading the files you think you are. 'snmpd -f -Lo -Dread_config | grep Reading' will show you what files are being read. -- Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ 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
