~ubuntu-branches/ubuntu/quantal/zaptel/quantal

« back to all changes in this revision

Viewing changes to debian/zttest.8

  • Committer: Bazaar Package Importer
  • Author(s): Tzafrir Cohen
  • Date: 2008-08-28 22:58:23 UTC
  • mfrom: (11.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080828225823-r8bdunirm8hmc76m
Tags: 1:1.4.11~dfsg-2
* Patch xpp_fxs_power: Fixed an issue with hook detection of the Astribank
  FXS module.
* Don't fail init.d script if fxotune fails. This may happen if running it
  when Asterisk is already running.
* Bump standards version to 3.8.0.0 .
* Ignore false lintian warning ("m-a a-i" has "a a").
* Patch xpp_fxo_cid_always: do always pass PCM if that's what the user
  asked.
* Patch vzaphfc_proc_root_dir: fix vzaphfc on 2.6.26.
* Patch wcte12xp_flags: Proper time for irq save flags.
* Patch headers_2627: Fix location of semaphore.h for 2.6.27 .
* Patch xpp_fxs_dtmf_leak: Don't play DTMFs to the wrong channel.
* Patch wctdm_fix_alarm: Fix sending channel alarms.
* Patch device_class_2626: Fix building 2.6.26 (Closes: #493397).
* Using dh_lintian for lintian overrides, hence requiring debhelper 6.0.7.
* Lintian: we know we have direct changes. Too bad we're half-upstream :-(
* Fix doc-base section names. 

Show diffs side-by-side

added added

removed removed

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