Came across this script for measuring network performance specifically for VoIP.
Its a python script which returns latency, jitter and MOS. It requires rrdtool-python to run.
script usage is: ping.py -c 4 -t 1 -d 8.8.8.8 where c= count t= interval d= destination host
Details on MOS can be found here:
Anybody know how this could be integrated into zabbix eg collect stats every 60s etc
Its a python script which returns latency, jitter and MOS. It requires rrdtool-python to run.
script usage is: ping.py -c 4 -t 1 -d 8.8.8.8 where c= count t= interval d= destination host
Details on MOS can be found here:
Anybody know how this could be integrated into zabbix eg collect stats every 60s etc

Comment