当前位置:网站首页>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

边栏推荐
- Application of a class of identities (vandermond convolution and hypergeometric functions)
- Use and install RkNN toolkit Lite2 on itop-3568 development board NPU
- 一款新型的智能家居WiFi选择方案——SimpleWiFi在无线智能家居中的应用
- Codeworks 5 questions per day (1700 average) - day 5
- Matlab imoverlay function (burn binary mask into two-dimensional image)
- MySQL data table operation DDL & data type
- 手机 CPU 架构类型了解
- The evolution of mobile cross platform technology
- Troubleshooting of high memory usage of redis in a production environment
- How can beginners learn flutter efficiently?
猜你喜欢

Understand kotlin from the perspective of an architect

Redis master-slave mode

Mmclassification training custom data

The evolution of mobile cross platform technology
Automated test lifecycle

Liunx prohibit Ping explain the different usage of traceroute

Error modulenotfounderror: no module named 'cv2 aruco‘

codeforces每日5题(均1700)-第五天

Linux Installation and deployment lamp (apache+mysql+php)

什么是数字化存在?数字化转型要先从数字化存在开始
随机推荐
Troubleshooting of high memory usage of redis in a production environment
POJ-2499 Binary Tree
Semantic segmentation experiment: UNET network /msrc2 dataset
Which domestic cloud management platform manufacturer is good in 2022? Why?
Flutter2 heavy release supports web and desktop applications
MySQL transaction
Want to ask, how to choose a securities firm? Is it safe to open an account online?
MySQL splits strings for conditional queries
Mmclassification training custom data
Why learn harmonyos and how to get started quickly?
About cache exceptions: solutions for cache avalanche, breakdown, and penetration
Use and install RkNN toolkit Lite2 on itop-3568 development board NPU
Correct opening method of redis distributed lock
mysql拆分字符串做条件查询
Select drop-down box realizes three-level linkage of provinces and cities in China
嵌入式软件架构设计-消息交互
自动化测试生命周期
Redirection of redis cluster
Tabbar configuration at the bottom of wechat applet
Error modulenotfounderror: no module named 'cv2 aruco‘