Warning: The system load average is 9007139812050570

msoft

New member
Joined
Mar 11, 2021
Messages
3
Hello,
I'm getting many notifications about system load. This happen on new server with fresh installation of Directadmin.
It's look like directadmin is reading data incorectly.

Anyone know how to fix it?

Code:
This is an automated message notifying you that the 5 minute load average on your system is 9007139812050570.
This has exceeded the 10 threshold.

One Minute      - 9007199254123970
Five Minutes    - 9007139812050570
Fifteen Minutes - 9007199254740992

top - 17:40:07 up 1 min,  1 user,  load average: 9007199254123970.00, 9007139812050570.00, 9007199254740992.00
Tasks: 307 total,   1 running, 306 sleeping,   0 stopped,   0 zombie
%Cpu(s):  0.0 us,  0.8 sy,  0.0 ni, 99.2 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
MiB Mem :  31688.8 total,  28268.7 free,   1954.0 used,   1466.0 buff/cache
MiB Swap:   3024.0 total,   3024.0 free,      0.0 used.  29317.8 avail Mem

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
   4019 root      20   0   62584   4884   3976 R   6.2   0.0   0:00.01 /usr/bin/top -c -b -n 1
      1 root      20   0  243488  11984   8476 S   0.0   0.0   0:06.66 /usr/lib/systemd/systemd --switched-root --system --deserialize 16
      2 root      20   0       0      0      0 S   0.0   0.0   0:00.01 [kthreadd]
      3 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 [rcu_gp]
      4 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 [rcu_par_gp]
      5 root      20   0       0      0      0 I   0.0   0.0   0:00.00 [kworker/0:0-cgroup_pidlist_destroy]
      6 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 [kworker/0:0H-kblockd]
      7 root      20   0       0      0      0 I   0.0   0.0   0:00.06 [kworker/u16:0-events_unbound]
      8 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 [mm_percpu_wq]
      9 root      20   0       0      0      0 S   0.0   0.0   0:00.00 [ksoftirqd/0]
     10 root      20   0       0      0      0 I   0.0   0.0   0:00.11 [rcu_sched]
     11 root      rt   0       0      0      0 S   0.0   0.0   0:00.00 [migration/0]
     12 root      rt   0       0      0      0 S   0.0   0.0   0:00.00 [watchdog/0]
     13 root      20   0       0      0      0 S   0.0   0.0   0:00.02 [cpuhp/0]
     14 root      20   0       0      0      0 S   0.0   0.0   0:00.00 [cpuhp/1]
     15 root      rt   0       0      0      0 S   0.0   0.0   0:00.00 [watchdog/1]
     16 root      rt   0       0      0      0 S   0.0   0.0   0:00.00 [migration/1]
     17 root      20   0       0      0      0 S   0.0   0.0   0:00.01 [ksoftirqd/1]
     18 root      20   0       0      0      0 I   0.0   0.0   0:00.00 [kworker/1:0-cgroup_pidlist_destroy]
     19 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 [kworker/1:0H-kblockd]
     20 root      20   0       0      0      0 S   0.0   0.0   0:00.00 [cpuhp/2]
     21 root      rt   0       0      0      0 S   0.0   0.0   0:00.00 [watchdog/2]
     22 root      rt   0       0      0      0 S   0.0   0.0   0:00.00 [migration/2]
 
I think it's correct :) Check:
Code:
w

It'd show the same numbers. I guess you may be running a 3rd party kernel, for example, CloudLinux, which may have a bug with load average measurement.
 
Thank you. Yes I'm using CloudLinux kernel. I sent a message to them and temporarily disabled the load notification.
 
Hi All,

Two Questions,

How do I disable the "System Load Average" alerts?

Does anyone know if CloudLinux is fixing issues? I don't think installing a beta kernel on a production system is an option.
 
Back
Top