rkik

RKIK Documentation

RKIK (Rusty Klock Inspection Kit) is a Rust CLI and library to probe NTP servers, compare their offsets, and export results in text or JSON. Version 1.0.0 ships a clean library API, continuous modes, a compact JSON format, and host[:port] targets (including [IPv6]:port).

Highlights in 1.0.0

Install RKIK

Quick start

rkik --server time.google.com --json
rkik --compare time.cloudflare.com,time.google.com --format json
rkik 0.fr.pool.ntp.org --format json-short
rkik -6 --server 2.pool.ntp.org -j
rkik --server time.cloudflare.com --count 2 --interval 1 --short

Contents