This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

High System load

Hello,

for about 2 month our astaro logging procedure for the following service loaded to 90% CPU-usage. This behavior we have every at 0:00.

296136 293252 ?     RN   09:19 516:01  |           \_ /usr/local/bin/fwlogwatch -f /var/log/kernel


I have no idea, what i can do, to solve this problem.


This thread was automatically locked due to age.
  • I am assuming ASL v4?  If you have large logs your cpu will get laoded at midnight shen the ASL box does it logrotate(compression and archiving) run.  Two things(if it is causing problems) reduce your log iszes by reducing the amount of stuff logged or upgrade your cpu.
  • ASL v4 will log drop all the Microsoft netbios broadcast traffic. This can make the daily filter and kernel logs very big. When the logs are rotated at midnight, the large log files can push the CPU utilization very high for hours. If you create filter rules to drop the Netbios traffic, you will see a substantial reduction in the daily size of those two log files, and your high CPU utilization problem should go away. Try these two packet filter rules:

    Any  { netbios }  Internal_Interface_  Drop
    Any  { netbios }  Internal_Broadcast_  Drop
  • I had the same issue and as a previous poster mentioned it is related to the size of the ASL logs. Clear down the log files and you should find that the CPU load returns to normal. It is caused by the logrotation trying to compress the large log files - this leads to the high CPU load.