G
G
German Zvonchuk2014-03-27 22:03:02
linux
German Zvonchuk, 2014-03-27 22:03:02

Why, with an unloaded 4-core processor, HTOP shows 6.32 6.45. 6.41?

Good day, I have at my disposal one HP server with "Intel Xeon E5-2407", it is a 4-core processor, each core is 2.20GHz.
So, I have a problem with HTOP and TOP, for some reason they show not real "Load Average: 6.32 6.45. 6.41". All three load average values ​​are over 6, even right after a server reboot... my intuition tells me that somewhere in CentOS I need to configure how many cores to display the correct load average values.
In connection with this problem, every day WHM (cpanel) sends terrible letters to me about the fact that the server is overloaded.

top - 22:46:50 up  3:06,  1 user,  load average: 6.32, 6.35, 6.36
Tasks: 208 total,   1 running, 207 sleeping,   0 stopped,   0 zombie
Cpu(s):  4.8%us,  0.3%sy,  0.0%ni, 94.8%id,  0.0%wa,  0.0%hi,  0.1%si,  0.0%st
Mem:   7888104k total,  5128904k used,  2759200k free,   157712k buffers
Swap:  8028152k total,        0k used,  8028152k free,  4065768k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 5619 nobody    20   0  631m 108m  88m S 19.6  1.4   1:33.20 httpd
   19 root      20   0     0    0    0 S  0.3  0.0   0:15.51 events/0
  369 root      20   0     0    0    0 S  0.3  0.0   3:40.56 BKGND
 2463 mysql     20   0 1473m 206m 6456 S  0.3  2.7   2:44.13 mysqld
 5633 nobody    20   0  707m 121m  93m S  0.3  1.6   1:24.34 httpd
 7733 root      20   0 15172 1408 1000 R  0.3  0.0   0:00.01 top
    1 root      20   0 19232 1504 1228 S  0.0  0.0   0:00.92 init
    2 root      20   0     0    0    0 S  0.0  0.0   0:00.00 kthreadd
    3 root      RT   0     0    0    0 S  0.0  0.0   0:00.73 migration/0
    4 root      20   0     0    0    0 S  0.0  0.0   0:01.39 ksoftirqd/0
    5 root      RT   0     0    0    0 S  0.0  0.0   0:00.00 migration/0

I watched for half an hour, the cores are loaded up to a maximum of 30%.
I would be very grateful if you can tell me how to set up HTOP so that it shows the correct values.

Answer the question

In order to leave comments, you need to log in

8 answer(s)
E
Eugene, 2014-03-27
@Nc_Soft

Are you sure it's not Apache?

E
Eugene, 2014-03-27
@Nc_Soft

Also install atop
It will show cpu, memory and disk problems if any.

J
jcmvbkbc, 2014-03-27
@jcmvbkbc

And show the output
of ps axf -F

N
Nazar Mokrinsky, 2014-03-27
@nazarpc

You have Hyper Threading enabled, as I understand it - it means a maximum of 8 can be.
What user are you looking under? Maybe some processes are just not visible to you?

G
German Zvonchuk, 2014-03-27
@inside22

@jcmvbkbc please

