在共享的 Web 服务器上,我在 /proc/loadavg 中发现了奇怪的读数:
# cat /proc/loadavg
2145237816.60 2145245358.02 2145270263.79 10/1409 410568
负载实际上很正常,服务器响应非常快。这是一台 8 核 16GB 的服务器。
# uname -a
Linux XXXX 2.6.18-338.19.1.el5.lve0.8.36 #1 SMP Wed Jul 27 13:20:06 EEST 2011 x86_64 x86_64 x86_64 GNU/Linux
# vmstat
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
5 0 383520 533624 837152 10716692 0 1 280 240 0 0 24 14 55 7 0
部分顶部输出如下:
top - 12:10:22 up 83 days, 12:32, 2 users, load average: 2145210247.30, 2145219511.25, 2145245934.60
Tasks: 1257 total, 2 running, 1249 sleeping, 3 stopped, 3 zombie
Cpu(s): 16.1%us, 7.1%sy, 0.0%ni, 76.5%id, 0.2%wa, 0.0%hi, 0.2%si, 0.0%st
Mem: 16403852k total, 15910568k used, 493284k free, 853720k buffers
Swap: 33543712k total, 383520k used, 33160192k free, 10780112k cached
答案1
这是已知的 CloudLinux 内核错误。更新内核并重启后,一切恢复正常。