Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ptpd(8) [debian man page]

ptpd(8) 						  Precision Time Protocol daemon						   ptpd(8)

NAME
ptpd - Precision Time Protocol daemon (1588-2008) SYNOPSIS
ptpd [?] [-c] [-S] [-f FILE] [-R FILE] [-d] [-D] [-x] [-M NUMBER] [-t] [-T ttl] [-a NUMBER,NUMBER] [-w NUMBER] [-b NAME] [-u ADDRESS] [-e] [-h] [-l NUMBER,NUMBER] [-o NUMBER] [-i NUMBER] [-n NUMBER] [-y NUMBER] [-m NUMBER] [-g] [-v NUMBER] [-r NUMBER] [-s NUMBER] [-p NUMBER] [-q NUMBER] DESCRIPTION
Implements the Precision Time Protocol (PTP) Version 2 as defined by the IEEE 1588-2008 standard. PTP was developed to provide very precise time coordination of LAN connected computers. PTPd is a complete implementation of the IEEE 1588 v2 specification for a standard (ordinary) clock. PTPd has been tested with and is known to work properly with other IEEE 1588 implementations. The source code for PTPd is freely available under a BSD-style license. Thanks to contributions from users, PTPd is becoming an increasingly portable, interoperable, and stable IEEE 1588 implementation. For more information, see http://ptpd.sourceforge.net/ OPTIONS
-? display a short help text -c run in command line (non-daemon) mode -S log information to syslog -f FILE send output to FILE -R FILE record a quality FILE -d display stats -D display stats in .csv format -x do not reset the clock if off by more than one second -M NUMBER do not reset the clock if off by more than NUMBER nanoseconds -t do not adjust the system clock -T set multicast TTL for packets. Defaults to 1. -a NUMBER,NUMBER specify clock servo P and I attenuations -w NUMBER specify one way delay filter stiffness -b NAME bind PTP to network interface NAME -u ADDRESS also send uni-cast to ADDRESS -e run in ethernet mode (level2) -h run in End to End mode -l NUMBER,NUMBER specify inbound, outbound latency in nsec -o NUMBER specify current UTC offset -i NUMBER specify PTP domain number -n NUMBER specify announce interval in 2^NUMBER sec -y NUMBER specify sync interval in 2^NUMBER sec -m NUMBER specify max number of foreign master records -g run as slave only -v NUMBER specify system clock allen variance -r NUMBER specify system clock accuracy -s NUMBER specify system clock class -p NUMBER specify priority1 attribute -q NUMBER specify priority2 attribute AUTHOR
Gael Mace <gael_mace@users.sourceforge.net> & Alexandre Van Kempen. Steven Kreuzer <skreuzer@freebsd.org> George Neville-Neil <gnn@freebsd.org> This manual page was written by Gael Mace for any Linux environment project. version 2.1.0 October, 2010 ptpd(8)

Check Out this Related Man Page

FULLQUOTTEL(1)							   User Commands						    FULLQUOTTEL(1)

NAME
fullquottel - tool for detecting full quotes in mails or postings SYNOPSIS
fullquottel [OPTION...] < infile > outfile DESCRIPTION
fullquottel - tool for detecting full quotes in mails or postings -t, --scorethreshold=NUMBER Threshold for final score that discriminates between Goodquottel and Fullquottel (default: 1.5) --quotechars=CHARS Chars used for quoting (default: >|#) -d, --debug Debug option (prints single test results; default: off) --ownsigtest=1|0 Turn on/off ownSigTest (default: on) --ownsigtestscore=NUMBER Score for ownSigTest (default: 1.0) -f, --ownsigtestfile=SIGFILE Signature file to test against (default: ~/.signature) --mstest=1|0 Turn on/off msTest (Microsoft attribution lines; default: on) --mstestscore=NUMBER Score for msTest (default: 1.0) --mstestthreshold=NUMBER Threshold for msTest (at or below which line a Microsoft attribution line ist found; default: 2) --quotedtoalltest=1|0 Turn on/off quotedToAllTest (ratio quoted lines to all; default: on) --quotedtoalltestscore=NUMBER Score for quotedToAllTest (default: 1.0) --quotedtoalltestfactor=NUMBER Result = score + ratio * FACTOR (default: 0) --quotedtoalltestthreshold=NUMBER Ratio threshold for activating quotedToAllTest (default: 0.5) --bottomquotedtoalltest=1|0 Turn on/off bottomQuotedToAllTest (ratio quoted lines at bottom to all; default: on) --bottomquotedtoalltestscore=NUMBER Score for bottomQuotedToAllTest (default: 1.0) --bottomquotedtoalltestfactor=NUMBER Result = score + ratio * FACTOR (default: 0) --bottomquotedtoalltestthreshold=NUMBER Ratio threshold for activating bottomQuotedToAllTest (default: 0.5) --bottomquotedtoquotedtest=1|0 Turn on/off bottomQuotedToQuotedTest (ratio quoted lines at bottom to all quoted lines; default: on) --bottomquotedtoquotedtestscore=NUMBER Score for bottomQuotedToQuotedTest (default: 1.0) --bottomquotedtoquotedtestfactor=NUMBER Result = score + ratio * FACTOR (default: 0) --bottomquotedtoquotedtestthreshold=NUMBER Ratio threshold for activating bottomQuotedToQuotedTest (default: 0.5) --singlebottomquotetest=1|0 Turn on/off singleBottomQuoteTest (only one quote block, and at the bottom; default: on) --singlebottomquotetestscore=NUMBER Score for singleBottomQuoteTest (default: 1.0) HINT: All long options (without leading --) can be used in ~/.fullquottelrc -?, --help Give this help list --usage Give a short usage message -V, --version Print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. REPORTING BUGS
Report bugs to <toast@toastfreeware.priv.at>. SEE ALSO
The full documentation for fullquottel is maintained in HTML created by doxygen and can be found in /usr/share/doc/fullquottel/html/ fullquottel 0.1.2 April 2007 FULLQUOTTEL(1)
Man Page