I'm trying to write a gmond python module that needs to measure values 
greater than 2^32 (bytes of memory/storage).  I'm having trouble getting 
that to work as there either isn't a uint64 type or the python module is 
turning all ints into 32bit [1].

What's the right way to pass 64 bit numbers to modpython modules?


[1] 
https://github.com/ganglia/monitor-core/blob/master/gmond/modules/python/mod_python.c#L787

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to