Browse Source

tmx: Update doku

Update doku related to the counters changes.
Stefan Mititelu 9 years ago
parent
commit
572fa1b449
1 changed files with 51 additions and 18 deletions
  1. 51 18
      modules/tmx/doc/tmx_admin.xml

+ 51 - 18
modules/tmx/doc/tmx_admin.xml

@@ -626,72 +626,105 @@ event_route [tm:branch-failure:contact] {
 		Exported statistics are listed in the next sections. All statistics
 		except <quote>inuse_transactions</quote> can be reset.
 		</para>
-		<section>
-		<title>received_replies</title>
-			<para>
-			Total number of total replies received by TM module.
-			</para>
-		</section>
-		<section>
-		<title>relayed_replies</title>
-			<para>
-			Total number of replies received and relayed by TM module.
-			</para>
-		</section>
-		<section>
-		<title>local_replies</title>
-			<para>
-			Total number of replies local generated by TM module.
-			</para>
-		</section>
+
 		<section>
 		<title>UAS_transactions</title>
 			<para>
 			Total number of transactions created by received requests.
 			</para>
 		</section>
+
 		<section>
 		<title>UAC_transactions</title>
 			<para>
 			Total number of transactions created by local generated requests.
 			</para>
 		</section>
+
 		<section>
 		<title>2xx_transactions</title>
 			<para>
 			Total number of transactions completed with 2xx replies.
 			</para>
 		</section>
+
 		<section>
 		<title>3xx_transactions</title>
 			<para>
 			Total number of transactions completed with 3xx replies.
 			</para>
 		</section>
+
 		<section>
 		<title>4xx_transactions</title>
 			<para>
 			Total number of transactions completed with 4xx replies.
 			</para>
 		</section>
+
 		<section>
 		<title>5xx_transactions</title>
 			<para>
 			Total number of transactions completed with 5xx replies.
 			</para>
 		</section>
+
 		<section>
 		<title>6xx_transactions</title>
 			<para>
 			Total number of transactions completed with 6xx replies.
 			</para>
 		</section>
+
 		<section>
 		<title>inuse_transactions</title>
 			<para>
 			Number of transactions existing in memory at current time.
 			</para>
 		</section>
+
+		<section>
+		<title>active_transactions</title>
+			<para>
+			Number of ongoing transactions at current time.
+			</para>
+		</section>
+
+		<section>
+		<title>received_replies</title>
+			<para>
+			Total number of replies received by TM module.
+			</para>
+		</section>
+
+		<section>
+		<title>received_replies_absorbed</title>
+			<para>
+			Total number of replies received and not relayed by TM module.
+			</para>
+		</section>
+
+		<section>
+		<title>tmx:relayed_locally</title>
+			<para>
+			Total number of replies locally generated and relayed by TM module.
+			</para>
+		</section>
+
+		<section>
+		<title>relayed_received </title>
+			<para>
+			Total number of replies received and relayed by TM module.
+			</para>
+		</section>
+
+		<section>
+		<title>relayed_total</title>
+			<para>
+			Total number of replies relayed by TM module.
+			</para>
+		</section>
+
 	</section>
 </chapter>