uptime

v0.0.26
uptime [OPTION]...

Display the current time, the length of time the system has been up, the number of users on the system, and the average number of jobs in the run queue over the last 1, 5 and 15 minutes.

Options

--since, -s

system up since

Examples

Print current time, uptime, number of logged-in users and other information:

uptime

Show only the amount of time the system has been booted for:

uptime --pretty

Print the date and time the system booted up at:

uptime --since

Display version:

uptime --version

The examples are provided by the tldr-pages project under the CC BY 4.0 License.

Please note that, as uutils is a work in progress, some examples might fail.