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

2005-04-29 Thread pero
pero2005/04/29 13:13:40

  Modified:modules/cluster/src/share/org/apache/catalina/cluster/tcp
mbeans-descriptors.xml
  Log:
  Update Descriptor
  
  Revision  ChangesPath
  1.11  +2 -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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- mbeans-descriptors.xml22 Apr 2005 20:33:45 -  1.10
  +++ mbeans-descriptors.xml29 Apr 2005 20:13:40 -  1.11
  @@ -239,13 +239,13 @@
type=java.lang.String
writeable=false/
   attribute   name=replicationMode
  -  description=replication mode (synchnous,pooled.asynchnous)
  +  description=replication mode 
(synchnous,pooled.asynchnous,fastasyncqueue)
type=java.lang.String/
   attribute   name=ackTimeout
 description=acknowledge timeout
type=long/
   attribute   name=autoConnect
  -  description=is sender disabled, fork a new one
  +  description=is sender disabled, fork a new socket
 is=true
type=boolean /
   attribute   name=waitForAck
  
  
  

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



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

2005-03-25 Thread pero
pero2005/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  ChangesPath
  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.xml14 Mar 2005 21:24:30 -  1.4
  +++ mbeans-descriptors.xml25 Mar 2005 22:06:30 -  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   

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

2005-02-15 Thread pero
pero2005/02/15 01:33:05

  Modified:modules/cluster/src/share/org/apache/catalina/cluster/tcp
mbeans-descriptors.xml
  Log:
  Add more MBeans attributes and operation
  Add some statistics attributes
  
  Revision  ChangesPath
  1.3   +178 -16   
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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mbeans-descriptors.xml11 Feb 2005 19:45:18 -  1.2
  +++ mbeans-descriptors.xml15 Feb 2005 09:33:05 -  1.3
  @@ -74,6 +74,15 @@
   attribute   name=ackTimeout
 description=acknowledge timeout
type=long/
  +attribute   name=autoConnect
  +  description=is sender disabled, fork a new one
  +  is=true
  + type=boolean /
  +attribute   name=waitForAck
  +  description=Wait for ack after data send
  +  is=true
  + type=boolean
  + writeable=false /
   attribute   name=nrOfRequests
 description=number of send messages to other members
type=long
  @@ -82,18 +91,25 @@
 description=number of bytes transfered
type=long
writeable=false/
  -
  +attribute   name=failureCounter
  +  description=number of wrong transfers
  + type=long
  + writeable=false/
   operation   name=start
  description=Start the cluster
  impact=ACTION
  returnType=void
  -/operation
  -
  +/operation
   operation name=stop
  description=Stop the cluster
  impact=ACTION
  returnType=void
   /operation
  + operation name=resetStatistics
  +   description=Reset all statistics
  +   impact=ACTION
  +   returnType=void
  +/operation 
 /mbean
   
 mbean name=AsyncSocketSender
  @@ -101,7 +117,10 @@
  domain=Catalina
   group=IDataSender
type=org.apache.catalina.cluster.tcp.AsyncSocketSender
  -
  +attribute   name=info
  +  description=Class version info
  + type=java.lang.String
  + writeable=false/
   attribute   name=address
 description=sender ip address
type=java.net.InetAddress
  @@ -113,6 +132,11 @@
   attribute   name=suspect
 description=Socket is gone
type=boolean/
  +attribute   name=waitForAck
  +  description=Wait for ack after data send
  +  is=true
  + type=boolean
  + writeable=false /
   attribute   name=ackTimeout
 description=acknowledge timeout
type=long/
  @@ -120,6 +144,24 @@
writeable=false
 description=queue size
type=int/
  +attribute   name=queuedNrOfBytes
  + writeable=false
  +  description=number of bytes over all queued messages
  + type=long/
  +attribute   name=keepAliveTimeout
  +  description=active socket keep alive timeout
  + type=long/
  +attribute   name=keepAliveMaxRequestCount
  +  description=max request over this socket
  + type=int/
  +attribute   name=keepAliveCount
  +  description=keep Alive request count
  + type=int
  + writeable=false/
  +attribute   name=keepAliveConnectTime
  +  description=Connect time for keep alive
  + type=long
  + writeable=false/
   attribute   name=connected
is=true
 description=socket connected
  @@ -133,6 +175,59 @@
 description=number of bytes transfered
type=long
writeable=false/
  +attribute   name=connectCounter
  +  description=counts connects
  + type=long
  + writeable=false/
  +attribute   name=disconnectCounter
  +  description=counts disconnects
  + type=long
  + writeable=false/
  +attribute   name=socketOpenCounter
  +  description=counts open socket (KeepAlive and connects)
  + type=long
  + writeable=false/  
  +attribute   name=socketCloseCounter
  +  description=counts closed socket (KeepAlive and disconnects)
  +