Announcement

Collapse
No announcement yet.

Strange values in /proc/loadavg

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Strange values in /proc/loadavg

    load

  • #2
    On a shared web server I have a strange readings in /proc/loadavg.

    Code:
    # cat /proc/loadavg
    
    2145237816.60 2145245358.02 2145270263.79 10/1409 410568
    The load is in fact normal and server is very responsive. The server is a HP ProLiant DL380G5, 2xXeon @2.33 with 16GB.

    Code:
    # uname -a
    
    Linux XXXXXX 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 1 2
    
    procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
    
    r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
    
    18  0 382688 725028 1301876 8898512    0    1   276   239    0    0 24 14 55  7  0
    
    19  0 382688 765556 1301920 8898856    0    0   136   228 1735 6303 39 26 34  1  0
    Part of top output is bellow:

    Code:
    top - 15:55:59 up 84 days, 16:17,  2 users,  load average: 2141266729.16, 2141273153.85, 2141290810.26
    
    Tasks: 1303 total,  15 running, 1280 sleeping,   7 stopped,   1 zombie
    
    Cpu(s): 31.3%us, 13.4%sy,  0.0%ni, 53.2%id,  0.7%wa,  0.0%hi,  1.4%si,  0.0%st
    
    Mem:  16403852k total, 15589328k used,   814524k free,  1302848k buffers
    
    Swap: 33543712k total,   382688k used, 33161024k free,  8922360k cached
    The server seems to work ok, but I am worried this may be a symptom for something worse.
    No to mention is breaking all monitoring tools.

    Any suggestions would be greatly appreciated.

    Comment


    • #3
      This bug had been fixed in either lve0.8.44 or lve0.8.54 kernel (not 100% sure which one). Please, update your kernel and reboot.

      Comment

      Working...
      X