When trying to find some meaning in the bytes_out, pkts_in and pkts_out numbers reported on our system, I finally found two small typos in the source code of
ganglia-monitor-core-2.5.2/gmond/machines/linux.c diff orig_linux.c linux.c 233c233 < t == strtod( p, &p ); --- > t = strtod( p, &p ); 295c295 < t == strtod( p, &p ); --- > t = strtod( p, &p ); As these numbers are important to monitor the network load, I post this patch here. Now the values are as expected. -- ------------------------------------------------------- Dr. Michael Wirtz TinniT Technologies GmbH Amalienstr. 44 76133 Karlsruhe Tel: +49(0)721 / 1831632 e-mail: [EMAIL PROTECTED] Fax: +49(0)721 / 1831640 http://www.tinnit.de -------------------------------------------------------
