Linux Server Uptime

How to check the Linux Server Uptime?

There are different ways to check the uptime of the Linux server like using the “top”  OR the “uptime” OR the “w” command. Following are some of them:

root@host [~]# top c
top – 15:50:20 up 2 days, 11:32,  1 user,  load average: 0.00, 0.00, 0.00

root@host [~]# uptime
15:51:01 up 2 days, 11:33,  1 user,  load average: 0.00, 0.00, 0.00

root@host [~]# w
15:51:07 up 2 days, 11:33,  1 user,  load average: 0.00, 0.00, 0.00

This entry was posted on Wednesday, November 4th, 2009 and is filed under Linux Administration. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Comments are closed.