Go to main content

man pages section 8: System Administration Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

ntptime (8)

Name

ntptime - Display Kernel Time Variables.

Synopsis

/usr/sbin/ntptime [-chr] [-e est_error] [-f frequency]
[-m max_error] [-o offset] [-s status] [-t time_constant]

Description

System Administration Commands                                      ntptime(8)



NAME
       ntptime - Display Kernel Time Variables.

SYNOPSIS
       /usr/sbin/ntptime [-chr] [-e est_error] [-f frequency]
        [-m max_error] [-o offset] [-s status] [-t time_constant]

DESCRIPTION
       This program is used to display or set the kernel variables used by NTP
       as        described        in        the        documentation        at
       file:///usr/share/doc/ntp/kern.html entitled "A Kernel Model for Preci-
       sion Timekeeping". A similar display can be  obtained  using  the  ntpq
       program  and kerninfo command. The actual meaning of these variables is
       rather difficult to understand, but the ntptime  program  is  primarily
       useful to determine if the variables are set at all or to clear them if
       they are.

OPTIONS
       -c     Display the time taken to call ntp_gettime (us)

       -e esterror
              Set the estimated error, in microseconds.

       -f frequency
              Set the frequency error (-500 .. 500), in parts per million.

       -h     Display help information.

       -m maxerror
              Set the maximum possible error, in microseconds.

       -o offset
              Set the offset in microseconds.

       -r     Print the unix and NTP time raw

       -s status
              Set the status bits. Do not use this unless you  know  what  you
              are doing.

       -t timeconstant
              Set the log2 of PLL time constant, an integer in the range 0-10.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+---------------------+
       |ATTRIBUTE TYPE |  ATTRIBUTE VALUE    |
       +---------------+---------------------+
       |Availability   | service/network/ntp |
       +---------------+---------------------+
       |Stability      | Volatile            |
       +---------------+---------------------+

NOTES
       The  documentation  available  at  /usr/share/doc/ntp is provided as is
       from the NTP distribution and  may  contain  information  that  is  not
       applicable to the software as provided in this partIcular distribution.

       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source          was         downloaded         from          http://ar-
       chive.ntp.org/ntp4/ntp-4.2/ntp-4.2.8p15.tar.gz.

       Further information about this software can be found on the open source
       community website at http://www.ntp.org/.

SEE ALSO
       ntpd(8), attributes(7)




                                                                    ntptime(8)