How to Check Uptime of a server ??.
[root@localhost ~]# uptime
12:10:47 up 1 day, 5:11, 1 user, load average: 0.00, 0.01, 0.05
Another command to see the uptime in details by using uptime -s .
[root@localhost ~]# uptime -s
2024-04-16 06:59:32
There is an another command given below which i personally use to see the uptime of a server.
[root@localhost /]# uptime -p
up 1 day, 7 hours, 4 minutes
[root@localhost /]#
No comments:
Post a Comment