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

边栏推荐
- Is investment and finance suitable for girls? What financial products can girls buy?
- MySQL constraints
- ABAP table lookup program
- One article tells the latest and complete learning materials of flutter
- 互联网公司实习岗位选择与简易版职业发展规划
- POJ-2499 Binary Tree
- Complete activity switching according to sliding
- 【load dataset】
- Intern position selection and simplified career development planning in Internet companies
- GPS數據格式轉換[通俗易懂]
猜你喜欢

Error modulenotfounderror: no module named 'cv2 aruco‘

Redis cluster (master-slave) brain crack and solution

Third party payment interface design

Linux安装部署LAMP(Apache+MySQL+PHP)

Use and install RkNN toolkit Lite2 on itop-3568 development board NPU

Principle of redis cluster mode

Matlab struct function (structure array)

Reinforcement learning - learning notes 3 | strategic learning
![[untitled]](/img/56/6a9a4bcab6503872942fff7a365def.jpg)
[untitled]

What is digital existence? Digital transformation starts with digital existence
随机推荐
Two minutes will take you to quickly master the project structure, resources, dependencies and localization of flutter
1 plug-in to handle advertisements in web pages
Semantic segmentation experiment: UNET network /msrc2 dataset
多表操作-子查询
What is digital existence? Digital transformation starts with digital existence
Multi table operation - Auto Association query
Pytorch softmax regression
IPv6与IPv4的区别 网信办等三部推进IPv6规模部署
Flutter2 heavy release supports web and desktop applications
【ijkplayer】when i compile file “compile-ffmpeg.sh“ ,it show error “No such file or directory“.
MySQL transaction
Network five whip
struct MySQL
Which domestic cloud management platform manufacturer is good in 2022? Why?
报错ModuleNotFoundError: No module named ‘cv2.aruco‘
Principle of persistence mechanism of redis
What is the difference between canvas and SVG?
JS for循环 循环次数异常
Embedded software architecture design - message interaction
How to design an interface?