ADJTIMEX(1) General Commands Manual ADJTIMEX(1)

adjtimexaccess to kernel time controls and readouts

adjtimex [-q] [-o offset] [-f freq] [-p pll-time-constant]

adjtimex reads and optionally sets adjustment parameters for the Linux system clock. This program provides shell-level access to the system call adjtimex(2), which actually manipulates the timex structure. All parameters are left alone unless asked to change with the corresponding option. By default, the values of the timex structure on return from adjtimex(2) are printed, along with helpful hints about what adjtimex switches control them.

Mortal users may view all these parameters; only the superuser may change them.

quiet mode, do not print anything
offset
Time offset in microseconds.
freq
Frequency adjust, in integer kernel units (65536 units is one part-per-million). Positive values make the system clock run fast.
tick
Microseconds per tick, nominally 10000. Coarse corrections (within 100 ppm) to clock frequency are better made here than with -f.
pll-time-constant
Rate

adjtimex(2), tickadj(1), /usr/include/linux/timex.h

An independent implementation of similar functionality was written by Steven Dick and Jim Van Zandt, see http://www.ibiblio.org/pub/Linux/system/admin/time/adjtimex.lsm

Every writable member of the timex structure should be settable from this program.

Larry Doolittle <larry@doolittle.boa.org>

August 1, 2017