[rhmessaging-commits] rhmessaging commits: r3892 - mgmt/newdata/rosemary/xml.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Apr 6 12:37:43 EDT 2010


Author: eallen
Date: 2010-04-06 12:37:42 -0400 (Tue, 06 Apr 2010)
New Revision: 3892

Modified:
   mgmt/newdata/rosemary/xml/rosemary.xml
Log:
Added some statistic titles to Queue

Modified: mgmt/newdata/rosemary/xml/rosemary.xml
===================================================================
--- mgmt/newdata/rosemary/xml/rosemary.xml	2010-04-01 19:46:39 UTC (rev 3891)
+++ mgmt/newdata/rosemary/xml/rosemary.xml	2010-04-06 16:37:42 UTC (rev 3892)
@@ -75,12 +75,52 @@
       </statistic>
 
       <statistic name="msgDepth">
-        <title>Messages</title>
+        <title>Queue Messages</title>
       </statistic>
 
       <statistic name="byteDepth">
         <title>Bytes</title>
       </statistic>
+
+     <statistic name="msgPersistEnqueues">
+       <title>Msgs. Enqueued</title>
+     </statistic>
+
+     <statistic name="msgPersistDequeues">
+       <title>Msgs. Dequeued</title>
+     </statistic>
+
+     <statistic name="bytePersistEnqueues">
+       <title>Bytes Enqueued</title>
+     </statistic>
+
+     <statistic name="bytePersistDequeues">
+       <title>Bytes Dequeued</title>
+     </statistic>
+
+     <statistic name="msgTotalEnqueues">
+       <title>Msgs. Enqueued</title>
+     </statistic>
+
+     <statistic name="msgTotalDequeues">
+       <title>Msgs. Dequeued</title>
+     </statistic>
+
+     <statistic name="byteTotalEnqueues">
+       <title>Bytes Enqueued</title>
+     </statistic>
+
+     <statistic name="byteTotalDequeues">
+       <title>Bytes Dequeued</title>
+     </statistic>
+
+     <statistic name="unackedMessages">
+       <title>Msgs. Unacked</title>
+     </statistic>
+
+     <statistic name="messageLatency">
+       <title>Msg. Latency</title>
+     </statistic>
     </class>
 
     <class name="System">



More information about the rhmessaging-commits mailing list