Ad Widget

Collapse

Zabbix 7.2.2 CPU usage increased after upgrade from 7.0.8

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • guille.rodriguez
    Senior Member
    • Jun 2022
    • 114

    #1

    Zabbix 7.2.2 CPU usage increased after upgrade from 7.0.8

    Hi all, I don't know if its only me, but my Zabbix Server increase cpu server usage after upgrading from 7.0.8 to 7.2.2

    Usage graphic


    https://i.imgur.com/Jc6VWWV.png --> More days history (as you can see is just using 5-10% of cpu)

    Hardware information (lscpu)
    Code:
    root@siem:~# lscpu
    Architecture:             aarch64
      CPU op-mode(s):         32-bit, 64-bit
      Byte Order:             Little Endian
    CPU(s):                   4
      On-line CPU(s) list:    0-3
    Vendor ID:                ARM
      Model name:             Neoverse-N1
        Model:                1
        Thread(s) per core:   1
        Core(s) per cluster:  4
        Socket(s):            1
        Cluster(s):           1
        Stepping:             r3p1
        BogoMIPS:             50.00
        Flags:                fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ssbs
    NUMA:
      NUMA node(s):           1
      NUMA node0 CPU(s):      0-3
    Vulnerabilities:
      Gather data sampling:   Not affected
      Itlb multihit:          Not affected
      L1tf:                   Not affected
      Mds:                    Not affected
      Meltdown:               Not affected
      Mmio stale data:        Not affected
      Reg file data sampling: Not affected
      Retbleed:               Not affected
      Spec rstack overflow:   Not affected
      Spec store bypass:      Mitigation; Speculative Store Bypass disabled via prctl
      Spectre v1:             Mitigation; __user pointer sanitization
      Spectre v2:             Mitigation; CSV2, BHB
      Srbds:                  Not affected
      Tsx async abort:        Not affected
    OperativeSystem
    Code:
    root@siem:~# cat /etc/os-release
    PRETTY_NAME="Ubuntu 22.04.5 LTS"
    NAME="Ubuntu"
    VERSION_ID="22.04"
    VERSION="22.04.5 LTS (Jammy Jellyfish)"
    VERSION_CODENAME=jammy
    ID=ubuntu
    ID_LIKE=debian
    HOME_URL="https://www.ubuntu.com/"
    SUPPORT_URL="https://help.ubuntu.com/"
    BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
    PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
    UBUNTU_CODENAME=jammy
    Zabbix Server config (removed db parameters and all comments)
    Code:
    PidFile=/run/zabbix/zabbix_server.pid
    StartPingers=10
    SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
    Timeout=4
    AlertScriptsPath=/usr/lib/zabbix/alertscripts
    ExternalScripts=/usr/lib/zabbix/externalscripts
    FpingLocation=/usr/bin/fping
    Fping6Location=/usr/bin/fping6
    LogSlowQueries=3000
    StatsAllowedIP=127.0.0.1
    AllowUnsupportedDBVersions=1​
Working...