Hi David, off the topic: why at all do you need a new SNMP collector, and why in C?
If you're concerned about Perl performance, there's a solution: David M. Town's Net::SNMP module gives a very good performance, if used properly. It sends out as many UDP packets as possible, asynchronously collecting the responces. I used to collect interface counters from 150 backbone devices, and the collector run cycle lasted less than 1 minute, including the time of writing the RRD files. This is used in my http://rrfw.sourceforge.net Regards, Stan --- David Olsen <[EMAIL PROTECTED]> wrote: > > Hey all, > > I'm trying to write a snmp poller in C that will use RRD as its data storage > format, however > I've run into nothing but troubles. > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-developers WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
