You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/doc/tutorials/counter_list/counters_sctp.txt

44 lines
1.2 KiB

Counters for sctp
================================
[ this file is autogenerated, do not edit ]
1. sctp.established
incremented each time a new association is established.
2. sctp.connect_failed
incremented each time a new outgoing connection fails.
3. sctp.local_reject
number of rejected incoming connections.
4. sctp.remote_shutdown
incremented each time an association is closed by the peer.
5. sctp.assoc_shutdown
incremented each time an association is shutdown.
6. sctp.comm_lost
incremented each time an established connection is close due
tosome error.
7. sctp.sendq_full
number of failed send attempt due to exceeded buffering
capacity (full kernel buffers).
8. sctp.send_failed
number of failed send attempt for any reason except full
buffers.
9. sctp.send_force_retry
incremented each time a failed send is force-retried(possible
only if sctp_send_retries ! = 0.
10. sctp.current_opened_connections
number of currently opened associations.
11. sctp.current_tracked_connections
number of currently tracked associations.