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.
Parents
  • 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
Reply
  • 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
Children
No Data