You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pe...@apache.org on 2005/03/25 23:06:30 UTC

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp mbeans-descriptors.xml

pero        2005/03/25 14:06:30

  Modified:    modules/cluster/src/share/org/apache/catalina/cluster/tcp
                        mbeans-descriptors.xml
  Log:
   Add doProcessingStats to synchronous, asynchronous and fastqueueasync sender modes
   to get min, avg, max processing times as IDataSender JMX MBeans
  
  Revision  Changes    Path
  1.5       +66 -2     jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mbeans-descriptors.xml	14 Mar 2005 21:24:30 -0000	1.4
  +++ mbeans-descriptors.xml	25 Mar 2005 22:06:30 -0000	1.5
  @@ -95,6 +95,10 @@
             description="number of wrong transfers"
                    type="long"
                    writeable="false"/>
  +	<attribute name="senderObjectNames"
  +               description="get all sender object names"
  +               type="[Ljavax.management.ObjectName;"
  +               writeable="false"/>
       <operation   name="start"
                  description="Start the cluster"
                  impact="ACTION"
  @@ -136,7 +140,7 @@
             description="Wait for ack after data send"
   			     is="true"
                    type="boolean"
  -                 writeable="false" />
  +                 writeable="false"/>
       <attribute   name="ackTimeout"
             description="acknowledge timeout"
                    type="long"/>
  @@ -175,6 +179,26 @@
             description="number of bytes transfered"
                    type="long"
                    writeable="false"/>
  +    <attribute   name="processingTime"
  +          description="sending processing time"
  +                 type="long"
  +                 writeable="false"/>
  +    <attribute   name="minProcessingTime"
  +          description="minimal sending processing time"
  +                 type="long"
  +                 writeable="false"/>
  +    <attribute   name="avgProcessingTime"
  +          description="processing time / nrOfRequests"
  +                 type="long"
  +                 writeable="false"/>
  +    <attribute   name="maxProcessingTime"
  +          description="maximal sending processing time"
  +                 type="long"
  +                 writeable="false"/>
  +    <attribute   name="doProcessingStats"
  +          description="create Processing time stats"
  +			     is="true"
  +                 type="boolean" />
       <attribute   name="connectCounter"
             description="counts connects"
                    type="long"
  @@ -254,7 +278,7 @@
             description="Wait for ack after data send"
   			     is="true"
                    type="boolean"
  -                 writeable="false" />
  +                 writeable="false"/>
       <attribute   name="ackTimeout"
             description="acknowledge timeout"
                    type="long"/>
  @@ -314,6 +338,26 @@
             description="number of bytes transfered"
                    type="long"
                    writeable="false"/>
  +    <attribute   name="processingTime"
  +          description="sending processing time"
  +                 type="long"
  +                 writeable="false"/>
  +    <attribute   name="minProcessingTime"
  +          description="minimal sending processing time"
  +                 type="long"
  +                 writeable="false"/>
  +    <attribute   name="avgProcessingTime"
  +          description="processing time / nrOfRequests"
  +                 type="long"
  +                 writeable="false"/>
  +    <attribute   name="maxProcessingTime"
  +          description="maximal sending processing time"
  +                 type="long"
  +                 writeable="false"/>
  +    <attribute   name="doProcessingStats"
  +          description="create Processing time stats"
  +			     is="true"
  +                 type="boolean" />                 
       <attribute   name="connectCounter"
             description="counts connects"
                    type="long"
  @@ -503,6 +547,26 @@
             description="number of bytes transfered"
                    type="long"
                    writeable="false"/>
  +    <attribute   name="processingTime"
  +          description="sending processing time"
  +                 type="long"
  +                 writeable="false"/>
  +    <attribute   name="minProcessingTime"
  +          description="minimal sending processing time"
  +                 type="long"
  +                 writeable="false"/>
  +    <attribute   name="avgProcessingTime"
  +          description="processing time / nrOfRequests"
  +                 type="long"
  +                 writeable="false"/>
  +    <attribute   name="maxProcessingTime"
  +          description="maximal sending processing time"
  +                 type="long"
  +                 writeable="false"/>
  +    <attribute   name="doProcessingStats"
  +          description="create Processing time stats"
  +			     is="true"
  +                 type="boolean" />
       <attribute   name="connectCounter"
             description="counts connects"
                    type="long"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org