[Mc4j-cvs] mc4j/application/dashboards/jre15 JRE15_MemoryUsage_Graph.xml,1.1,1.2
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2004-04-07 20:58:45
|
Update of /cvsroot/mc4j/mc4j/application/dashboards/jre15 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26090/application/dashboards/jre15 Modified Files: JRE15_MemoryUsage_Graph.xml Log Message: A few more tweaks to make all dashboards work again. Index: JRE15_MemoryUsage_Graph.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jre15/JRE15_MemoryUsage_Graph.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JRE15_MemoryUsage_Graph.xml 7 Apr 2004 03:20:24 -0000 1.1 --- JRE15_MemoryUsage_Graph.xml 7 Apr 2004 20:45:13 -0000 1.2 *************** *** 7,11 **** <DashboardMatch type="Bean"> ! <BeanMatch id="MBeanNode" type="Single"> <Condition type="BeanObjectNameCondition" filter="type=MemoryPool"/> </BeanMatch> --- 7,11 ---- <DashboardMatch type="Bean"> ! <BeanMatch id="MemoryPoolNode" type="Single"> <Condition type="BeanObjectNameCondition" filter="type=MemoryPool"/> </BeanMatch> *************** *** 62,65 **** --- 62,66 ---- <Content> <Component type="org.mc4j.jre15.components.MemoryUsageComponent"> + <Attribute name="beanNode" value="MemoryPoolNode"/> <Attribute name="preferredSize" value="(Literal)400,250"/> <Attribute name="attributeName" value="(Literal)Usage"/> *************** *** 74,77 **** --- 75,79 ---- <Content> <Component type="org.mc4j.jre15.components.MemoryUsageComponent"> + <Attribute name="beanNode" value="MemoryPoolNode"/> <Attribute name="preferredSize" value="(Literal)400,250"/> <Attribute name="attributeName" value="(Literal)PeakUsage"/> |