> Thanks for the response guys. > > I wonder if we can do a better job with numerical values here, for > instance I have a plugin which checks for process memory consumption > and the unit is "MB", some times I get values like 1000k MB which > should ideally be converted to 1 GB -- do you guys think something > like this can be easily implemented? > > Cheers, > > Bernard
You shouldn't have a unit "MB" - the unit should "bytes" and you tell RRDtool how you want the unit to be scaled. Memory is definitely a metric with a unit. I've never had any trouble with RRDtool's scaling of bytes, because you're rather unlikely to see values below 1 byte. :) -Matt ------------------------------------------------------------------------- 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/ _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

