Skip to content

Instantly share code, notes, and snippets.

@kometchtech
Created May 31, 2014 12:34
Show Gist options
  • Save kometchtech/91c34d9df3f894e1b694 to your computer and use it in GitHub Desktop.
Save kometchtech/91c34d9df3f894e1b694 to your computer and use it in GitHub Desktop.
UserParameter=ntp.delay,/usr/bin/ntpq -p | grep \* | awk '{ print $8}'
UserParameter=ntp.offset,/usr/bin/ntpq -p | grep \* | awk '{ print $9}'
UserParameter=ntp.jitter,/usr/bin/ntpq -p | grep \* | awk '{ print $10}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment