Update of /cvsroot/mc4j/mc4j/application/dashboards/jre15
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv942/application/dashboards/jre15
Modified Files:
JRE15_MemoryUsage_LineChart.xml
JRE15_MemoryUsagePools_PieChart.xml JRE15_ThreadTree.xml
Log Message:
The refresh delays were accidentally set to 30 seconds
Some dbs shouldn't have had the refresh controller at all
Index: JRE15_MemoryUsagePools_PieChart.xml
===================================================================
RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jre15/JRE15_MemoryUsagePools_PieChart.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** JRE15_MemoryUsagePools_PieChart.xml 8 Apr 2004 21:38:26 -0000 1.3
--- JRE15_MemoryUsagePools_PieChart.xml 16 Apr 2004 15:57:46 -0000 1.4
***************
*** 2,6 ****
<!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 1.0//EN" "http://mc4j.sourceforge.net/Dashboard_1_0.dtd">
! <Dashboard version="1.0" name="Memory Usage Pools">
<Description>Memory usage chart of pools for a 1.5 JVM.</Description>
--- 2,6 ----
<!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 1.0//EN" "http://mc4j.sourceforge.net/Dashboard_1_0.dtd">
! <Dashboard version="1.0" name="Pool Usage Pie Chart">
<Description>Memory usage chart of pools for a 1.5 JVM.</Description>
Index: JRE15_ThreadTree.xml
===================================================================
RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jre15/JRE15_ThreadTree.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** JRE15_ThreadTree.xml 8 Apr 2004 21:38:26 -0000 1.3
--- JRE15_ThreadTree.xml 16 Apr 2004 15:57:46 -0000 1.4
***************
*** 42,46 ****
<Component type="org.mc4j.console.dashboard.components.RefreshControlComponent">
<Constraint type="BorderConstraints" direction="EAST"/>
! <Attribute name="refreshDelay" value="(Literal)30000"/>
</Component>
</Content>
--- 42,46 ----
<Component type="org.mc4j.console.dashboard.components.RefreshControlComponent">
<Constraint type="BorderConstraints" direction="EAST"/>
! <Attribute name="refreshDelay" value="(Literal)1000"/>
</Component>
</Content>
Index: JRE15_MemoryUsage_LineChart.xml
===================================================================
RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jre15/JRE15_MemoryUsage_LineChart.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** JRE15_MemoryUsage_LineChart.xml 8 Apr 2004 21:38:26 -0000 1.3
--- JRE15_MemoryUsage_LineChart.xml 16 Apr 2004 15:57:38 -0000 1.4
***************
*** 2,6 ****
<!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 1.0//EN" "http://mc4j.sourceforge.net/Dashboard_1_0.dtd">
! <Dashboard version="1.0" name="Memory Usage Pools Line Chart">
<Description>Memory usage chart of pools for a 1.5 JVM.</Description>
--- 2,6 ----
<!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 1.0//EN" "http://mc4j.sourceforge.net/Dashboard_1_0.dtd">
! <Dashboard version="1.0" name="Pool Usage Line Chart">
<Description>Memory usage chart of pools for a 1.5 JVM.</Description>
|