SIPPing icon indicating copy to clipboard operation
SIPPing copied to clipboard

Add latency calculation to sip pings.

Open atibdialpad opened this issue 5 years ago • 1 comments

Add latency calculation to sip pings. Display '-' whenever latency can't be calculated like in aggressive mode, 100% loss, etc

Sample outputs :

  1. normal case : /usr/local/sipping/sipping.py -c 5 -S <source_ip> -p 5060 -q -d <destinatio_ip>

--- statistics --- 5 packets transmitted, 5 packets received, 0.0% packet loss, 48.74 ms avg latency

  1. aggressive mode /usr/local/sipping/sipping.py -c 5 -S <source_ip> -p 5060 -q -d <destination_ip> -a

--- statistics --- 5 packets transmitted, 0 packets received, 100.0% packet loss, - ms avg latency

atibdialpad avatar May 25 '20 12:05 atibdialpad

Hey @pbertera can you please have a look ?

atibdialpad avatar May 27 '20 11:05 atibdialpad