Zabbix 计算CPU使用率的P50和P95的值
2021-10-15 本文已影响0人
Habit_1027
一、P50和P95介绍
image.pngP50需要用到函数,触发器表达式中有percentile函数
二、创建CPU使用率的监控项
image.png三、创建CPU使用率P50的监控项
#公式的含义 percentile("system.cpu.busy",1d,,50)
当前时间往前推24个小时, 从小到大第95%位置的值
#时间间隔
每天的11:58 和 23:58分采集一次数据
image.png
四、查看数据
image.png+++++++++++++++++++++P95同理++++++++++++++++++++++