当前位置:网站首页>System io statistics
System io statistics
2022-08-03 09:03:00 【51CTO】
每一列的含义分别为:
- 第一列为 设备号
(number of issued reads. This is the total number of reads completed successfully.)
- 第二列为 次设备号
(number of reads merged)
- 第三列为 设备名称
(number of sectors read. This is the total number of sectors read successfully.)
- 第四列为 成功完成读的总次数
(number of milliseconds spent reading. This is the total number of milliseconds spent by all reads (as measured from __make_request() to end_that_request_last()).)
- 第五列为 Combined reads,为了效率可能会合并相邻的读和写,从而两次4K的读在它最终被处理到磁盘上之前可能会变成一次8K的读,才被计数(和排队),因此只有一次I/O操作.
(number of writes merged Reads and writes which are adjacent to each other may be merged for efficiency. Thus two 4K reads may become one 8K read before it is ultimately handed to the disk, and so it will be counted (and queued) as only one I/O. This field lets you know how often this was done.)
- 第六列为 读扇区的次数
- 第七列为 time spent reading(ms),这是所有读操作所花费的毫秒数(用__make_request()到end_that_request_last()测量)
- The eighth to eleventh columns are respectively write
- The twelfth column I/O的当前进度,只有这个域应该是0,如果这个值为0,同时write_complete read_complete io_processing It may be the same foreverIO hang了.
number of I/Os currently in progress. The only field that should go to zero. Incremented as requests are given to appropriate request_queue_t and decremented as they finish.)
- The thirteenth column Enter the time it took to enter(ms),花在I/O操作上的毫秒数,这个域会增长只要field 9不为0.
(number of milliseconds spent doing I/Os. This field is increased so long as field 9 is nonzero.)
- The fourteenth column 输入/输出操作花费的加权毫秒数,
(number of milliseconds spent doing I/Os. This field is incremented at each I/O start, I/O completion, I/O merge, or read of these stats by the number of I/Os in progress (field 9) times the number of milliseconds spent doing I/O since the last update of this field. This can provide an easy measure of both I/O completion time and the backlog that may be accumulating.)
可以参考:
/sys/block/device_name/statThe output is the same as the fields above.
边栏推荐
猜你喜欢

面渣逆袭:MySQL六十六问,两万字+五十图详解

LeetCode第三题(Longest Substring Without Repeating Characters)三部曲之二:编码实现
redis stream 实现消息队列

PowerShell:执行 Install-Module 时,不能从 URI 下载

PostgreSQL的架构

响应式布局经典范例——巨幅背景大标题

HCIP练习03(重发布)

110 MySQL interview questions and answers (continuous updates)

命令行加载特效 【cli-spinner.js】 实用教程

Redis集群概念与搭建
随机推荐
数仓4.0(一)
并发之ReentrantLock
多媒体数据处理实验1:算术编码
Redisson实现分布式锁
Batch PNG format can be converted to JPG format
【LeetCode】112. Path sum
HCIA实验(07)
牛客 - 鼠标的天选(字符串哈希)
WPF 学习笔记《WPF样式基础》
Cartesi 2022 年 7 月回顾
分区分表(一)
gpnmb+ gpnmb-AT2 cell idling mapping Epithelial cell idling mapping
Guava的缓存
QImage的指针问题
面渣逆袭:MySQL六十六问,两万字+五十图详解
redis键值出现 xacxedx00x05tx00&的解决方法
dflow入门5——Big step & Big parameter
常见STP生成树调整命令
计算机网络之网络安全
RSTP(端口角色+端口状态+工作机制)|||| 交换机接口分析