HI,
I disabled the hyperthreading in CMOS, and disabled the logger service in crontab, but still get the high CPU usage.
Can you advise what else I can do?
Thanks,
Jack
Here is a capture of high CPU usage:
top - 12:38:24 up 10 min, 2 users, load average: 0.13, 0.24, 0.18
Tasks: 105 total, 3 running, 102 sleeping, 0 stopped, 0 zombie
Cpu(s): 65.8% us, 8.0% sy, 0.0% ni, 25.6% id, 0.7% wa, 0.0% hi, 0.0% si
Mem: 2067660k total, 552744k used, 1514916k free, 16464k buffers
Swap: 4192956k total, 0k used, 4192956k free, 175348k cached
PID USER
PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4510 zimbra 25 0 461m 18m 9436 R 19.3 0.9 0:00.58 java
2868 zimbra 17 0 7072 3324 1736 S 0.7 0.2 0:00.09 zmmtaconfig
2794 zimbra 18 0 56320 8624 2900 S 0.3 0.4 0:00.10 slapd
1 root 16 0 1748 572 492 S 0.0 0.0 0:01.34 init
2 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0
3 root RT 0 0 0 0 S 0.0 0.0 0:00.00 watchdog/0
4 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 events/0
5 root 12 -5 0 0 0 S 0.0 0.0 0:00.01 khelper
6 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kthread
8 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 kacpid
80 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kblockd/0
83 root 15 0 0 0 0 S 0.0 0.0 0:00.00 khubd
129 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
130 root 15 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
Here is my crontab table:
[zimbra@mail root]$ crontab -l
# ZIMBRASTART -- DO NOT EDIT ANYTHING BETWEEN THIS LINE AND ZIMBRAEND
#
# Log pruning
#
30 2 * * * find /opt/zimbra/log/ -type f -name \*log\* -mtime +8 -exec rm {} \; > /dev/null 2>&1
#
# Status logging
#
#*/2 * * * * /opt/zimbra/libexec/zmstatuslog
#*/10 * * * * /opt/zimbra/libexec/zmdisklog
#
# crontab.ldap
#
#
# Spam training cleanup
#
45 23 * * * /opt/zimbra/bin/zmtrainsa --cleanup >> /opt/zimbra/log/spamtrain.log 2>&1
#
# crontab.store
#
# Log pruning
#
30 2 * * * find /opt/zimbra/tomcat/logs/ -type f -name \*log\* -mtime +8 -exec rm {} \; > /dev/null 2>&1
0 2 * * * /opt/zimbra/libexec/zmroll_catalina > /dev/null 2>&1
#
# Purge messages
#
0 3 * * * /opt/zimbra/libexec/zmpurgemessages > /dev/null 2>&1
#
# Clean up the quarantine dir
#
0 1 * * * find /opt/zimbra/amavisd/quarantine -type f -mtime +7 -exec rm -f {} \; > /dev/null 2>&1
#
# Table maintenance
#
30 1 * * * /opt/zimbra/libexec/zmmaintaintables >> /dev/null 2>&1
# BACKUP BEGIN
# BACKUP END
#
# crontab.logger
#
# process logs
#
#00,10,20,30,40,50 * * * * /opt/zimbra/libexec/zmlogprocess > /tmp/logprocess.out 2>&1
#
# Graph generation
#
10 * * * * /opt/zimbra/libexec/zmgengraphs >> /tmp/gengraphs.out 2>&1
#
# Daily reports
#
10 1 * * * /opt/zimbra/libexec/zmdailyreport | /opt/zimbra/postfix/sbin/sendmail root
#
# crontab.mta
#
#
# Queue logging
#
*/10 * * * * /opt/zimbra/libexec/zmqueuelog
#
# Spam training
#
0 23 * * * /opt/zimbra/bin/zmtrainsa >> /opt/zimbra/log/spamtrain.log 2>&1
# ZIMBRAEND -- DO NOT EDIT ANYTHING BETWEEN THIS LINE AND ZIMBRASTART
Here is the CPU info:
[zimbra@mail root]$ exit
exit
[root@mail ~]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) Pentium(R) 4 CPU 2.60GHz
stepping : 9
cpu MHz : 2593.740
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid xtpr
bogomips : 5144.57
And here is the MEM usage:
[root@mail ~]# free -m
total used free shared buffers cached
Mem: 2019 531 1487 0 16 171
-/+ buffers/cache: 343 1676
Swap: 4094 0 4094