HI,
Now that I've gotten v5.4.1 installed and can run mib2c, the
problem is the following question that mib2C asks:
Which method would you like to use to gather data about available rows?
1) container : [DEFAULT] This access method uses a netsnmp_container
to store all row data in memory. This method is best for:
- Internal data (maintained by the agent)
- Access speed is important
- Sufficient memory exists to contain all rows
2) container-cached : This access method uses a netsnmp_container
to keep track of the indexes (and data, usually) for each
row. This method is best for:
- External data (maintained by another process/the kernel)
- Access speed is important
- Sufficient memory exists to contain all indexes
3) unsorted-external : This access method iterates over all of your data
to find the row with the appropriate index. This method is good for
- External data (maintained by another process/the kernel)
- Using less memory is much more important than access speed
The problem with the question is that a #4 is missing. That is, I have
"sorted-external" data. So, which one should I use?
Regards,
/david t. perkins
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders