Load average élevé avec système au repos
Hello,
J'ai un load average élevé sur un de mes serveurs Redhat. Pourtant, aucun service n'est gourmand (selon "top").
Avez-vous une idée du pourquoi "uptime" m'indique ceci ? (bug d'uptime ou le serveur s'affole bel et bien ?).
Installation RHEL 5.6 64 bits, avec mise à jour du kernel vers 2.6.18-274.12.1.el5.x86_64.
Sur ce serveur est installé Alfresco (uptime indique ces chiffres même Alfresco éteint) et Acronis (service de backup).
uptime
Code:
1 2 3
|
uptime
11:51:51 up 3 days, 22:20, 1 user, load average: 1.82, 1.71, 1.70 |
top
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
top - 11:51:18 up 3 days, 22:19, 1 user, load average: 1.77, 1.69, 1.70
Tasks: 105 total, 1 running, 104 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 6106096k total, 3178816k used, 2927280k free, 164060k buffers
Swap: 6144852k total, 80k used, 6144772k free, 819652k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
12283 root 15 0 12760 1092 824 R 0.3 0.0 0:00.25 top
1 root 15 0 10368 692 584 S 0.0 0.0 0:00.47 init
2 root RT -5 0 0 0 S 0.0 0.0 0:00.33 migration/0
3 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0
4 root RT -5 0 0 0 S 0.0 0.0 0:00.22 migration/1
5 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/1
6 root 10 -5 0 0 0 S 0.0 0.0 0:01.92 events/0
7 root 10 -5 0 0 0 S 0.0 0.0 0:00.20 events/1
8 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 khelper
65 root 12 -5 0 0 0 S 0.0 0.0 0:00.00 kthread
70 root 10 -5 0 0 0 S 0.0 0.0 0:00.53 kblockd/0
71 root 10 -5 0 0 0 S 0.0 0.0 0:00.25 kblockd/1
72 root 14 -5 0 0 0 S 0.0 0.0 0:00.00 kacpid
233 root 13 -5 0 0 0 S 0.0 0.0 0:00.00 cqueue/0
234 root 13 -5 0 0 0 S 0.0 0.0 0:00.00 cqueue/1 |
vmstat
Code:
1 2 3 4 5
|
vmstat
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 80 2927528 164068 819652 0 0 24 5 15 17 0 0 100 0 0 |