[Mc4j-cvs] mc4j/application/dashboards/weblogic Weblogic_EJBPoolRuntimeTable.xml,NONE,1.1 Weblogic_E
Brought to you by:
ghinkl
Update of /cvsroot/mc4j/mc4j/application/dashboards/weblogic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19835/application/dashboards/weblogic Added Files: Weblogic_EJBPoolRuntimeTable.xml Weblogic_EJBTransactionRuntime.xml Weblogic_ExecuteQueue_Stats.xml Weblogic_ServletTable.xml Log Message: Updated for the new matching semantics and dashboard specs. Reorganized. --- NEW FILE: Weblogic_ServletTable.xml --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Dashboard SYSTEM "Dashboard.dtd"> <Dashboard version="1.0" name="Servlet Statistics"> <Description>This dashboard shows the statistics of Weblogic Servlets.</Description> <DashboardMatch type="Global" location="/Weblogic/Web"> <BeanMatch id="ServletRuntimeList" type="Multiple"> <Condition type="BeanObjectNameCondition" filter="Type=ServletRuntime"/> </BeanMatch> </DashboardMatch> <LayoutManager type="java.awt.BorderLayout"/> <Content> <!-- *** Header *** --> <Component type="javax.swing.JPanel"> <Constraint type="BorderConstraints" direction="NORTH"/> <LayoutManager type="java.awt.BorderLayout"/> <Content> <Component type="javax.swing.JLabel" id="titleLable"> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="text" value="DashboardName"/> <Attribute name="font" value="(Literal)Dialog bold 24"/> <Attribute name="foreground" value="(Literal)0xFF2222"/> </Component> <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent"> <Constraint type="BorderConstraints" direction="EAST"/> <Attribute name="refreshDelay" value="(Literal)2000"/> </Component> <Component type="javax.swing.JTextArea"> <Constraint type="BorderConstraints" direction="SOUTH"/> <Attribute name="text" value="DashboardDescription"/> <Attribute name="font" value="(Literal)Dialog bold 16"/> <Attribute name="opaque" value="(Literal)false"/> <Attribute name="editable" value="(Literal)false"/> </Component> </Content> </Component> <Component type="org.mc4j.console.dashboard.components.AttributeTableComponent"> <Attribute name="beanList" value="ServletRuntimeList"/> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="background" value="(Literal)0xFFFFFF"/> <Attribute name="preferredSize" value="100,100"/> <Attribute name="AttributeName" value="(Literal)ServerRuntime"/> <Attribute name="AttributeName" value="(Literal)Name"/> <Attribute name="AttributeName" value="(Literal)ServletName"/> <Attribute name="AttributeName" value="(Literal)ExecutionTimeAverage"/> <Attribute name="AttributeName" value="(Literal)ExecutionTimeHigh"/> <Attribute name="AttributeName" value="(Literal)ExecutionTimeLow"/> <Attribute name="AttributeName" value="(Literal)ExecutionTimeTotal"/> <Attribute name="AttributeName" value="(Literal)InvocationTotalCount"/> </Component> </Content> </Dashboard> --- NEW FILE: Weblogic_EJBTransactionRuntime.xml --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Dashboard SYSTEM "Dashboard.dtd"> <Dashboard version="1.0" name="EJB Transaction Statistics"> <Description>EJB transaction statistics.</Description> <DashboardMatch type="Global" location="/Weblogic/EJB"> <BeanMatch id="EJBTransactionRuntimeList" type="Multiple"> <Condition type="BeanObjectNameCondition" filter="Type=EJBTransactionRuntime"/> </BeanMatch> </DashboardMatch> <LayoutManager type="java.awt.BorderLayout"/> <Content> <!-- *** Header *** --> <Component type="javax.swing.JPanel"> <Constraint type="BorderConstraints" direction="NORTH"/> <LayoutManager type="java.awt.BorderLayout"/> <Content> <Component type="javax.swing.JLabel" id="titleLable"> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="text" value="DashboardName"/> <Attribute name="font" value="(Literal)Dialog bold 24"/> <Attribute name="foreground" value="(Literal)0xFF2222"/> </Component> <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent"> <Constraint type="BorderConstraints" direction="EAST"/> <Attribute name="refreshDelay" value="(Literal)2000"/> </Component> <Component type="javax.swing.JTextArea"> <Constraint type="BorderConstraints" direction="SOUTH"/> <Attribute name="text" value="DashboardDescription"/> <Attribute name="font" value="(Literal)Dialog bold 16"/> <Attribute name="opaque" value="(Literal)false"/> <Attribute name="editable" value="(Literal)false"/> </Component> </Content> </Component> <Component type="org.mc4j.console.dashboard.components.AttributeTableComponent"> <Attribute name="beanList" value="EJBTransactionRuntimeList"/> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="background" value="(Literal)0xFFFFFF"/> <Attribute name="preferredSize" value="100,100"/> <Attribute name="AttributeName" value="(Literal)Location"/> <Attribute name="AttributeName" value="(Literal)Name"/> <Attribute name="AttributeName" value="(Literal)TransactionsCommittedTotalCount"/> <Attribute name="AttributeName" value="(Literal)TransactionsRolledBackTotalCount"/> <Attribute name="AttributeName" value="(Literal)TransactionsTimedOutTotalCount"/> </Component> </Content> </Dashboard> --- NEW FILE: Weblogic_EJBPoolRuntimeTable.xml --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Dashboard SYSTEM "Dashboard.dtd"> <Dashboard version="1.0" name="EJB Pool Runtime Statistics"> <Description>EJB pool object runtime statistics.</Description> <DashboardMatch type="Global" location="/Weblogic/EJB"> <BeanMatch id="EJBPoolRuntimeList" type="Multiple"> <Condition type="BeanObjectNameCondition" filter="Type=EJBPoolRuntime"/> </BeanMatch> </DashboardMatch> <LayoutManager type="java.awt.BorderLayout"/> <Content> <!-- *** Header *** --> <Component type="javax.swing.JPanel"> <Constraint type="BorderConstraints" direction="NORTH"/> <LayoutManager type="java.awt.BorderLayout"/> <Content> <Component type="javax.swing.JLabel" id="titleLable"> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="text" value="DashboardName"/> <Attribute name="font" value="(Literal)Dialog bold 24"/> <Attribute name="foreground" value="(Literal)0xFF2222"/> </Component> <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent"> <Constraint type="BorderConstraints" direction="EAST"/> <Attribute name="refreshDelay" value="(Literal)2000"/> </Component> <Component type="javax.swing.JTextArea"> <Constraint type="BorderConstraints" direction="SOUTH"/> <Attribute name="text" value="DashboardDescription"/> <Attribute name="font" value="(Literal)Dialog bold 16"/> <Attribute name="opaque" value="(Literal)false"/> <Attribute name="editable" value="(Literal)false"/> </Component> </Content> </Component> <Component type="org.mc4j.console.dashboard.components.AttributeTableComponent"> <Attribute name="beanList" value="EJBPoolRuntimeList"/> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="background" value="(Literal)0xFFFFFF"/> <Attribute name="preferredSize" value="100,100"/> <Attribute name="AttributeName" value="(Literal)Location"/> <Attribute name="AttributeName" value="(Literal)Name"/> <Attribute name="AttributeName" value="(Literal)AccessTotalCount"/> <Attribute name="AttributeName" value="(Literal)BeansInUseCount"/> <Attribute name="AttributeName" value="(Literal)BeansInUseCurrentCount"/> <Attribute name="AttributeName" value="(Literal)CachingDisabled"/> <Attribute name="AttributeName" value="(Literal)DestroyedTotalCount"/> <Attribute name="AttributeName" value="(Literal)IdleBeansCount"/> <Attribute name="AttributeName" value="(Literal)MissTotalCount"/> <Attribute name="AttributeName" value="(Literal)PooledBeansCurrentCount"/> <Attribute name="AttributeName" value="(Literal)TimeoutTotalCount"/> <Attribute name="AttributeName" value="(Literal)WaiterCurrentCount"/> <Attribute name="AttributeName" value="(Literal)WaiterTotalCount"/> </Component> </Content> </Dashboard> --- NEW FILE: Weblogic_ExecuteQueue_Stats.xml --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Dashboard SYSTEM "Dashboard.dtd"> <Dashboard version="1.0" name="Execute Queue Statistics"> <Description>This dashboard shows the statistics of a WebLogic Execute Queue.</Description> <DashboardMatch type="Global" location="/Weblogic/Web"> <BeanMatch id="ExecuteQueueRuntimeBean" type="Single"> <Condition type="BeanObjectNameCondition" filter="Type=ExecuteQueueRuntime"/> </BeanMatch> </DashboardMatch> <LayoutManager type="java.awt.BorderLayout"/> <Content> <!-- *** Header *** --> <Component type="javax.swing.JPanel"> <Constraint type="BorderConstraints" direction="NORTH"/> <LayoutManager type="java.awt.BorderLayout"/> <Content> <Component type="javax.swing.JLabel" id="titleLable"> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="text" value="DashboardName"/> <Attribute name="font" value="(Literal)Dialog bold 24"/> <Attribute name="foreground" value="(Literal)0xFF2222"/> </Component> <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent"> <Constraint type="BorderConstraints" direction="EAST"/> <Attribute name="refreshDelay" value="(Literal)2000"/> </Component> <Component type="javax.swing.JTextArea"> <Constraint type="BorderConstraints" direction="SOUTH"/> <Attribute name="text" value="DashboardDescription"/> <Attribute name="font" value="(Literal)Dialog bold 16"/> <Attribute name="opaque" value="(Literal)false"/> <Attribute name="editable" value="(Literal)false"/> </Component> </Content> </Component> <!-- *** 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"/> <Attribute name="preferredSize" value="100,100"/> <LayoutManager type="java.awt.BoxLayout" axis="Y_AXIS"/> <Content> <Component type="org.mc4j.console.swing.SectionHolder"> <Attribute name="title" value="(Literal)Pending Requests"/> <Attribute name="background" value="(Literal)0xFFFFFF"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="1"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> <Attribute name="beanNode" value="ExecuteQueueRuntimeBean"/> <Attribute name="preferredSize" value="(Literal)400,150"/> <Attribute name="attributeName" value="(Literal)PendingRequestCurrentCount"/> </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="1"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> <Attribute name="beanNode" value="ExecuteQueueRuntimeBean"/> <Attribute name="preferredSize" value="(Literal)400,150"/> <Attribute name="attributeName" value="(Literal)ServicedRequestTotalCount"/> </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="1"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> <Attribute name="beanNode" value="ExecuteQueueRuntimeBean"/> <Attribute name="preferredSize" value="(Literal)400,150"/> <Attribute name="attributeName" value="(Literal)ExecuteThreadCurrentIdleCount"/> </Component> </Content> </Component> <Component type="org.mc4j.console.dashboard.components.FillerComponent"> <Attribute name="type" value="(Literal)VERTICAL_GLUE_SHAPE"/> </Component> </Content> </Component> </Content> </Component> </Content> </Dashboard> |