Hi all (and Bernard), I've just created a patch that enables correct data collection for network interfaces on certain systems.
The systems that exhibited "missing data symptom" have had the following characteristics: - 32bit OS - network interface for which byte counter did not overflow at 4GB (I believe this is driver dependent) The patch changes byte counters from "unsigned long int" to "unsigned long long int" and thus enables correct data collection. Here: http://source.a2o.si/patches/ganglia-3.1.7-net_if_long_long.diff If it is suitable for general public, do feel free to apply it to ganglia release. Best regards, b. ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

