NTPSHMMON(1) | GPSD Documentation | NTPSHMMON(1) |
NAME
ntpshmmon - capture samples from gpsd or other ntpd refclock sources
SYNOPSIS
ntpshmmon [OPTIONS]
ntpshmmon -h
ntpshmmon -V
DESCRIPTION
This program monitors the shared-memory segments updated by gpsd 8 , and possibly other refclock sources, as a way of communicating with ntpd, the Network Time Protocol daemon. It reads these in exactly the way an ntpd instance does. It can be run concurrently with ntpd without interfering with ntpd's normal operation.
ntpshmmon requires root privileges to access the root only NTP0 and NTP1. Running as a normal user will only allow access to NTP2 and NTP3. cause loss of functionality.
This program runs forever, or until a termination option is matched, or until interrupted, generating sample reports to standard output. Each line consists of whitespace-separated textual fields.
Here is an example of the beginning of a report file:
ntpshmmon version 3.18 # Name Seen@ Clock Real L Pre sample NTP2 1424926256.443030206 1424926256.115869233 1424926256.000000000 0 -1 sample NTP3 1424926256.443060517 1424926255.995430821 1424926256.000000000 0 -20 sample NTP3 1424926256.995747347 1424926256.995422728 1424926257.000000000 0 -20 sample NTP2 1424926257.112433572 1424926257.111936726 1424926257.000000000 0 -1 sample NTP3 1424926257.996221153 1424926257.995410232 1424926258.000000000 0 -20 sample NTP2 1424926258.107769409 1424926258.107451006 1424926258.000000000 0 -1 sample NTP3 1424926258.995647636 1424926258.995406476 1424926259.000000000 0 -20
The output always begins with a header line expressing the version of the output format; the version line begins with "ntpshmmon version" and is followed by a numeric version field.
The remainder of the file is either comments or sample lines. A comment line begins with a # and should be ignored by programs that interpret this format.
The fields of a sample line are as follows:
In these fields, "clock time" is the high-precision system clock time measured by the source and "receiver time" is from the receiver. Both times are in UTC. It is normal for the seconds part of receiver time to coincide with the seconds part of collection time and for the nanoseconds part of receiver time to be zero.
If the -o option is used, the "Seen@" column is replaced with the "Offset" column. The "Offset" is the difference between "Clock" and "Real" times.
OPTIONS
-?, -h, --help
-n COUNT, --count COUNT
-o, --offset
-s, --rmshm
-t SECONDS, --seconds SECONDS
-v, --verbose
-V, --version
RETURN VALUES
0
1
SEE ALSO
RESOURCES
Project web site: https://gpsd.io/
COPYING
This file is Copyright 2013 by the GPSD project
SPDX-License-Identifier: BSD-2-clause
AUTHOR
Eric S. Raymond
2023-01-10 | GPSD, Version 3.25 |