The remaining items for the Java SNMP performance poller are the following:
- Update the database with gathered information
- Convert the poller to a multi-threaded application for the polling (should be straight forward based on the current design)
- Testing
Next on the list (After the above items are worked out) are the initial data gathering components. These will be the telnet / SSH client and the SNMP information gathering component (SNMP walk). I will be looking at making these multi-threaded as well since there could be a good amount of delay in between the commands being sent and the data returning (especially for older or WAN connected devices). The key will be altering the number of threads executing so as to not kill the AXP platform and also not kill the network. I am thinking of making this a configurable option initially (i.e. in the configuration, there will be a parameter for the number of threads for each of the options).
No comments:
Post a Comment