And the Time Is …
Charly's Column – ntpviz
The Network Time Protocol allows admins to keep time on their computers. Due to the way the system works, this timekeeping is only moderately successful. Charly uses the ntpviz statistics tool to visualize time fluctuation.
I recently browsed the NTPsec repository [1], a heavily reworked fork of the well-known Network Time Protocol daemon, ntpd
. The newcomer is looking to ditch legacy ballast and finally provide protection against Man-in-the-Middle attacks. NTPsec is not the topic today, but I would like to talk about a small tool that I found while browsing: ntpviz
. Among other things, the program visualizes the extent to which the time queried by the NTP server deviates from the local time (offset) and how strongly it fluctuates (jitter).
To get started, I cloned the Github repository and started the installation:
cd /usr/local git clone --depth 1 https://gitlab.com/NTPsec/ntpsec.git cd ntpsec ./buildprep ./waf configure --refclock=all && ./waf build && ./waf install
Then I created the directory where the statistics data will be stored:
mkdir /var/log/ntpstats
What's missing is /etc/ntp.conf
from Listing 1. Now I can start the NTP daemon. With the parameter -N
it runs with increased priority – this improves the accuracy:
ntpd -c /etc/ntp.conf -N
Listing 1
/etc/ntp.conf
Now, I have a day off – after all, ntpd
has to collect enough statistics. Typing
ntpviz @day/optionfile
was supposed to start the visualization, but it blew up in my face the first time I tried it. It turns out that Gnuplot has to be installed – a fact that slipped by me when checking the dependencies. After installing Gnuplot everything runs like clockwork: The www/day
subdirectory contains an HTML file with various graphs (Figure 1).
Infos
- NTPsec: https://gitlab.com/NTPsec/
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
![Learn More](https://www.linux-magazine.com/var/linux_magazin/storage/images/media/linux-magazine-eng-us/images/misc/learn-more/834592-1-eng-US/Learn-More_medium.png)
News
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.