Re: [Ganglia-general] UC 64bit metrics with modpython

2014-02-18 Thread Rushton Martin
Could you simply divide the value by 2^20 (or 10^6) and send MiB (or MB)? -Original Message- From: Chris Burroughs [mailto:chris.burrou...@gmail.com] Sent: 18 February 2014 14:25 To: ganglia-general@lists.sourceforge.net. Subject: [Ganglia-general] 64bit metrics with modpython I'm trying

Re: [Ganglia-general] UC 64bit metrics with modpython

2014-02-18 Thread Chris Burroughs
On 2014-02-18 09:39, Rushton Martin wrote: Could you simply divide the value by 2^20 (or 10^6) and send MiB (or MB)? This is actually similar to what the built in memory metrics do. They report KiB and then the fancy report converts that to something nice. The work around that I am currently