[jboss-jira] [JBoss JIRA] Resolved: (JBAS-6623) Web Application (WAR) additional metrics and operations
Jason T. Greene (JIRA)
jira-events at lists.jboss.org
Fri May 15 17:27:01 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason T. Greene resolved JBAS-6623.
-----------------------------------
Resolution: Done
> Web Application (WAR) additional metrics and operations
> -------------------------------------------------------
>
> Key: JBAS-6623
> URL: https://jira.jboss.org/jira/browse/JBAS-6623
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Management services, Web (Tomcat) service
> Reporter: Scott M Stark
> Assignee: Jason T. Greene
> Fix For: JBossAS-5.1.0.GA
>
> Original Estimate: 4 days
> Remaining Estimate: 4 days
>
> Web Application (WAR) additional metrics and operations
> <!-- jboss.management.local:J2EEApplication=null,J2EEServer=Local,j2eeType=WebModule,name=<NAME> -->
> <operation name="start"
> description="starts this webapp; NOTE: this operation is *not* supported for JBossAS versions prior to 4.0.4.GA (see http://jira.jboss.org/jira/browse/JBAS-3006)">
> <results><c:simple-property name="operationResult" description="Outcome of starting the webapp."/></results>
> </operation>
> <operation name="stop"
> description="stops this webapp; NOTE: this operation is *not* supported for JBossAS versions prior to 4.0.4.GA (see http://jira.jboss.org/jira/browse/JBAS-3006)">
> <results><c:simple-property name="operationResult" description="Outcome of stopping the webapp."/></results>
> </operation>
> <operation name="reload"
> description="reloads this webapp; NOTE: if the webapp is not in the started state, this operation will fail">
> <results><c:simple-property name="operationResult" description="Outcome of restarting the webapp."/></results>
> </operation>
> <metric property="ContextRoot" displayName="Context Root"
> dataType="trait" displayType="summary"
> description="this WAR's context root - used as a unique path prefix for URLs corresponding to this WAR"/>
> <metric property="Servlet.MinResponseTime" displayName="Min. Servlet Resp. Time"
> units="milliseconds"
> description="Minimum response time of a servlet"/>
> <metric property="Servlet.AvgResponseTime" displayName="Avg. Servlet Resp. Time"
> units="milliseconds"
> description="Average response time of a servlet"/>
> <metric property="Servlet.MaxResponseTime" displayName="Max. Servlet Resp. Time"
> units="milliseconds"
> description="Maximum response time of a servlet"/>
> <metric property="Servlet.TotalTime" displayName="Total processing time"
> units="milliseconds"
> description="Total processing time of the webapp" measurementType="trendsup"/>
> <metric property="Servlet.NumRequests" displayName="Requests served"
> units="none" description="Number of requests served by servlets"
> measurementType="trendsup" displayType="summary"/>
> <metric property="Servlet.NumErrors" displayName="Errors while processing"
> units="none" description="Number of errors while processing"
> measurementType="trendsup" displayType="summary"/>
> <metric property="Session.activeSessions" displayName="Currently Active Sessions"
> units="none" description="Number active sessions for the webapp right now" />
> <metric property="Session.maxActive" displayName="Maximum number of Active Sessions"
> units="none" description="Maximum number of active sessions for the webapp" />
> <metric property="Session.sessionCounter" displayName="Sessions created"
> units="none" description="Number of sessions created for the webapp"
> measurementType="trendsup" />
> <metric property="Session.expiredSessions" displayName="Expired Sessions"
> units="none" description="Number of expired sessions for the webapp"
> measurementType="trendsup" />
> <metric property="Session.rejectedSessions" displayName="Rejected Sessions"
> units="none" description="Number of sessions rejected for the webapp"
> measurementType="trendsup" />
> <metric property="Session.sessionAverageAliveTime" displayName="Session Average alive time"
> units="seconds" description="Average alive time of a Sessions" />
> <metric property="Session.sessionMaxAliveTime" displayName="Max Session alive time"
> units="seconds" description="Maximum alive time of a Sessions" />
> <metric property="Vhost.name" displayName="Vhost" dataType="trait" defaultOn="true"
> description="Virtual hosts this app runs on"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list