Table of Contents

Name

tscimeasure - measurement tool for tsci2 library metrics.

Synopsis

tsci2measure [-h] [-d] [-c] [-i sample_inteval] [-n num_samples]

Description

Measures offset and rate error between tsci2 library and system clock. Output is headered and table delimited. Could be used directly by data processing tools as MATLAB.

If tsci2 library is built in DEBUG mode (with --enable-debug when compiled) and this tool is used for daemon measurement,it also prints out daemon statistics including loop interval, jitter, stability and offset and rate adjustments.

Options

-h show the daemon usage.
-d use daemon method if possible.
-c use client method if possible.
-i sample inteval, in seconds (default 1).
-n number of samples. (default infinite).

Examples

None.

Exit Status

tsci2measure returns a zero exit status if it quits normally. Non-zero is returned in case of start-up failure.

Author

Xun Luo (sherwoodluo@users.sourceforge.net)

See Also

tsci2d(8) , tsci2demo(1) .


Table of Contents