[Mc4j-cvs] mc4j/application/dashboards/jboss JBoss_WebTable.xml,1.4.2.1,1.4.2.2 JBoss_Web_Jetty.xml,
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-12 17:40:18
|
Update of /cvsroot/mc4j/mc4j/application/dashboards/jboss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15079/application/dashboards/jboss Modified Files: Tag: ems_module_separation JBoss_WebTable.xml JBoss_Web_Jetty.xml JBoss_Web_JettyNew.xml Log Message: The newer style dashboards Index: JBoss_Web_JettyNew.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jboss/JBoss_Web_JettyNew.xml,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -C2 -d -r1.4.2.1 -r1.4.2.2 *** JBoss_Web_JettyNew.xml 12 Apr 2006 17:28:34 -0000 1.4.2.1 --- JBoss_Web_JettyNew.xml 12 Apr 2006 17:40:04 -0000 1.4.2.2 *************** *** 20,24 **** <Constraint type="BorderConstraints" direction="NORTH"/> <LayoutManager type="java.awt.BorderLayout"/> ! <Border type="javax.swing.border.EmptyBorder" top="(Literal)2" left="(Literal)5" bottom="(Literal)2" right="(Literal)5"/> <Content> <Component type="javax.swing.JPanel"> --- 20,24 ---- <Constraint type="BorderConstraints" direction="NORTH"/> <LayoutManager type="java.awt.BorderLayout"/> ! <Border type="javax.swing.border.EmptyBorder" top="'2'" left="'5'" bottom="'2'" right="'5'"/> <Content> <Component type="javax.swing.JPanel"> *************** *** 29,41 **** <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="text" value="DashboardName"/> ! <Attribute name="font" value="(Literal)SansSerif bold 20"/> ! <Attribute name="foreground" value="(Literal)0x666666"/> </Component> <Component type="javax.swing.JTextArea"> <Constraint type="BorderConstraints" direction="SOUTH"/> <Attribute name="text" value="DashboardDescription"/> ! <Attribute name="font" value="(Literal)DialogInput bold 14"/> ! <Attribute name="opaque" value="(Literal)false"/> ! <Attribute name="editable" value="(Literal)false"/> </Component> </Content> --- 29,41 ---- <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="text" value="DashboardName"/> ! <Attribute name="font" value="'SansSerif bold 20'"/> ! <Attribute name="foreground" value="'0x666666'"/> </Component> <Component type="javax.swing.JTextArea"> <Constraint type="BorderConstraints" direction="SOUTH"/> <Attribute name="text" value="DashboardDescription"/> ! <Attribute name="font" value="'DialogInput bold 14'"/> ! <Attribute name="opaque" value="'false'"/> ! <Attribute name="editable" value="'false'"/> </Component> </Content> *************** *** 43,47 **** <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent"> <Constraint type="BorderConstraints" direction="EAST"/> ! <Attribute name="refreshDelay" value="(Literal)1000"/> </Component> </Content> --- 43,47 ---- <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent"> <Constraint type="BorderConstraints" direction="EAST"/> ! <Attribute name="refreshDelay" value="'1000'"/> </Component> </Content> *************** *** 51,58 **** <!-- *** Scroll pane of info *** --> <Component type="javax.swing.JScrollPane"> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Content> <Component type="javax.swing.JPanel"> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Constraint type="BorderConstraints" direction="CENTER"/> --- 51,58 ---- <!-- *** Scroll pane of info *** --> <Component type="javax.swing.JScrollPane"> ! <Attribute name="background" value="'0xFFFFFF'"/> <Content> <Component type="javax.swing.JPanel"> ! <Attribute name="background" value="'0xFFFFFF'"/> <Constraint type="BorderConstraints" direction="CENTER"/> *************** *** 63,110 **** <Content> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="(Literal)Connection Information"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="2"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="beanNode" value="Jetty"/> ! <Attribute name="preferredSize" value="(Literal)400,150"/> ! <Attribute name="attributeName" value="(Literal)connections"/> ! <Attribute name="attributeName" value="(Literal)connectionsOpen"/> ! <Attribute name="attributeName" value="(Literal)connectionsOpenMax"/> ! <Attribute name="attributeName" value="(Literal)connectionsRequestsAve"/> ! <Attribute name="attributeName" value="(Literal)connectionsRequestsMax"/> </Component> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="beanNode" value="Jetty"/> ! <Attribute name="preferredSize" value="(Literal)400,150"/> ! <Attribute name="attributeName" value="(Literal)connectionsDurationAve"/> ! <Attribute name="attributeName" value="(Literal)connectionsDurationMax"/> </Component> </Content> </Component> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="(Literal)Requests Information"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="2"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="beanNode" value="Jetty"/> ! <Attribute name="preferredSize" value="(Literal)400,150"/> ! <Attribute name="attributeName" value="(Literal)requests"/> ! <Attribute name="attributeName" value="(Literal)requestsActive"/> ! <Attribute name="attributeName" value="(Literal)requestsActiveMax"/> </Component> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="beanNode" value="Jetty"/> ! <Attribute name="preferredSize" value="(Literal)400,150"/> ! <Attribute name="attributeName" value="(Literal)requestsDurationAve"/> ! <Attribute name="attributeName" value="(Literal)requestsDurationMax"/> </Component> </Content> </Component> <Component type="org.mc4j.console.dashboard.components.FillerComponent"> ! <Attribute name="type" value="(Literal)VERTICAL_GLUE_SHAPE"/> </Component> </Content> --- 63,110 ---- <Content> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="'Connection Information'"/> ! <Attribute name="background" value="'F'"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="2"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="bean" value="#Jetty"/> ! <Attribute name="preferredSize" value="'400,150'"/> ! <Attribute name="attributeName" value="'connections'"/> ! <Attribute name="attributeName" value="'connectionsOpen'"/> ! <Attribute name="attributeName" value="'connectionsOpenMax'"/> ! <Attribute name="attributeName" value="'connectionsRequestsAve'"/> ! <Attribute name="attributeName" value="'connectionsRequestsMax'"/> </Component> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="bean" value="#Jetty"/> ! <Attribute name="preferredSize" value="'400,150'"/> ! <Attribute name="attributeName" value="'connectionsDurationAve'"/> ! <Attribute name="attributeName" value="'connectionsDurationMax'"/> </Component> </Content> </Component> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="'Requests Information'"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="2"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="bean" value="#Jetty"/> ! <Attribute name="preferredSize" value="'400,150'"/> ! <Attribute name="attributeName" value="'requests'"/> ! <Attribute name="attributeName" value="'requestsActive'"/> ! <Attribute name="attributeName" value="'requestsActiveMax'"/> </Component> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="bean" value="#Jetty"/> ! <Attribute name="preferredSize" value="'400,150'"/> ! <Attribute name="attributeName" value="'requestsDurationAve'"/> ! <Attribute name="attributeName" value="'requestsDurationMax'"/> </Component> </Content> </Component> <Component type="org.mc4j.console.dashboard.components.FillerComponent"> ! <Attribute name="type" value="'VERTICAL_GLUE_SHAPE'"/> </Component> </Content> Index: JBoss_Web_Jetty.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jboss/JBoss_Web_Jetty.xml,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -C2 -d -r1.4.2.1 -r1.4.2.2 *** JBoss_Web_Jetty.xml 12 Apr 2006 17:28:34 -0000 1.4.2.1 --- JBoss_Web_Jetty.xml 12 Apr 2006 17:40:04 -0000 1.4.2.2 *************** *** 20,24 **** <Constraint type="BorderConstraints" direction="NORTH"/> <LayoutManager type="java.awt.BorderLayout"/> ! <Border type="javax.swing.border.EmptyBorder" top="(Literal)2" left="(Literal)5" bottom="(Literal)2" right="(Literal)5"/> <Content> <Component type="javax.swing.JPanel"> --- 20,24 ---- <Constraint type="BorderConstraints" direction="NORTH"/> <LayoutManager type="java.awt.BorderLayout"/> ! <Border type="javax.swing.border.EmptyBorder" top="'2'" left="'5'" bottom="'2'" right="'5'"/> <Content> <Component type="javax.swing.JPanel"> *************** *** 29,41 **** <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="text" value="DashboardName"/> ! <Attribute name="font" value="(Literal)SansSerif bold 20"/> ! <Attribute name="foreground" value="(Literal)0x666666"/> </Component> <Component type="javax.swing.JTextArea"> <Constraint type="BorderConstraints" direction="SOUTH"/> <Attribute name="text" value="DashboardDescription"/> ! <Attribute name="font" value="(Literal)DialogInput bold 14"/> ! <Attribute name="opaque" value="(Literal)false"/> ! <Attribute name="editable" value="(Literal)false"/> </Component> </Content> --- 29,41 ---- <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="text" value="DashboardName"/> ! <Attribute name="font" value="'SansSerif bold 20'"/> ! <Attribute name="foreground" value="'0x666666'"/> </Component> <Component type="javax.swing.JTextArea"> <Constraint type="BorderConstraints" direction="SOUTH"/> <Attribute name="text" value="DashboardDescription"/> ! <Attribute name="font" value="'DialogInput bold 14'"/> ! <Attribute name="opaque" value="'false'"/> ! <Attribute name="editable" value="'false'"/> </Component> </Content> *************** *** 43,47 **** <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent"> <Constraint type="BorderConstraints" direction="EAST"/> ! <Attribute name="refreshDelay" value="(Literal)1000"/> </Component> </Content> --- 43,47 ---- <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent"> <Constraint type="BorderConstraints" direction="EAST"/> ! <Attribute name="refreshDelay" value="'1000'"/> </Component> </Content> *************** *** 51,58 **** <!-- *** Scroll pane of info *** --> <Component type="javax.swing.JScrollPane"> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Content> <Component type="javax.swing.JPanel"> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Constraint type="BorderConstraints" direction="CENTER"/> --- 51,58 ---- <!-- *** Scroll pane of info *** --> <Component type="javax.swing.JScrollPane"> ! <Attribute name="background" value="'0xFFFFFF'"/> <Content> <Component type="javax.swing.JPanel"> ! <Attribute name="background" value="'0xFFFFFF'"/> <Constraint type="BorderConstraints" direction="CENTER"/> *************** *** 63,110 **** <Content> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="(Literal)Connection Information"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="2"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="beanNode" value="Jetty"/> ! <Attribute name="preferredSize" value="(Literal)400,150"/> ! <Attribute name="attributeName" value="(Literal)connections"/> ! <Attribute name="attributeName" value="(Literal)connectionsOpen"/> ! <Attribute name="attributeName" value="(Literal)connectionsOpenMax"/> ! <Attribute name="attributeName" value="(Literal)connectionsRequestsAve"/> ! <Attribute name="attributeName" value="(Literal)connectionsRequestsMax"/> </Component> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="beanNode" value="Jetty"/> ! <Attribute name="preferredSize" value="(Literal)400,150"/> ! <Attribute name="attributeName" value="(Literal)connectionsDurationAve"/> ! <Attribute name="attributeName" value="(Literal)connectionsDurationMax"/> </Component> </Content> </Component> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="(Literal)Requests Information"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="2"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="beanNode" value="Jetty"/> ! <Attribute name="preferredSize" value="(Literal)400,150"/> ! <Attribute name="attributeName" value="(Literal)requests"/> ! <Attribute name="attributeName" value="(Literal)requestsActive"/> ! <Attribute name="attributeName" value="(Literal)requestsActiveMax"/> </Component> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="beanNode" value="Jetty"/> ! <Attribute name="preferredSize" value="(Literal)400,150"/> ! <Attribute name="attributeName" value="(Literal)requestsDurationAve"/> ! <Attribute name="attributeName" value="(Literal)requestsDurationMax"/> </Component> </Content> </Component> <Component type="org.mc4j.console.dashboard.components.FillerComponent"> ! <Attribute name="type" value="(Literal)VERTICAL_GLUE_SHAPE"/> </Component> </Content> --- 63,110 ---- <Content> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="'Connection Information'"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="2"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="bean" value="#Jetty"/> ! <Attribute name="preferredSize" value="'400,150'"/> ! <Attribute name="attributeName" value="'connections'"/> ! <Attribute name="attributeName" value="'connectionsOpen'"/> ! <Attribute name="attributeName" value="'connectionsOpenMax'"/> ! <Attribute name="attributeName" value="'connectionsRequestsAve'"/> ! <Attribute name="attributeName" value="'connectionsRequestsMax'"/> </Component> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="bean" value="#Jetty"/> ! <Attribute name="preferredSize" value="'400,150'"/> ! <Attribute name="attributeName" value="'connectionsDurationAve'"/> ! <Attribute name="attributeName" value="'connectionsDurationMax'"/> </Component> </Content> </Component> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="'Requests Information'"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="2"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="bean" value="#Jetty"/> ! <Attribute name="preferredSize" value="'400,150'"/> ! <Attribute name="attributeName" value="'requests'"/> ! <Attribute name="attributeName" value="'requestsActive'"/> ! <Attribute name="attributeName" value="'requestsActiveMax'"/> </Component> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="bean" value="#Jetty"/> ! <Attribute name="preferredSize" value="'400,150'"/> ! <Attribute name="attributeName" value="'requestsDurationAve'"/> ! <Attribute name="attributeName" value="'requestsDurationMax'"/> </Component> </Content> </Component> <Component type="org.mc4j.console.dashboard.components.FillerComponent"> ! <Attribute name="type" value="'VERTICAL_GLUE_SHAPE'"/> </Component> </Content> Index: JBoss_WebTable.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jboss/JBoss_WebTable.xml,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -C2 -d -r1.4.2.1 -r1.4.2.2 *** JBoss_WebTable.xml 12 Apr 2006 17:28:34 -0000 1.4.2.1 --- JBoss_WebTable.xml 12 Apr 2006 17:40:04 -0000 1.4.2.2 *************** *** 18,32 **** <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="AttributeName" value="(Literal)vhost"/> ! <Attribute name="AttributeName" value="(Literal)context"/> ! <Attribute name="AttributeName" value="(Literal)Name"/> ! <Attribute name="AttributeName" value="(Literal)RequestCount"/> ! <Attribute name="AttributeName" value="(Literal)MinTime"/> ! <Attribute name="AttributeName" value="(Literal)MaxTime"/> ! <Attribute name="AttributeName" value="(Literal)ProcessingTime"/> ! <Attribute name="AttributeName" value="(Literal)ErrorCount"/> --- 18,32 ---- <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="AttributeName" value="'vhost'"/> ! <Attribute name="AttributeName" value="'context'"/> ! <Attribute name="AttributeName" value="'Name'"/> ! <Attribute name="AttributeName" value="'RequestCount'"/> ! <Attribute name="AttributeName" value="'MinTime'"/> ! <Attribute name="AttributeName" value="'MaxTime'"/> ! <Attribute name="AttributeName" value="'ProcessingTime'"/> ! <Attribute name="AttributeName" value="'ErrorCount'"/> |