Annotation of embedaddon/ntp/scripts/README, revision 1.1

1.1     ! misho       1: README file for directory ./scripts of the NTP Version 4 distribution
        !             2: 
        !             3: This directory contains shell and perl script files for the configuration,
        !             4: monitoring and support of NTP installations. See the README and RELNOTES
        !             5: files in the parent directory for directions on how to use these files.
        !             6: 
        !             7: calc_tickadj   Calculates "optimal" value for tick given ntp.drift file
        !             8: 
        !             9: freq_adj       Calculates and optionally sets the clock frequency
        !            10:                based on ntp.drift .  For FreeBSD systems.
        !            11: 
        !            12: mkver.in       script to create new version numbers for all sources
        !            13: 
        !            14: monitoring      directory containing perl scripts useful for monitoring
        !            15:                 operations
        !            16: 
        !            17: rc1            start/stop scripts for NTP
        !            18: 
        !            19: rc2            start/stop script for NTP
        !            20: 
        !            21: ntp-close      find public stratum 2 servers that don't respond
        !            22: 
        !            23: ntp-groper     script useful for reaching out and rattling the cages of
        !            24:                NTP peers to see if animals are inside the bars
        !            25: 
        !            26: ntp-restart    script useful for killing and restarting the NTP daemon
        !            27: 
        !            28: ntp-wait       Blocks until ntpd is in state 4 (synchronized).
        !            29:                Hopefully useful at boot time, to delay the boot sequence
        !            30:                until after "ntpd -g" has set the time.
        !            31: 
        !            32: ntpsweep       prints per host given in <file> the NTP stratum level, the
        !            33:                clock offset in seconds, the daemon version, the operating
        !            34:                system and the processor.
        !            35: 
        !            36: ntpver         What version of the NTP daemon is running?
        !            37: 
        !            38: stats          directory containing awk and shell scripts useful for
        !            39:                maintaining statistics summaries of clockstats, loopstats
        !            40:                and peerstats files
        !            41: 
        !            42: support         directory containing shell and perl scripts useful for
        !            43:                 configuration and monitoring of NTP subnets

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>