LinuxCommandLibrary

tuptime

Historical and statistical system uptime/downtime reporter

TLDR

Show uptime/downtime summary
$ tuptime
copy
List all startup/shutdown events
$ tuptime -l
copy
Output in CSV format
$ tuptime --csv
copy

SYNOPSIS

tuptime [options]

DESCRIPTION

tuptime reports historical and statistical real time of the system, keeping data between restarts. It tracks all startups and shutdowns in a SQLite database, calculates uptime and downtime percentages, records used kernels, and identifies the largest, shortest, and average up/downtime periods.

HISTORY

tuptime was created by Ricardo Fraile (rfmoz) and is written in Python.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard