:
This show a % of clock adjustement using dahdi_test command. Should be always on 99.x %
Module data
module_begin module_name InternalClock_Deviation module_type generic_data module_exec dahdi_test -c 5 | grep -o "Worst\: [0-9]*\.[0-9]*" | awk '{ print $2}' module_end
(Visited 309 times, 1 visits today)