Sun GlassFish Communications Server 1.5 Administration Guide

SIP Container Statistics

SIP service statistics are described in the following tables:

The SIP container statistics are described in the following tables:

Table 20–1 SIP Service Network Manager Statistics

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 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–3 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–4 TransactionManager Statisticsa

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.