[email protected] [/var/cpanel/users]# ps axf -F
UID        PID  PPID  C    SZ   RSS PSR STIME TTY      STAT   TIME CMD
root         2     0  0     0     0   3 Mar27 ?        S      0:00 [kthreadd]
root         3     2  0     0     0   0 Mar27 ?        S      0:01  \_ [migration/0]
root         4     2  0     0     0   0 Mar27 ?        S      0:02  \_ [ksoftirqd/0]
root         5     2  0     0     0   0 Mar27 ?        S      0:00  \_ [migration/0]
root         6     2  0     0     0   0 Mar27 ?        S      0:03  \_ [watchdog/0]
root         7     2  0     0     0   1 Mar27 ?        S      0:15  \_ [migration/1]
root         8     2  0     0     0   1 Mar27 ?        S      0:00  \_ [migration/1]
root         9     2  0     0     0   1 Mar27 ?        S      0:01  \_ [ksoftirqd/1]
root        10     2  0     0     0   1 Mar27 ?        S      0:00  \_ [watchdog/1]
root        11     2  0     0     0   2 Mar27 ?        S      0:05  \_ [migration/2]
root        12     2  0     0     0   2 Mar27 ?        S      0:00  \_ [migration/2]
root        13     2  0     0     0   2 Mar27 ?        S      0:02  \_ [ksoftirqd/2]
root        14     2  0     0     0   2 Mar27 ?        S      0:00  \_ [watchdog/2]
root        15     2  0     0     0   3 Mar27 ?        S      0:04  \_ [migration/3]
root        16     2  0     0     0   3 Mar27 ?        S      0:00  \_ [migration/3]
root        17     2  0     0     0   3 Mar27 ?        S      0:01  \_ [ksoftirqd/3]
root        18     2  0     0     0   3 Mar27 ?        S      0:00  \_ [watchdog/3]
root        19     2  0     0     0   0 Mar27 ?        S      0:24  \_ [events/0]
root        20     2  0     0     0   1 Mar27 ?        S      0:02  \_ [events/1]
root        21     2  0     0     0   2 Mar27 ?        S      0:01  \_ [events/2]
root        22     2  0     0     0   3 Mar27 ?        S      0:01  \_ [events/3]
root        23     2  0     0     0   2 Mar27 ?        S      0:00  \_ [cgroup]
root        24     2  0     0     0   3 Mar27 ?        S      0:00  \_ [khelper]
root        25     2  0     0     0   2 Mar27 ?        S      0:00  \_ [netns]
root        26     2  0     0     0   3 Mar27 ?        S      0:00  \_ [async/mgr]
root        27     2  0     0     0   2 Mar27 ?        S      0:00  \_ [pm]
root        28     2  0     0     0   0 Mar27 ?        S      0:03  \_ [sync_supers]
root        29     2  0     0     0   1 Mar27 ?        S      0:01  \_ [bdi-default]
root        30     2  0     0     0   0 Mar27 ?        S      0:00  \_ [kintegrityd/0]
root        31     2  0     0     0   1 Mar27 ?        S      0:00  \_ [kintegrityd/1]
root        32     2  0     0     0   2 Mar27 ?        S      0:00  \_ [kintegrityd/2]
root        33     2  0     0     0   3 Mar27 ?        S      0:00  \_ [kintegrityd/3]
root        34     2  0     0     0   0 Mar27 ?        S      0:02  \_ [kblockd/0]
root        35     2  0     0     0   1 Mar27 ?        S      0:00  \_ [kblockd/1]
root        36     2  0     0     0   2 Mar27 ?        S      0:00  \_ [kblockd/2]
root        37     2  0     0     0   3 Mar27 ?        S      0:00  \_ [kblockd/3]
root        38     2  0     0     0   0 Mar27 ?        S      0:00  \_ [kacpid]
root        39     2  0     0     0   0 Mar27 ?        S      0:00  \_ [kacpi_notify]
root        40     2  0     0     0   0 Mar27 ?        S      0:00  \_ [kacpi_hotplug]
root        41     2  0     0     0   0 Mar27 ?        S      0:00  \_ [ata/0]
root        42     2  0     0     0   1 Mar27 ?        S      0:00  \_ [ata/1]
root        43     2  0     0     0   2 Mar27 ?        S      0:00  \_ [ata/2]
root        44     2  0     0     0   3 Mar27 ?        S      0:00  \_ [ata/3]
root        45     2  0     0     0   2 Mar27 ?        S      0:00  \_ [ata_aux]
root        46     2  0     0     0   0 Mar27 ?        S      0:00  \_ [ksuspend_usbd]
root        47     2  0     0     0   1 Mar27 ?        S      0:00  \_ [khubd]
root        48     2  0     0     0   1 Mar27 ?        S      0:00  \_ [kseriod]
root        49     2  0     0     0   0 Mar27 ?        S      0:00  \_ [md/0]
root        50     2  0     0     0   1 Mar27 ?        S      0:00  \_ [md/1]
root        51     2  0     0     0   2 Mar27 ?        S      0:00  \_ [md/2]
root        52     2  0     0     0   3 Mar27 ?        S      0:00  \_ [md/3]
root        53     2  0     0     0   0 Mar27 ?        S      0:00  \_ [md_misc/0]
root        54     2  0     0     0   1 Mar27 ?        S      0:00  \_ [md_misc/1]
root        55     2  0     0     0   2 Mar27 ?        S      0:00  \_ [md_misc/2]
root        56     2  0     0     0   3 Mar27 ?        S      0:00  \_ [md_misc/3]
root        57     2  0     0     0   2 Mar27 ?        S      0:00  \_ [khungtaskd]
root        58     2  0     0     0   2 Mar27 ?        S      0:00  \_ [kswapd0]
root        59     2  0     0     0   2 Mar27 ?        SN     0:00  \_ [ksmd]
root        60     2  0     0     0   2 Mar27 ?        SN     0:01  \_ [khugepaged]
root        61     2  0     0     0   0 Mar27 ?        S      0:00  \_ [aio/0]
root        62     2  0     0     0   1 Mar27 ?        S      0:00  \_ [aio/1]
root        63     2  0     0     0   2 Mar27 ?        S      0:00  \_ [aio/2]
root        64     2  0     0     0   3 Mar27 ?        S      0:00  \_ [aio/3]
root        65     2  0     0     0   0 Mar27 ?        S      0:00  \_ [crypto/0]
root        66     2  0     0     0   1 Mar27 ?        S      0:00  \_ [crypto/1]
root        67     2  0     0     0   2 Mar27 ?        S      0:00  \_ [crypto/2]
root        68     2  0     0     0   3 Mar27 ?        S      0:00  \_ [crypto/3]
root        73     2  0     0     0   0 Mar27 ?        S      0:00  \_ [kthrotld/0]
root        74     2  0     0     0   1 Mar27 ?        S      0:00  \_ [kthrotld/1]
root        75     2  0     0     0   2 Mar27 ?        S      0:00  \_ [kthrotld/2]
root        76     2  0     0     0   3 Mar27 ?        S      0:00  \_ [kthrotld/3]
root        87     2  0     0     0   0 Mar27 ?        SN     1:00  \_ [kipmi0]
root        92     2  0     0     0   2 Mar27 ?        S      0:00  \_ [kpsmoused]
root        93     2  0     0     0   2 Mar27 ?        S      0:00  \_ [usbhid_resumer]
root       124     2  0     0     0   2 Mar27 ?        S      0:00  \_ [iscsi_eh]
root       127     2  0     0     0   2 Mar27 ?        S      0:00  \_ [cxgb4]
root       129     2  0     0     0   2 Mar27 ?        S      0:00  \_ [cnic_wq]
root       130     2  0     0     0   0 Mar27 ?        S<     0:00  \_ [bnx2i_thread/0]
root       131     2  0     0     0   1 Mar27 ?        S<     0:00  \_ [bnx2i_thread/1]
root       132     2  0     0     0   2 Mar27 ?        S<     0:00  \_ [bnx2i_thread/2]
root       133     2  0     0     0   3 Mar27 ?        S<     0:00  \_ [bnx2i_thread/3]
root       146     2  0     0     0   2 Mar27 ?        S      0:00  \_ [kstriped]
root       340     2  0     0     0   2 Mar27 ?        S      0:00  \_ [scsi_eh_0]
root       341     2  0     0     0   3 Mar27 ?        S      0:00  \_ [scsi_eh_1]
root       342     2  0     0     0   0 Mar27 ?        S      0:00  \_ [scsi_eh_2]
root       343     2  0     0     0   3 Mar27 ?        S      0:00  \_ [scsi_eh_3]
root       344     2  0     0     0   0 Mar27 ?        S      0:00  \_ [scsi_eh_4]
root       345     2  0     0     0   0 Mar27 ?        S      0:00  \_ [scsi_eh_5]
root       363     2  0     0     0   3 Mar27 ?        D      0:00  \_ [PAL_EVENT]
root       364     2  0     0     0   1 Mar27 ?        D      0:00  \_ [ERROR]
root       365     2  0     0     0   3 Mar27 ?        D      0:00  \_ [RETRY]
root       366     2  0     0     0   1 Mar27 ?        D      0:31  \_ [PARSE]
root       367     2  3     0     0   1 Mar27 ?        D      9:01  \_ [CMPLT]
root       368     2  3     0     0   1 Mar27 ?        S      9:30  \_ [FLUSH]
root       369     2  2     0     0   2 Mar27 ?        S      5:45  \_ [BKGND]
root       370     2  0     0     0   1 Mar27 ?        D      0:02  \_ [IDLE]
root       371     2  0     0     0   1 Mar27 ?        S      0:00  \_ [scsi_eh_6]
root       454     2  0     0     0   1 Mar27 ?        S      0:00  \_ [kdmflush]
root       456     2  0     0     0   1 Mar27 ?        S      0:00  \_ [kdmflush]
root       482     2  0     0     0   0 Mar27 ?        S      0:03  \_ [jbd2/dm-0-8]
root       483     2  0     0     0   0 Mar27 ?        S      0:00  \_ [ext4-dio-unwrit]
root       484     2  0     0     0   1 Mar27 ?        S      0:00  \_ [ext4-dio-unwrit]
root       485     2  0     0     0   2 Mar27 ?        S      0:00  \_ [ext4-dio-unwrit]
root       486     2  0     0     0   3 Mar27 ?        S      0:00  \_ [ext4-dio-unwrit]
root       909     2  0     0     0   0 Mar27 ?        S      0:00  \_ [kdmflush]
root       949     2  0     0     0   0 Mar27 ?        S      0:00  \_ [jbd2/sda1-8]
root       950     2  0     0     0   0 Mar27 ?        S      0:00  \_ [ext4-dio-unwrit]
root       951     2  0     0     0   1 Mar27 ?        S      0:00  \_ [ext4-dio-unwrit]
root       952     2  0     0     0   2 Mar27 ?        S      0:00  \_ [ext4-dio-unwrit]
root       953     2  0     0     0   3 Mar27 ?        S      0:00  \_ [ext4-dio-unwrit]
root       954     2  0     0     0   0 Mar27 ?        S      0:00  \_ [jbd2/dm-2-8]
root       955     2  0     0     0   0 Mar27 ?        S      0:00  \_ [ext4-dio-unwrit]
root       956     2  0     0     0   1 Mar27 ?        S      0:00  \_ [ext4-dio-unwrit]
root       957     2  0     0     0   2 Mar27 ?        S      0:00  \_ [ext4-dio-unwrit]
root       958     2  0     0     0   3 Mar27 ?        S      0:00  \_ [ext4-dio-unwrit]
root      1055     2  0     0     0   2 Mar27 ?        S      0:00  \_ [kauditd]
root      1085     2  0     0     0   0 Mar27 ?        S      0:04  \_ [flush-253:0]
root      1086     2  0     0     0   0 Mar27 ?        S      0:02  \_ [flush-253:2]
root      1092     2  0     0     0   0 Mar27 ?        S<     0:02  \_ [loop0]
root      1095     2  0     0     0   1 Mar27 ?        S      0:00  \_ [kjournald]
root      1263     2  0     0     0   1 Mar27 ?        S      0:02  \_ [flush-7:0]
root      2100     2  0     0     0   0 Mar27 ?        S      0:00  \_ [scsi_tgtd/0]
root      2101     2  0     0     0   1 Mar27 ?        S      0:00  \_ [scsi_tgtd/1]
root      2102     2  0     0     0   2 Mar27 ?        S      0:00  \_ [scsi_tgtd/2]
root      2103     2  0     0     0   3 Mar27 ?        S      0:00  \_ [scsi_tgtd/3]
root      2104     2  0     0     0   3 Mar27 ?        S      0:00  \_ [fc_exch_workque]
root      2105     2  0     0     0   3 Mar27 ?        S      0:00  \_ [fc_rport_eq]
root      2109     2  0     0     0   0 Mar27 ?        S      0:00  \_ [fcoe_work/0]
root      2110     2  0     0     0   1 Mar27 ?        S      0:00  \_ [fcoe_work/1]
root      2111     2  0     0     0   2 Mar27 ?        S      0:00  \_ [fcoe_work/2]
root      2112     2  0     0     0   3 Mar27 ?        S      0:00  \_ [fcoe_work/3]
root      2113     2  0     0     0   0 Mar27 ?        S<     0:00  \_ [fcoethread/0]
root      2114     2  0     0     0   1 Mar27 ?        S<     0:00  \_ [fcoethread/1]
root      2115     2  0     0     0   2 Mar27 ?        S<     0:00  \_ [fcoethread/2]
root      2116     2  0     0     0   3 Mar27 ?        S<     0:00  \_ [fcoethread/3]
root      2117     2  0     0     0   0 Mar27 ?        S      0:00  \_ [bnx2fc]
root      2118     2  0     0     0   0 Mar27 ?        S<     0:00  \_ [bnx2fc_l2_threa]
root      2119     2  0     0     0   0 Mar27 ?        S<     0:00  \_ [bnx2fc_thread/0]
root      2120     2  0     0     0   1 Mar27 ?        S<     0:00  \_ [bnx2fc_thread/1]
root      2121     2  0     0     0   2 Mar27 ?        S<     0:00  \_ [bnx2fc_thread/2]
root      2122     2  0     0     0   3 Mar27 ?        S<     0:00  \_ [bnx2fc_thread/3]
root         1     0  0  4808  1504   1 Mar27 ?        Ss     0:00 /sbin/init
root       569     1  0  2715   948   1 Mar27 ?        S<s    0:00 /sbin/udevd -d
root       910   569  0  2714   948   0 Mar27 ?        S<     0:00  \_ /sbin/udevd -d
root      2801   569  0  2714   916   0 Mar27 ?        S<     0:00  \_ /sbin/udevd -d
root      1326     1  0  6910   804   3 Mar27 ?        S<sl   0:00 auditd
root      1384     1  0 62272  1648   0 Mar27 ?        Sl     0:00 /sbin/rsyslogd -i /var/run/syslogd.pid -c 5
named     1403     1  0 113813 18756  0 Mar27 ?        Ssl    0:04 /usr/sbin/named -u named
rpc       1426     1  0  4744   900   1 Mar27 ?        Ss     0:00 rpcbind
rpcuser   1444     1  0  5837  1348   0 Mar27 ?        Ss     0:00 rpc.statd
root      2083     1  0  3395   952   1 Mar27 ?        Ss     0:13 lldpad -d
root      2125     1  0  2089   456   1 Mar27 ?        Ss     0:02 /usr/sbin/fcoemon --syslog
root      2167     1  0 16652  1228   0 Mar27 ?        Ss     0:00 /usr/sbin/sshd
root      6651  2167  0 26122  4508   0 Mar27 ?        Ss     0:00  \_ sshd: [email protected]/0
root      6655  6651  0 27074  1920   0 Mar27 pts/0    Ss+    0:00  |   \_ -bash
root      7931  2167  0 25784  4000   0 Mar27 ?        Ss     0:00  \_ sshd: root [priv]
sshd      7932  7931  0 16988  1660   2 Mar27 ?        S      0:00  |   \_ sshd: root [net]
root      8312  2167  0 26122  4532   3 Mar27 ?        Ss     0:02  \_ sshd: [email protected]/1
root      8328  8312  0 27074  1956   2 Mar27 pts/1    Ss     0:00  |   \_ -bash
root     10555  8328  1 27584  1244   1 00:17 pts/1    R+     0:00  |       \_ ps axf -F
root      8772  2167  0 25784  4000   0 Mar27 ?        Ss     0:00  \_ sshd: root [priv]
sshd      8773  8772  0 16988  1652   2 Mar27 ?        S      0:00      \_ sshd: root [net]
root      2178     1  0 27074  1608   0 Mar27 ?        S      0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/lib/mysql/alpha.infocityhost.com.pid
mysql     2463  2178  1 377228 213244 0 Mar27 ?        Sl     4:06  \_ /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --user=mysql --log-error=/var/lib/mysql/al
mailnull  2496     1  0 17884  2980   2 Mar27 ?        Ss     0:00 /usr/sbin/exim -bd -q1h
root      2509     1  0 41506 51744   2 Mar27 ?        Ss     0:09 /usr/local/cpanel/3rdparty/perl/514/bin/spamd -d --allowed-ips=127.0.0.1 --pidfile=/var/run/spamd.pid --max-children=5
root      2681  2509  0 41506 49620   1 Mar27 ?        S      0:00  \_ spamd child
root      2682  2509  0 41506 49620   2 Mar27 ?        S      0:00  \_ spamd child
root      2520     1  0  4899  1124   0 Mar27 ?        Ss     0:00 /usr/sbin/dovecot
dovenull  2526  2520  0 10585  3520   1 Mar27 ?        S      0:00  \_ dovecot/pop3-login
dovenull  2527  2520  0 10552  3248   1 Mar27 ?        S      0:00  \_ dovecot/imap-login
dovecot   2528  2520  0  3325  1124   3 Mar27 ?        S      0:00  \_ dovecot/anvil
root      2529  2520  0  3358  1332   3 Mar27 ?        S      0:00  \_ dovecot/log
dovenull  2531  2520  0 10585  3516   3 Mar27 ?        S      0:00  \_ dovecot/pop3-login
dovenull  2532  2520  0 10552  3244   3 Mar27 ?        S      0:00  \_ dovecot/imap-login
root      2533  2520  0  4102  2132   2 Mar27 ?        S      0:00  \_ dovecot/config
root      9706  2520  0  4851  1524   0 Mar27 ?        S      0:00  \_ dovecot/ssl-params
dovecot  10520  2520  0  7357  1940   1 00:16 ?        S      0:00  \_ dovecot/auth
root      2560     1  0 34770  2016   1 Mar27 ?        Ss     0:00 pure-ftpd (SERVER)
anar      9641  2560  0 34906  1944   0 Mar27 ?        S      0:00  \_ pure-ftpd (IDLE)
root      9642  9641  0 34771   916   1 Mar27 ?        S      0:00      \_ pure-ftpd (PRIV)
root      2562     1  0 34144  1832   0 Mar27 ?        S      0:00 /usr/sbin/pure-authd -s /var/run/ftpd.sock -r /usr/local/cpanel/bin/pureauth
zabbix    2572     1  0 19249  1296   0 Mar27 ?        S      0:00 /usr/sbin/zabbix_agentd
zabbix    2583  2572  0 19249  1448   2 Mar27 ?        S      0:15  \_ /usr/sbin/zabbix_agentd
zabbix    2584  2572  0 19249  1528   1 Mar27 ?        S      0:07  \_ /usr/sbin/zabbix_agentd
zabbix    2585  2572  0 19249  1552   1 Mar27 ?        S      0:07  \_ /usr/sbin/zabbix_agentd
zabbix    2586  2572  0 19249  1552   1 Mar27 ?        S      0:07  \_ /usr/sbin/zabbix_agentd
zabbix    2587  2572  0 19249  1280   0 Mar27 ?        S      0:09  \_ /usr/sbin/zabbix_agentd
root      2580     1  0 29331  1300   0 Mar27 ?        Ss     0:00 crond
root      2596     1  0  5385   556   1 Mar27 ?        Ss     0:00 /usr/sbin/atd
root      2645     1  0 17871  7900   1 Mar27 ?        S      0:00 cPhulkd - processor
root      2657     1  0 24701 14956   1 Mar27 ?        S      0:03 cpsrvd (SSL) - waiting for connections
root     10508  2657  0 24722 16348   1 00:15 ?        S      0:00  \_ whostmgrd - serving 217.168.188.226
root      2664     1  0 28253 16844   1 Mar27 ?        S      0:00 cpdavd - accepting connections on 2077 and 2078
root      2676     1  0  9069  6520   2 Mar27 ?        S      0:00 queueprocd - wait to process a task
root      2755     1  0 19840 12548   1 Mar27 ?        S      0:00 tailwatchd
root      2759     1  0  6779  3052   1 Mar27 ?        SN     0:00 cpanellogd - sleeping for logs
root      2793     1  0  1016   576   1 Mar27 tty1     Ss+    0:00 /sbin/mingetty /dev/tty1
root      2795     1  0  1016   580   3 Mar27 tty2     Ss+    0:00 /sbin/mingetty /dev/tty2
root      2797     1  0  1016   576   1 Mar27 tty3     Ss+    0:00 /sbin/mingetty /dev/tty3
root      2799     1  0  1016   576   3 Mar27 tty4     Ss+    0:00 /sbin/mingetty /dev/tty4
root      2802     1  0  1016   576   1 Mar27 tty5     Ss+    0:00 /sbin/mingetty /dev/tty5
root      2804     1  0  1016   580   3 Mar27 tty6     Ss+    0:00 /sbin/mingetty /dev/tty6
root      8656     1  0 104788 18640  1 Mar27 ?        Ss     0:01 /usr/local/apache/bin/httpd -k start -DSSL
nobody   10096  8656  1 110437 94144  1 00:02 ?        S      0:17  \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody   10097  8656  2 108551 90168  1 00:02 ?        S      0:17  \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody   10098  8656  1 108610 80476  1 00:02 ?        S      0:13  \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody   10099  8656  1 106878 72508  2 00:02 ?        S      0:14  \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody   10100  8656  1 107890 71632  1 00:02 ?        S      0:12  \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody   10117  8656  2 108980 94708  1 00:02 ?        S      0:22  \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody   10123  8656  2 108197 87088  0 00:03 ?        R      0:17  \_ /usr/local/apache/bin/httpd -k start -DSSL
nobody   10299  8656  2 108979 62224  1 00:09 ?        S      0:11  \_ /usr/local/apache/bin/httpd -k start -DSSL
root      9954     1  0 37983 12920   1 00:00 ?        Ss     0:00 lfd - sleeping
root      9990     1  0  4070  4000   3 00:00 ?        S<L    0:00 /usr/bin/atop -a -w /var/log/atop/atop_20140328 600
root     10153     1  0 11425  1808   0 00:04 ?        Ss     0:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
nobody   10154 10153  0 11671  3320   0 00:04 ?        S      0:01  \_ nginx: worker process
nobody   10155 10153  0 11631  3124   1 00:04 ?        S      0:01  \_ nginx: worker process

