Linux中国

Linux Uptime 命令,让你知道你的系统运行了多久

对于一些人来说系统运行了多久是无关紧要的,但是对于服务器管理员来说,这是相当重要的信息。服务器在运行重要应用的时候,必须尽量保证长时间的稳定运行,有时候甚至要求零宕机。那么我们怎么才能知道服务器运行了多久呢?

Linux 下,我们可以使用uptime 命令,而且此命令不必使用root 权限。uptime 命令在系统中已经默认安装了。

语法如下:

$ uptime

你会在屏幕上看到如下显示:

这些信息保存在/proc/uptime 文件中,虽然是以文本方式保存,但是这些数据却不能直接显示,这就需要我们使用uptime 命令来翻译它。

以下是如何解读uptime 提供的信息:

系统时间

在图1中,左起第一条信息是14:04:39,这就是当前系统时间,以24小时格式输出。

系统运行时间

第二条信息Up 1004 days, 12:20,这是显示你的系统运行时间。图1 显示你的系统已经运行了1004天12小时20分钟,如果你的系统没有运行超过24小时,这里将只会显示小时分钟或者只显示分钟。注意图2、图3的信息,当系统重启后将会清零。

已登录用户的数量

第三部分的信息是显示已登陆用户的数量。在图1中,显示的是1 user ,即当前登录用户数量。当多个用户在同时登陆系统时,uptime 命令将告诉你用户的数量。

平均负载量

最后一个信息是系统的平均负载量。回到图1,你看到这样带两位小数的数字0.25, 0.25, 0.19可以换算成百分比,即0.25和0.19分别代表着25%和19%。0.25, 0.25, 0.19分别代表着过去1分钟、5分钟、15分钟系统的平均负载量。负载量越低意味着你的系统性能越好。

这就是uptime 命令的日常使用指导,如果想获取更详细的信息,请通过输入man uptime 进入uptime 命令的manual 页面来查看。

你的机器已经运行多久了?贴出你的uptime给大家看看吧。

via: http://linoxide.com/linux-command/linux-uptime-command/

译者:NearTan 校对:Caroline

本文由 LCTT 原创翻译,Linux中国 荣誉推出


本文转载来自 Linux 中国: https://github.com/Linux-CN/archive

对这篇文章感觉如何?

太棒了
0
不错
0
爱死了
0
不太好
0
感觉很糟
0
雨落清风。心向阳

    You may also like

    5 Comments

    1. nordvpn Cashback
      350fairfax
      It’s awesome in favor of me to have a web site, which
      is valuable in favor of my knowledge. thanks admin

    2. Hi! I realize this is kind of off-topic but I needed to ask.
      Does building a well-established website like yours
      require a massive amount work? I’m brand new to running a blog
      but I do write in my journal on a daily basis.
      I’d like to start a blog so I will be able to share my own experience and feelings
      online. Please let me know if you have any ideas or tips
      for new aspiring bloggers. Appreciate it!

      Feel free to surf to my blog: nordvpn coupons inspiresensation (http://s.bea.sh/nordvpn-coupons-inspiresensation–32478)

    3. Excellent website you have here but I was curious if you knew of
      any forums that cover the same topics talked about in this article?
      I’d really like to be a part of group where I can get feedback from other experienced individuals that share the same interest.

      If you have any suggestions, please let me know.
      Many thanks!

      my blog :: nordvpn coupons inspiresensation

    4. Helpful information. Fortunate me I discovered your website
      by chance, and I am shocked why this twist of fate did not came about
      in advance! I bookmarked it.

      Check out my page :: Nordvpn Coupons Inspiresensation

    5. This is very interesting, You are a very skilled blogger.

      I have joined your feed and look forward to seeking more
      of your excellent post. Also, I have shared your website in my social networks!

      My page; nordvpn coupons inspiresensation

    Leave a reply

    您的邮箱地址不会被公开。 必填项已用 * 标注

    这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理

    More in:Linux中国