SIP service statistics are described in the following tables:
The statistics collected for Sent Requests is similar to the Received Requests statistics listed in Table 20–2. Statistics are collected for several types of SIP messages such as ACK and BYE.
The statistics collected for Sent Responses is similar to the Received Responses statistics listed in Table 20–3. Statistics are collected for several types of SIP messages such as 1xx and 3xx.
Attribute Name |
Data Type |
Description |
---|---|---|
receivedsiprequests |
CountStatistic |
The number of SIP requests received, including retransmissions. |
sentsiprequests |
CountStatistic |
The number of SIP requests sent, both originated and relayed, including retransmissions and forking. |
receivedsipresponses |
CountStatistic |
The number of SIP responses received, including retransmissions. |
sentsipresponses |
CountStatistic |
The number of SIP responses sent, both originated and relayed, including retransmissions. |
invalidsipmessages |
CountStatistic |
The number of messages received but not recognized as SIP messages, including retransmissions. These messages are not recognized as requests or responses, or these messages are recognized as responses with invalid response code. |
Table 20–2 (Network Manager) Received Requests Statistics
Attribute Name |
Data Type |
Description |
---|---|---|
ackreceivedsiprequests |
CountStatistic |
The number of ACK SIP requests received. |
byereceivedsiprequests |
CountStatistic |
The number of BYE SIP requests received |
cancelreceivedsiprequests |
CountStatistic |
The number of CANCEL SIP requests received. |
inforeceivedsiprequests |
CountStatistic |
The number of INFO SIP requests received. |
invitereceivedsiprequests |
CountStatistic |
The number of INVITE SIP requests received. |
joinreceivedsiprequests |
CountStatistic |
The number of JOIN SIP requests received. |
messagereceivedsiprequests |
CountStatistic |
The number of MESSAGE SIP requests received. |
notifyreceivedsiprequests |
CountStatistic |
The number of NOTIFY SIP requests received. |
optionsreceivedsiprequests |
CountStatistic |
The number of OPTIONS SIP requests received. |
otherreceivedsiprequests |
CountStatistic |
The number of OTHER SIP requests received. |
prackreceivedsiprequests |
CountStatistic |
The number of PRACK SIP requests received. |
publishreceivedsiprequests |
CountStatistic |
The number of PUBLISH SIP requests received. |
referreceivedsiprequests |
CountStatistic |
The number of REFER SIP requests received. |
registerreceivedsiprequests |
CountStatistic |
The number of REGISTER SIP requests received. |
subscribereceivedsiprequests |
CountStatistic |
The number of SUBSCRIBE SIP requests received. |
updatereceivedsiprequests |
CountStatistic |
The number of UPDATE SIP requests received. |
Table 20–3 (Network Manager) Received Responses Statistics
Attribute Name |
Data Type |
Description |
---|---|---|
1xxreceivedsipresponses |
CountStatistic |
The number of 1xx SIP responses received. |
2xxreceivedsipresponses |
CountStatistic |
The number of 2xx SIP responses received |
3xxreceivedsipresponses |
CountStatistic |
The number of 3xx SIP responses received. |
420receivedsipresponses |
CountStatistic |
The number of 420 SIP responses received. |
4xxreceivedsipresponses |
CountStatistic |
The number of 4xx SIP responses received. |
5xxreceivedsipresponses |
CountStatistic |
The number of 5xx SIP responses received. |
6xxreceivedsipresponses |
CountStatistic |
The number of 6xx SIP responses received. |
Table 20–4 Overload Protection Manager Statistics
Attribute Name |
Data Type |
Description |
---|---|---|
overloadrejectedsiprequests |
CountStatistic |
The number of SIP requests rejected due to overload conditions. |
overloadrejectedhttpeequests |
CountStatistic |
The number of HTTP requests rejected due to overload conditions. |
Table 20–5 Session Manager Statistics
Attribute Name |
Data Type |
Description |
---|---|---|
concurrentsipdialogs |
CountStatistic |
The number of SIP dialogs currently stored in the node. |
failedsipdialogs |
CountStatistic |
The number of failed SIP dialog setup attempts. The application or a succeeding node in the signaling path has responded with an 4xx-6xx response code. |
expiredsipdialogs |
CountStatistic |
The number of SIP dialogs that have been removed due to session expiry. |
sucessfulsipdialogs |
CountStatistic |
The number of SIP dialogs that have been successfully established. |
totalsipdialogcount |
CountStatistic |
The total number of SIP dialogs. This count is computed as follows: sucessfulsipdialogs + expiredsipdialogs + failedsipdialogs - concurrentsipdialogs. |
totalsipdialoglifetime |
CountStatistic |
The total lifetime of SIP dialogs in milliseconds. |
Table 20–6 TransactionManager Statistics
Attribute Name |
Data Type |
Description |
---|---|---|
sipservertransactions |
CountStatistic |
The number of SIP server transactions that are in progress or have reached the terminated state. |
sipclienttransactions |
CountStatistic |
The number of SIP client transactions that are in progress or have reached the terminated state. |
totalsiptransactioncount |
CountStatistic |
The total number of SIP transactions. |
totalsiptransactiontime |
CountStatistic |
The total response time for all SIP transactions in milliseconds. |