Hello everybody, Design of our system requires one master agent and seven subagents modules (currently on Linux). I've writen most of the code with the help of netsnmp_register_instance() to implements particular row from different subagents and together they represents complete tables of data.
1) What I've noticed, that with registering large number of rows (with some double indexed tables for example dsx1IntervalTable), running memory consumption drastically increase. In words: eight E1 interfaces, snmpd consuming 11MB (!) of running memory. Indeed without that dsx1IntervalTable only ~2MB... I know that solution is probably in moving DS1 modul to the master agent and use dynamicaly indexed table... Is there any other solution or am I missing something? 2) The next question is how to prevent installing headers, when the 'make install' is used? I didn't find any switch for configure to achive that. Thank in advance, Igor G. Igor Grasic, Ms. D. Development Engineer Iskra Transmission, d. d., Ljubljana Stegne 11, SI-1000 Ljubljana, Slovenia phone: +386 1 5003 000 fax: +386 1 5003 500 www.iskratr.si, www.iskratr.com ........................................................ ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
