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

边栏推荐
- Learn JVM garbage collection 05 - root node enumeration, security points, and security zones (hotspot)
- Video networkstate property
- How to recover the information server and how to recover the server data [easy to understand]
- mysql拆分字符串做条件查询
- 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
- Design of music box based on assembly language
- Pytorch linear regression
- Matlab boundarymask function (find the boundary of the divided area)
- 什么是数字化存在?数字化转型要先从数字化存在开始
- Reading notes of growth hacker
猜你喜欢

mmclassification 训练自定义数据

Select drop-down box realizes three-level linkage of provinces and cities in China

Master the new features of fluent 2.10

报错ModuleNotFoundError: No module named ‘cv2.aruco‘

嵌入式软件架构设计-消息交互

7月华清学习-1

ABAP table lookup program

Redis cluster (master-slave) brain crack and solution

Troubleshooting of high memory usage of redis in a production environment
Automated test lifecycle
随机推荐
Application of a class of identities (vandermond convolution and hypergeometric functions)
【ijkplayer】when i compile file “compile-ffmpeg.sh“ ,it show error “No such file or directory“.
Intern position selection and simplified career development planning in Internet companies
1 plug-in to handle advertisements in web pages
Matlab superpixels function (2D super pixel over segmentation of image)
Principle of persistence mechanism of redis
[HDU 2096] 小明A+B
什么是数字化存在?数字化转型要先从数字化存在开始
手机 CPU 架构类型了解
Hiengine: comparable to the local cloud native memory database engine
JS for loop number exception
Design of music box based on assembly language
What is the difference between canvas and SVG?
Acid transaction theory
The solution of outputting 64 bits from printf format%lld of cross platform (32bit and 64bit)
Hash tag usage in redis cluster
How does MySQL execute an SQL statement?
GPS数据格式转换[通俗易懂]
MySQL stored procedure
About cache exceptions: solutions for cache avalanche, breakdown, and penetration