uptimed is a daemon that records system uptime history and
keeps track of the longest runs between reboots. It provides
statistics beyond what the basic uptime command offers.
# Debian/Ubuntu sudo apt install uptimed # RHEL/CentOS (may require EPEL) sudo dnf install uptimed # Arch sudo pacman -S uptimed
uprecords
Displays top uptime streaks.
uprecords -a
Lists all recorded uptime sessions.
sudo systemctl enable --now uptimed
Enable daemon at boot and start immediately.
systemctl status uptimed
Verify daemon is running.
uprecords -l
Displays load averages during uptime sessions.
uprecords
See where current session ranks.
cat /var/lib/uptimed/records
Inspect stored uptime data directly.
sudo systemctl restart uptimed
Restart service after configuration changes.
uptime uprecords
Basic uptime vs historical tracking.
journalctl -u uptimed
Review daemon logs.