How do i check which time sources my chronyd is currently accessing?



  • Man page for chronyc.

    Time sources
           sources [-v]
    	   This command displays information about the current time sources
    	   that chronyd is accessing.
    
    	   The optional argument -v can be specified, meaning verbose. In this
    	   case, extra caption lines are shown as a reminder of the meanings
    	   of the columns.
    
    $ chronyc sources
    210 Number of sources = 4
    MS Name/IP address         Stratum Poll Reach LastRx Last sample               
    ===============================================================================
    ^- 192.138.210.214               2   9   377    25    +15ms[  +15ms] +/-  102ms
    ^- horp-bsd01.horp.io            2   9   377    98    +18ms[  +18ms] +/-  133ms
    ^* 188-39-213-7.static.enta>     1   8   377   290   +401us[ +468us] +/-   34ms
    ^- time.no-such-agency.net       2   7   377    93    +20ms[  +20ms] +/-  108ms
    

    With verbose option.

    $ chronyc sources -v
    210 Number of sources = 4
    
      .-- Source mode  '^' = server, '=' = peer, '#' = local clock.
     / .- Source state '*' = current synced, '+' = combined , '-' = not combined,
    | /   '?' = unreachable, 'x' = time may be in error, '~' = time too variable.
    ||                                                 .- xxxx [ yyyy ] +/- zzzz
    ||      Reachability register (octal) -.           |  xxxx = adjusted offset,
    ||      Log2(Polling interval) --.      |          |  yyyy = measured offset,
    ||                                \     |          |  zzzz = estimated error.
    ||                                 |    |           \
    MS Name/IP address         Stratum Poll Reach LastRx Last sample               
    ===============================================================================
    ^- 192.138.210.214               2   9   377    76    +15ms[  +15ms] +/-  102ms
    ^- horp-bsd01.horp.io            2   9   377   148    +18ms[  +18ms] +/-  133ms
    ^* 188-39-213-7.static.enta>     1   8   377   340   +401us[ +468us] +/-   34ms
    ^- time.no-such-agency.net       2   7   377    13    +20ms[  +20ms] +/-  108ms
    

Log in to reply
 

© Lightnetics 2024