tls_statistics
Retrieve TLS handshake and I/O statistics from OpenSIPS tls_mgm module, including connect and accept success/error counts and read/write errors.
Instructions
Pull TLS-specific statistics from the tls_mgm module.
Returns counters organised into categories:
Handshake stats: connect_success, connect_error, accept_success, accept_error
I/O stats: read_error, write_error
Uses the get_statistics("tls:") MI command internally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||