Module: kamailio Branch: master Commit: 572fa1b4497571ec68453c97b3080740364d3335 URL: https://github.com/kamailio/kamailio/commit/572fa1b4497571ec68453c97b3080740...
Author: Stefan Mititelu stefan.mititelu@1and1.ro Committer: Stefan Mititelu stefan.mititelu@1and1.ro Date: 2015-12-14T15:02:53+02:00
tmx: Update doku
Update doku related to the counters changes.
---
Modified: modules/tmx/doc/tmx_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/572fa1b4497571ec68453c97b3080740... Patch: https://github.com/kamailio/kamailio/commit/572fa1b4497571ec68453c97b3080740...
---
diff --git a/modules/tmx/doc/tmx_admin.xml b/modules/tmx/doc/tmx_admin.xml index 65de597..705113f 100644 --- a/modules/tmx/doc/tmx_admin.xml +++ b/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>