Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #86 from Metaswitch/sip_transaction_stats
Browse files Browse the repository at this point in the history
[reviewer: Rob] SNMP SIP transaction stats
  • Loading branch information
alango committed Jul 30, 2015
2 parents d016977 + 4328687 commit 909ad59
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion docs/Clearwater_SNMP_Statistics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Clearwater provides a set of statistics about the performance of each Clearwater nodes over SNMP. Currently, this is available on Bono, Sprout, Ralf and Homestead nodes.
Clearwater provides a set of statistics about the performance of each Clearwater nodes over SNMP. Currently, this is available on Bono, Sprout, Ralf and Homestead nodes, and the MMTel, Call Diversion, Memento and Gemini Application Server nodes.

## Configuration

Expand Down Expand Up @@ -60,6 +60,8 @@ Sprout nodes provide the following statistics:
* The number of attempts, successes and failures for third-party de-registrations, indexed by time period.
* The number of attempts, successes and failures for AKA authentications on register requests, indexed by time period (AKA authentication attempts with a correct response but that fail due to the sequence number in the nonce being out of sync are counted as successes).
* The number of attempts, successes and failures for SIP digest authentications on register requests, indexed by time period (authentication attempts with a correct response but that fail due to being stale are counted as failures).
* The number of attempts, successes and failures for authentications on non-register requests, indexed by time period.
* The number of requests routed by the S-CSCF according to a route pre-loaded by an app server, indexed by time period.
* The number of parallel TCP connections to each Homestead node.
* The number of parallel TCP connections to each Homer node.
* The number of incoming SIP requests, indexed by time period.
Expand All @@ -70,6 +72,12 @@ Sprout nodes provide the following statistics:
* The transfer rate (in bytes/second) of data during this resynchronization, over the last 5 seconds (overall, and per bucket).
* The number of remaining nodes to query during the current Chronos scaling operation.
* The number of timers, and number of invalid timers, processed over the last 5 seconds.
* The number of attempts, successes and failures for incoming SIP transactions for the ICSCF, indexed by time period and request type.
* The number of attempts, successes and failures for outgoing SIP transactions for the ICSCF, indexed by time period and request type.
* The number of attempts, successes and failures for incoming SIP transactions for the SCSCF, indexed by time period and request type.
* The number of attempts, successes and failures for outgoing SIP transactions for the SCSCF, indexed by time period and request type.
* The number of attempts, successes and failures for incoming SIP transactions for the BGCF, indexed by time period and request type.
* The number of attempts, successes and failures for outgoing SIP transactions for the BGCF, indexed by time period and request type.

### Ralf statistics

Expand All @@ -94,3 +102,31 @@ Homestead nodes provide the following statistics:
* The number of incoming requests over the past five seconds.
* The number of requests rejected due to overload over the past five seconds.
* The total number of Diameter requests with an invalid Destination-Realm or invalid Destination-Host over the last 5 seconds.

### Call Diversion App Server Statistics

Call Diversion App Server nodes provide the following statistics:

* The number of attempts, successes and failures for incoming SIP transactions, indexed by time period and request type.
* The number of attempts, successes and failures for outgoing SIP transactions, indexed by time period and request type.

### Memento App Server Statistics

Memento App Server nodes provide the following statistics:

* The number of attempts, successes and failures for incoming SIP transactions, indexed by time period and request type.
* The number of attempts, successes and failures for outgoing SIP transactions, indexed by time period and request type.

### MMTel App Server Statistics

MMTel App Server nodes provide the following statistics:

* The number of attempts, successes and failures for incoming SIP transactions, indexed by time period and request type.
* The number of attempts, successes and failures for outgoing SIP transactions, indexed by time period and request type.

### Gemini App Server Statistics

Gemini App Server nodes provide the following statistics:

* The number of attempts, successes and failures for incoming SIP transactions, indexed by time period and request type.
* The number of attempts, successes and failures for outgoing SIP transactions, indexed by time period and request type.

0 comments on commit 909ad59

Please sign in to comment.