slb sip stats¶
Statistics for the object sip
sip Specification¶
Type Configuration Resource Element Name sip Element URI /axapi/v3/slb/sip/stats Element Attributes sip_attributes Schema sip schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/sip/stats | ||
Get Object | GET | /axapi/v3/slb/sip/stats | ||
Modify Object | POST | /axapi/v3/slb/sip/stats | ||
Replace Object | PUT | /axapi/v3/slb/sip/stats | ||
Delete Object | DELETE | /axapi/v3/slb/sip/stats |
sip attributes¶
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Type object msg_proxy_client_connection
Description Connecting server
Type: number
Format: counter
msg_proxy_client_drop
Description Number of AX drop
Type: number
Format: counter
msg_proxy_client_fail
Description Number of SIP messages received from client but failed to forward to server
Type: number
Format: counter
msg_proxy_client_incomplete
Description Number of packet which contains incomplete message
Type: number
Format: counter
msg_proxy_client_recv
Description Number of SIP messages received from client
Type: number
Format: counter
msg_proxy_client_send_success
Description Number of SIP messages received from client and forwarded to server
Type: number
Format: counter
msg_proxy_create_server_conn
Description Number of server connection system tries to create
Type: number
Format: counter
msg_proxy_current
Description Number of current sip proxy connections
Type: number
Format: counter
msg_proxy_fail_start_server_conn
Description Number of server connection create failed
Type: number
Format: counter
msg_proxy_server_drop
Description Number of AX drop
Type: number
Format: counter
msg_proxy_server_fail
Description Number of SIP messages received from server but failed to forward to client
Type: number
Format: counter
msg_proxy_server_incomplete
Description Number of packet which contains incomplete message
Type: number
Format: counter
msg_proxy_server_recv
Description Number of SIP messages received from server
Type: number
Format: counter
msg_proxy_server_send_success
Description Number of SIP messages received from server and forwarded to client
Type: number
Format: counter
msg_proxy_start_server_conn
Description Number of server connection created successfully
Type: number
Format: counter
msg_proxy_total
Description Total number of sip proxy connections
Type: number
Format: counter
session_created
Description SIP Session created
Type: number
Format: counter
session_freed
Description SIP Session freed
Type: number
Format: counter