The latest git push fixes up the high speed counters that some have been reporting. You will need to be careful when upgrading due to the changes but they are important ones.
Currently JFFNMS will poll standard ifTable counters for SNMPv1 and the bigger ifXTable counters for SNMPv2c and v3. This means, for example, my 1720 that does v2c but doesn't have the bigger counters you get no statistics. The new version will have 4 poller groups, which you can select: * ifTable counters with Cisco proxy pinging * ifXTable big counters with Cisco proxy pinging * ifTable counters with no proxy pinging * ifXTable big counters with no proxy pinging Ideally, you should use the ifXTable where possible. Don't use it on SNMPv1 devices. They shouldn't work at all because the larger counters don't exist in SNMP v1. There is also provisional IPv6 support for reachability interfaces, so you can see how quick Google on Ipv6 is :) The lpd (last poll date) handling is now in and running and the poller now appears to be running ok. There is greater control of the parent poller on the child. Despite all the cutting back on the code, the memory footprint is not that much different, though it is smaller: RSS VSZ CMD 13720 139836 /usr/bin/php -q poller_child.php 30 14284 140920 /usr/bin/php -q poller2.php - 5 - Craig -- Craig Small VK2XLZ http://www.enc.com.au/ csmall at : enc.com.au Debian GNU/Linux http://www.debian.org/ csmall at : debian.org GPG fingerprint: 1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
