"1 min average per core " 是每一個core 的平均值,不是CPU 的平均值。 一個cpu能夠有多個 core. 測試
grep proc /proc/cpuinfo發現爲24core,找template 裏的Item ,找到這個template "Template OS Linux", 點擊item後,你會看到這個: Processor load (1 min average per core) ui
system.cpu.load[percpu,avg1] this
對裏面的參數作些調整,好比去掉percpu或者改爲all,system.cpu.load[<cpu>,<mode>],CPU(s) load. Processor load. The cpu and mode are optional. If cpu is missing all is used. If mode is missing avg1 is used. Note that this is not percentage. it
測試: io
zabbix_agentd -t "system.cpu.load[all,avg1]"---------OK sed
zabbix_agentd -t "system.cpu.load[,avg1]"------------OK sso
修改key之後,zabbix_agentd不用重啓,自動生效。 grep