public interface SipRuntimeMBean
Modifier and Type | Method and Description |
---|---|
long |
getSipGauge(String gauge)
Gets SIP statistics gauge value.
|
long |
getSipMessageReceiveCount()
Gets SIP message receive count.
|
long |
getSipMessageReceiveRate()
Gets SIP message receive rate.
|
long |
getSipMessageSendCount()
Gets SIP message send count.
|
long |
getSipMessageSendRate()
Gets SIP message send rate.
|
String[] |
getSipReceiveRequests()
Gets a map which holds pairs of received request method and its count.
|
String[] |
getSipReceiveResponses()
Gets a map which holds pairs of received response and its count.
|
String[] |
getSipSendRequests()
Gets a map which holds pairs of sent request method and its count.
|
String[] |
getSipSendResponses()
Gets a map which holds pairs of sent response and its count.
|
long getSipMessageReceiveRate()
long getSipMessageSendRate()
long getSipMessageReceiveCount()
long getSipMessageSendCount()
String[] getSipSendRequests()
String[] getSipReceiveRequests()
String[] getSipSendResponses()
String[] getSipReceiveResponses()
long getSipGauge(String gauge)
gauge
- Gauge name