dahdi_test(8) - Linux man page
Name
dahdi_test -- Test if the DAHDI timer provides timely responseSynopsis
dahdi_test [ -v ]Description
It reads 8192 bytes from the DAHDI timer device (/dev/dahdi/pseudo). This should take exactly 8000 ms . It uses calls to gettimeofday(2) before and after that read to check that indeed exactly 8000ms have passed.
Values of 100% and 99.99% Are normally considered a definite pass. Values of 99.98% and 99.97% are probably OK as well.
Options
-vBe more verbose: print one line per test.
-c count
Run for count times instead of running forever.