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.
News
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
-
VirtualBox 7.1.4 Includes Initial Support for Linux kernel 6.12
The latest version of VirtualBox has arrived and it not only adds initial support for kernel 6.12 but another feature that will make using the virtual machine tool much easier.
-
New Slimbook EVO with Raw AMD Ryzen Power
If you're looking for serious power in a 14" ultrabook that is powered by Linux, Slimbook has just the thing for you.
-
The Gnome Foundation Struggling to Stay Afloat
The foundation behind the Gnome desktop environment is having to go through some serious belt-tightening due to continued financial problems.
-
Thousands of Linux Servers Infected with Stealth Malware Since 2021
Perfctl is capable of remaining undetected, which makes it dangerous and hard to mitigate.