Ad Widget

Collapse

SOS system.cpu.util[,,avg1]

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leelilijian
    Junior Member
    • Jun 2012
    • 15

    #1

    SOS system.cpu.util[,,avg1]

    if i have two cpus,each cpu have 2 cores,the zabbix how to calculate the avg1?
    please tell me ,thanks!
    2cpus*2cores*util(avg1)/2cpus*2cores=?
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

    #2
    If you use default values (check manual), then

    system.cpu.util[,,avg1] is:
    2cpus*2cores*util(user, avg1)/2cpus*2cores => after simplification:
    util(user, avg1) -> user utilization of all CPUs in last minute

    Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
    My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

    Comment

    Working...