unix – uptime命令结果意味着什么

如果我通过 shell在我的服务器上调用正常运行时间,我得到这样的字符串:
# uptime
22.23.23 up 5 days,51 min,3 users,load average 34.32 16.08 5.07

这部分意味着平均负载平均值34.32 16.08 5.07 –
为什么三位数?它意味着三个核心还是什么?

它们是过去1分钟,5分钟和15分钟的平均负载,它们与您的核心无关.

从手册页:

uptime gives a one line display of the following information.  The
current time,how long the system has been running,how many users
are currently logged on,and the system load averages for the past
1,5,and 15 minutes.

有关更多信息,请参阅man uptime.

相关文章

用的openwrt路由器,家里宽带申请了动态公网ip,为了方便把2...
#!/bin/bashcommand1&command2&wait从Shell脚本并行...
1.先查出MAMP下面集成的PHP版本cd/Applications/MAMP/bin/ph...
1、先输入locale-a,查看一下现在已安装的语言2、若不存在如...
BashPerlTclsyntaxdiff1.进制数表示Languagebinaryoctalhexa...
正常安装了k8s后,使用kubect工具后接的命令不能直接tab补全...