当前位置:网站首页>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
边栏推荐
猜你喜欢
Reading notes of growth hacker
Matlab boundarymask function (find the boundary of the divided area)
Thoughts and suggestions on the construction of intelligent management and control system platform for safe production in petrochemical enterprises
Wireless WiFi learning 8-channel transmitting remote control module
Master the new features of fluent 2.10
报错ModuleNotFoundError: No module named ‘cv2.aruco‘
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
Redis master-slave mode
[email protected] (using password"/>
Solve the error 1045 of Navicat creating local connection -access denied for user [email protected] (using password
Select drop-down box realizes three-level linkage of provinces and cities in China
随机推荐
你做自动化测试为什么总是失败?
Design of music box based on assembly language
Multi table operation - sub query
MVVM framework part I lifecycle
MySQL installation, Windows version
Understanding the architecture type of mobile CPU
语义分割实验:Unet网络/MSRC2数据集
Matlab imoverlay function (burn binary mask into two-dimensional image)
MySQL multi table operation
Understand kotlin from the perspective of an architect
互联网公司实习岗位选择与简易版职业发展规划
MySQL data table operation DDL & data type
[pytorch pre training model modification, addition and deletion of specific layers]
Read and understand the rendering mechanism and principle of flutter's three trees
Sentinel sentinel mechanism of master automatic election in redis master-slave
Network five whip
How can beginners learn flutter efficiently?
[untitled]
Four operations and derivative operations of MATLAB polynomials
GPS數據格式轉換[通俗易懂]