remm        2003/07/28 06:31:48

  Modified:    catalina/src/share/org/apache/catalina/core
                        mbeans-descriptors.xml
  Log:
  - Expose the statistics in JMX.
  
  Revision  Changes    Path
  1.20      +31 -1     
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/mbeans-descriptors.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- mbeans-descriptors.xml    22 Jul 2003 21:01:26 -0000      1.19
  +++ mbeans-descriptors.xml    28 Jul 2003 13:31:47 -0000      1.20
  @@ -677,7 +677,37 @@
                  description="Performance statistics support for this managed object"
                  is="true"
                  type="boolean"/>
  -                              
  +
  +    <attribute name="processingTime"
  +               description="Cumulative processing time"
  +               type="long"
  +               writeable="false" />
  +
  +    <attribute name="maxTime"
  +               description="Maximum processing time of a request"
  +               type="long"
  +               writeable="false" />
  +
  +    <attribute name="requestCount"
  +               description="Number of requests processed by this wrapper"
  +               type="int"
  +               writeable="false" />
  +
  +    <attribute name="errorCount"
  +               description="Error count"
  +               type="int"
  +               writeable="false" />
  +
  +    <attribute name="loadTime"
  +               description="Load time"
  +               type="long"
  +               writeable="false" />
  +
  +    <attribute name="classLoadTime"
  +               description="Class loading time"
  +               type="int"
  +               writeable="false" />
  +
       <operation name="findMappings"
                  description="Return the mappings associated with this wrapper"
                  impact="INFO"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to