Help for this page

Select Code to Download


  1. or download this
    $ systemctl status chronyd
    ● chronyd.service - NTP client/server
       Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled; v
    +endor preset: enabled)
    ...
    
    $ systemctl status ntpd
    Unit ntpd.service could not be found.
    
  2. or download this
    use strict;
    use warnings;
    use Time::HiRes qw/time sleep/;
    ...
        }
        return @time_test;
    }