[Mc4j-cvs] mc4j/application/dashboards/hibernate Hibernate_EntitiesTable.xml,1.1.2.1,1.1.2.2 Hiberna
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-12 17:40:11
|
Update of /cvsroot/mc4j/mc4j/application/dashboards/hibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15079/application/dashboards/hibernate Modified Files: Tag: ems_module_separation Hibernate_EntitiesTable.xml Hibernate_QueriesTable.xml Log Message: The newer style dashboards Index: Hibernate_QueriesTable.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/hibernate/Attic/Hibernate_QueriesTable.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Hibernate_QueriesTable.xml 12 Apr 2006 17:28:34 -0000 1.1.2.1 --- Hibernate_QueriesTable.xml 12 Apr 2006 17:40:04 -0000 1.1.2.2 *************** *** 23,43 **** <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="operationName" value="(Literal)getQueryStatistics"/> ! <Attribute name="attributeKeyListName" value="(Literal)Queries"/> ! <Attribute name="keyLabel" value="(Literal)Query"/> ! <Attribute name="AttributeName" value="(Literal)KEY"/> ! <Attribute name="AttributeName" value="(Literal)executionCount"/> ! <Attribute name="AttributeName" value="(Literal)cacheHitCount"/> ! <Attribute name="AttributeName" value="(Literal)cachePutCount"/> ! <Attribute name="AttributeName" value="(Literal)cacheMissCount"/> ! <Attribute name="AttributeName" value="(Literal)executionRowCount"/> ! <Attribute name="AttributeName" value="(Literal)executionAvgTime"/> ! <Attribute name="AttributeName" value="(Literal)executionMaxTime"/> ! <Attribute name="AttributeName" value="(Literal)executionMinTime"/> </Component> --- 23,43 ---- <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="operationName" value="'getQueryStatistics'"/> ! <Attribute name="attributeKeyListName" value="'Queries'"/> ! <Attribute name="keyLabel" value="'Query'"/> ! <Attribute name="AttributeName" value="'KEY'"/> ! <Attribute name="AttributeName" value="'executionCount'"/> ! <Attribute name="AttributeName" value="'cacheHitCount'"/> ! <Attribute name="AttributeName" value="'cachePutCount'"/> ! <Attribute name="AttributeName" value="'cacheMissCount'"/> ! <Attribute name="AttributeName" value="'executionRowCount'"/> ! <Attribute name="AttributeName" value="'executionAvgTime'"/> ! <Attribute name="AttributeName" value="'executionMaxTime'"/> ! <Attribute name="AttributeName" value="'executionMinTime'"/> </Component> Index: Hibernate_EntitiesTable.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/hibernate/Attic/Hibernate_EntitiesTable.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Hibernate_EntitiesTable.xml 12 Apr 2006 17:28:34 -0000 1.1.2.1 --- Hibernate_EntitiesTable.xml 12 Apr 2006 17:40:04 -0000 1.1.2.2 *************** *** 21,38 **** <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="operationName" value="(Literal)getEntityStatistics"/> ! <Attribute name="attributeKeyListName" value="(Literal)EntityNames"/> ! <Attribute name="keyLabel" value="(Literal)Entity"/> ! <Attribute name="AttributeName" value="(Literal)KEY"/> ! <Attribute name="AttributeName" value="(Literal)fetchCount"/> ! <Attribute name="AttributeName" value="(Literal)loadCount"/> ! <Attribute name="AttributeName" value="(Literal)insertCount"/> ! <Attribute name="AttributeName" value="(Literal)updateCount"/> ! <Attribute name="AttributeName" value="(Literal)deleteCount"/> </Component> --- 21,38 ---- <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="operationName" value="'getEntityStatistics'"/> ! <Attribute name="attributeKeyListName" value="'EntityNames'"/> ! <Attribute name="keyLabel" value="'Entity'"/> ! <Attribute name="AttributeName" value="'KEY'"/> ! <Attribute name="AttributeName" value="'fetchCount'"/> ! <Attribute name="AttributeName" value="'t'"/> ! <Attribute name="AttributeName" value="'insertCount'"/> ! <Attribute name="AttributeName" value="'updateCount'"/> ! <Attribute name="AttributeName" value="'deleteCount'"/> </Component> |