uptime - Tell how long the system has been running.
Display how long the system has been running, users logged and load average:
uptime
Display system uptime in human readable format:
uptime -p
Display the date and time since when system is up:
uptime -s
Display uptime command version:
uptime -V
Display uptime command help:
uptime -h