Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 616 Bytes

File metadata and controls

28 lines (18 loc) · 616 Bytes
description This pages shows examples of using the uptime command.

uptime command examples

Basic uptime usage

Just type uptime in the command line:

$ uptime
11:18:23  up 83 days, 18:29,  4 users,  load average: 0.16, 0.03, 0.01

Human readable format for uptime

If you want to be told how many weeks, days and hours your system has been up, instead of just getting the number of days confired, use the -p option (-p for pretty):

$ uptime -p
up 1 week, 4 days, 23 hours, 1 minute

See Also