Uptime command
Function description
The uptime command is used to output system task queue information. Use the following:
Uptime output The current system time, the system boot to the current running time, the current number of users online and system average load and so on.
example
Displays the user who is currently logged on to the system
[Email protected] ~]# uptime 16:25:33 up 1 day, 2 users, load average:0.00, 0.01, 0.05 |
The above output indicates that the current time is 16:25, the system has been running 1 days zero 4.5 hours, 2 users online, the system in 1 minutes, 5 minutes, 15 minutes ago to the current average load of 0.00, 0.01, 0.05.
Learn from:
Karst "Progressive Linux"
This article is from the "Zhao Dongwei blog" blog, make sure to keep this source http://zhaodongwei.blog.51cto.com/4233742/1873948
Linux commands: Uptime command