zoukankan      html  css  js  c++  java
  • NTP测试1

    ntp server

    A : 10.101.75.8
    B : 10.101.75.38
    

    B:

    [root@r10n16313.sqa.zmf /home/ahao.mah]
    #cat /etc/ntp.conf
    driftfile /var/lib/ntp/drift
    pidfile /var/run/ntpd.pid
    #logfile /var/log/ntp.log
    
    # Access Control Support
    restrict    default ignore
    restrict -6 default ignore
    restrict    127.0.0.1
    
    restrict 192.168.0.0 mask 255.255.0.0
    restrict 172.16.0.0 mask 255.240.0.0
    restrict 10.0.0.0 mask 255.0.0.0
    restrict 11.0.0.0 mask 255.0.0.0
    restrict 30.0.0.0 mask 255.0.0.0
    restrict 100.64.0.0 mask 255.192.0.0
    
    restrict 110.75.186.247
    restrict 120.25.108.11
    restrict 182.92.12.11
    restrict 115.28.122.198
    restrict 110.75.190.198
    restrict 120.25.115.19
    restrict 120.25.115.20
    
    # local clock
    server 127.127.1.0
    fudge 127.127.1.0 stratum 10
    
    peer 10.101.75.8  iburst minpoll 3 maxpoll 3
    
    [root@r10n16313.sqa.zmf /home/ahao.mah]
    #ntpq -np
         remote           refid      st t when poll reach   delay   offset  jitter
    ==============================================================================
    *127.127.1.0     .LOCL.          10 l   38   64   17    0.000    0.000   0.000
     10.101.75.8     LOCAL(0)        11 u    5    8  377    0.060   -0.143   0.002
    
    [root@r10n16313.sqa.zmf /home/ahao.mah]
    #ntpq -np
         remote           refid      st t when poll reach   delay   offset  jitter
    ==============================================================================
    *127.127.1.0     .LOCL.          10 l   13   64   37    0.000    0.000   0.000
    +10.101.75.8     LOCAL(0)        11 u    4    8  377    0.060   -0.143   0.005
    

    A

    
         remote           refid	 st t when poll reach   delay   offset  jitter
    ==============================================================================
    *127.127.1.0     .LOCL.          10 l   57   64   37    0.000    0.000   0.000
    +10.101.75.38    LOCAL(0)        11 u    8    8  377    0.060    0.127   0.019
    

    ntp client

    10.101.75.32
    

    ntp server

    10.101.75.128	
    10.101.75.125	
    10.101.75.190	
    

    client

    10.101.75.114	
    

    image

  • 相关阅读:
    复制延迟排查
    [学习笔记]贪心
    主从复制延时判断以及脚本
    [学习笔记]尺取法
    RESET MASTER 和RESET SLAVE 命令的使用方法 注意事项
    女神(goddess)——组合数学
    主从同步设置的重要参数log_slave_updates
    埃及分数&&The Rotation Game&&骑士精神——IDA*
    多源复制开关复制命令和监控
    万圣节后的早晨&&九数码游戏——双向广搜
  • 原文地址:https://www.cnblogs.com/muahao/p/6409043.html
Copyright © 2011-2022 走看看