Author: pero
Date: Wed Apr 12 05:52:48 2006
New Revision: 393449

URL: http://svn.apache.org/viewcvs?rev=393449&view=rev
Log:
Add useful PooledSocketSender jmx state attributes

Modified:
    
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml?rev=393449&r1=393448&r2=393449&view=diff
==============================================================================
--- 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml
 (original)
+++ 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml
 Wed Apr 12 05:52:48 2006
@@ -771,6 +771,12 @@
     <attribute   name="maxPoolSocketLimit"
           description="Max parallel sockets"
                  type="int"/>
+    <attribute   name="inPoolSize"
+          description="get current SocketSender pool size"
+                 type="int"/>
+    <attribute   name="inUsePoolSize"
+          description="get size of current busy SocketSender from pool"
+                 type="int"/>                 
     <attribute   name="keepAliveTimeout"
           description="active socket keep alive timeout"
                  type="long"/>

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=393449&r1=393448&r2=393449&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Wed Apr 12 05:52:48 2006
@@ -105,6 +105,9 @@
   </subsection>
   <subsection name="Cluster">
     <changelog>
+       <update>
+        Add at PooledSocketSender the jmx attributes inPoolSize and 
inUsePoolSize. (pero)
+       </update>
        <fix>
          DeltaManager set session creationTime at backup node. (pero)
        </fix>



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

Reply via email to