Author: eallen
Date: 2010-10-20 13:24:14 -0400 (Wed, 20 Oct 2010)
New Revision: 4396
Modified:
mgmt/trunk/cumin/model/rosemary.xml
Log:
Set the Sysimage memory and swap statistics to display as MB/GB
Modified: mgmt/trunk/cumin/model/rosemary.xml
===================================================================
--- mgmt/trunk/cumin/model/rosemary.xml 2010-10-20 17:23:20 UTC (rev 4395)
+++ mgmt/trunk/cumin/model/rosemary.xml 2010-10-20 17:24:14 UTC (rev 4396)
@@ -231,12 +231,24 @@
<title>Distribution</title>
</property>
+ <property name="memTotal">
+ <title>Mem Total</title>
+ <formatter>fmt_kbmb</formatter>
+ </property>
+
+ <property name="swapTotal">
+ <title>Swap Total</title>
+ <formatter>fmt_kbmb</formatter>
+ </property>
+
<statistic name="memFree">
<title>Free Memory</title>
+ <formatter>fmt_kbmb</formatter>
</statistic>
<statistic name="swapFree">
<title>Free Swap</title>
+ <formatter>fmt_kbmb</formatter>
</statistic>
<statistic name="loadAverage1Min">