1zttest(8) System Manager's Manual zttest(8)
2
3
4
6 zttest — Test if the zaptel timer provides timely response
7
9 zttest [ -v ]
10
11
13 zttest zttest runs a timing test in a loop and prints the result of
14 each loop. The test is as follows:
15
16 It reads 8192 bytes from the zaptel timer device (/dev/zap/pseudo).
17 This should take exactly 8000 ms . It uses calls to gettimeofday(2)
18 before and after that read to check that indeed exactly 8000ms have
19 passed.
20
21 Values of 100% and 99.99% Are normally considered a definite pass.
22 Values of 99.98% and 99.97% are probably OK as well.
23
24
26 -v
27 Be more verbose: print one line per test.
28
29
31 /dev/zap/pseudo
32 The device file used to access the zaptel timer.
33
34
36 zttool(8), ztmonitor(8), ztspeed(8), ztcfg(8), asterisk(8). gettimeof‐
37 day(2)
38
39
41 This manual page was written by Tzafrir Cohen <tzafrir.cohen@xor‐
42 com.com> Permission is granted to copy, distribute and/or modify this
43 document under the terms of the GNU General Public License, Version 2
44 any later version published by the Free Software Foundation.
45
46 On Debian systems, the complete text of the GNU General Public License
47 can be found in /usr/share/common-licenses/GPL.
48
49
50
51 2005-06-25 zttest(8)