uptime
- used to displayed the login history of the users
Synopsis
uptime
uptime -V
Note
uptime -V is used to displayed version of uptime
Example
# uptime 12:12:26 up 1:20, 4 users, load average: 1.09, 1.09, 0.70 |
The information of each column is as below:-
12:12:26 | up 1:20 | 4 users | 1.09 | 1.09 | 0.70 |
current time | system uptime time. Our example is 1 hr 20mins | total number of users that are currently logon | system's load with 1min | system's load last 5 min | system's load last 15 min |