V
Vlad Zhivotnev, 2014-03-28
@inkvizitor68sl

You have processes in the D-state hanging, hence the growth of la.
Reboot (well, or wait for the processes to come off the D-state, although they may never come off).

G
German Zvonchuk, 2014-03-28
@inside22

@jcmvbkbc in this case, it will be necessary to re-back up everything to hell, so that in which case I can raise domains on another server :-(
Do I understand correctly, I have RAID-storage and only one HDD?
And if the driver is not updated, there is a possibility that with something bad happen to the disk?

[email protected] [~]#  lshw -class disk -class storage
  *-storage
       description: RAID bus controller
       product: Hewlett-Packard Company
       vendor: Hewlett-Packard Company
       physical id: 0
       bus info: [email protected]:07:00.0
       logical name: scsi6
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: storage pm pciexpress vpd msi msix bus_master cap_list rom
       configuration: driver=hpvsa latency=0
       resources: irq:27 ioport:6000(size=256) memory:fbff0000-fbffffff memory:fbf80000-fbfbffff memory:bc000000-bc0fffff(prefetchable)
     *-disk
          description: SCSI Disk
          product: LOGICAL VOLUME
          vendor: HP
          physical id: 0.0.0
          bus info: [email protected]:0.0.0
          logical name: /dev/sda
          version: 2.10
          size: 931GiB (1TB)
          capabilities: 15000rpm partitioned partitioned:dos
          configuration: ansiversion=5 logicalsectorsize=512 sectorsize=512 signature=0009c815
  *-storage
       description: SATA controller
       product: C600/X79 series chipset 6-Port SATA AHCI Controller
       vendor: Intel Corporation
       physical id: 1f.2
       bus info: [email protected]:00:1f.2
       logical name: scsi4
       version: 05
       width: 32 bits
       clock: 66MHz
       capabilities: storage msi pm ahci_1.0 bus_master cap_list emulated
       configuration: driver=ahci latency=0
       resources: irq:54 ioport:4000(size=8) ioport:4008(size=4) ioport:4010(size=8) ioport:4018(size=4) ioport:4020(size=32) memory:fa440000-fa4407ff
     *-cdrom
          description: DVD-RAM writer
          product: DVD A  DU8A4SH
          vendor: hp
          physical id: 0.0.0
          bus info: [email protected]:0.0.0
          logical name: /dev/cdrom
          logical name: /dev/cdrw
          logical name: /dev/dvd
          logical name: /dev/dvdrw
          logical name: /dev/scd0
          logical name: /dev/sr0
          version: QHE7
          capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
          configuration: ansiversion=5 status=nodisc

G
German Zvonchuk, 2014-03-28
@inside22


Here's what it says specifically about my problem.
I just have HP Smart Array B320i/512MB FBWC
@jcmvbkbc could you tell me which driver should be installed on CentOS release 6.5 (Final)?
On the HP site only for
Red Hat Enterprise Linux 5.7, 5.8, and 5.9
Red Hat Enterprise Linux 6.1, 6.2, and 6.3
Red Hat 4.4.7 I need is not in sight :-(

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question