当前位置:网站首页>ZABBIX customized monitoring disk IO performance
ZABBIX customized monitoring disk IO performance
2022-07-05 12:19:00 【Xiaobo】
One 、conf File configuration
###disk io
#
#number of read
UserParameter=custom.vfs.dev.read.ops[*],cat /proc/diskstats | grep $1 | head -1 | awk '{print $$4}'
#number of milliseconds spent reading
UserParameter=custom.vfs.dev.read.ms[*],cat /proc/diskstats | grep $1 | head -1 | awk '{print $$7}'
#number of write
UserParameter=custom.vfs.dev.write.ops[*],cat /proc/diskstats | grep $1 | head -1 | awk '{print $$8}'
#number of milliseconds spent writing
UserParameter=custom.vfs.dev.write.ms[*],cat /proc/diskstats | grep $1 | head -1 | awk '{print $$11}'
#number of I/O currrently in progress
UserParameter=custom.vfs.dev.io.active[*],cat /proc/diskstats | grep $1 | head -1 | awk '{print $$12}'
#number of milliseconds spent doing I/O
UserParameter=custom.vfs.dev.io.ms[*],cat /proc/diskstats | grep $1 | head -1 | awk '{print $$13}'
#number of sectors read
UserParameter=custom.vfs.dev.read.sectors[*],cat /proc/diskstats | grep $1 | head -1 | awk '{print $$6}'
#number of sectors write
UserParameter=custom.vfs.dev.write.sectors[*],cat /proc/diskstats | grep $1 | head -1 | awk '{print $$10}'
Two 、 Monitor item configuration
边栏推荐
- Basic operations of MySQL data table, addition, deletion and modification & DML
- Solve the error 1045 of Navicat creating local connection -access denied for user [email protected] (using password
- MySQL regular expression
- MySQL data table operation DDL & data type
- How to clear floating?
- Learning JVM garbage collection 06 - memory set and card table (hotspot)
- 什么是数字化存在?数字化转型要先从数字化存在开始
- MySQL stored procedure
- Uniapp + unicloud + Unipay realize wechat applet payment function
- Is investment and finance suitable for girls? What financial products can girls buy?
猜你喜欢
July Huaqing learning-1
Linux安装部署LAMP(Apache+MySQL+PHP)
多表操作-子查询
Error modulenotfounderror: no module named 'cv2 aruco‘
MySQL index - extended data
Codeworks 5 questions per day (1700 average) - day 5
Tabbar configuration at the bottom of wechat applet
abap查表程序
Two minutes will take you to quickly master the project structure, resources, dependencies and localization of flutter
Read and understand the rendering mechanism and principle of flutter's three trees
随机推荐
The most comprehensive new database in the whole network, multidimensional table platform inventory note, flowus, airtable, seatable, Vig table Vika, flying Book Multidimensional table, heipayun, Zhix
Why do you always fail in automated tests?
一类恒等式的应用(范德蒙德卷积与超几何函数)
Learn garbage collection 01 of JVM -- garbage collection for the first time and life and death judgment
[hdu 2096] Xiaoming a+b
Differences between IPv6 and IPv4 three departments including the office of network information technology promote IPv6 scale deployment
Liunx prohibit Ping explain the different usage of traceroute
Halcon 模板匹配实战代码(一)
跨平台(32bit和64bit)的 printf 格式符 %lld 输出64位的解决方式
JS for循环 循环次数异常
How to design an interface?
Complete activity switching according to sliding
Learn the memory management of JVM 03 - Method area and meta space of JVM
codeforces每日5题(均1700)-第五天
Matlab boundarymask function (find the boundary of the divided area)
7月华清学习-1
Seven polymorphisms
Multi table operation - Auto Association query
SENT协议译码的深入探讨
MVVM framework part I lifecycle