Description
iax2 show netstats” shows you statistics for each iax2 call you have up.
The columns are “RTT” which is the round-trip time for the last PING, and then a bunch of stats for both the local side (what you’re receiving), and the remote side (what the other end is telling us they are seeing). The remote stats may not be complete if the remote end isn’t using the new jitterbuffer.
- Jit: The jitter we have measured (milliseconds)
- Del: The maximum delay imposed by the jitterbuffer (milliseconds)
- Lost: The number of packets we’ve detected as lost.
- %: The percentage of packets we’ve detected as lost recently.
- Drop: The number of packets we’ve purposely dropped (to lower latency).
- OOO: The number of packets we’ve received out-of-order
- Kpkts: The number of packets we’ve received / 1000.
LOCAL | REMOTE | ||||||||||||||
Channel | RTT | Jit | Del | Lost | % | Drop | OOO | Kpkts | Jit | Del | Lost | % | Drop | OOO | Kpkts |
IAX2/6000-1 | 536 | 15 | 63 | 0 | 0 | 0 | 0 | 5 | 394 | 438 | 101 | 1 | 37 | 656 | 3 |
See also
- New adaptive jitterbuffer in Asterisk 1.4