
「rd_rt」
The average response time of the read operations, in milliseconds. This is the end-to-end
response time,including time spent in the queue. It is the response time that the
application making I/O requests sees,not the response time of the physical disk
underlying the block device.读操作的平均响应时间,以毫秒为单位。这是端到端响应时间,
包括在队列中花费的时间。它是发出I / O请求的应⽤程序所看到的响应时间,⽽不是块设备下
⾯的物理磁盘的响应时间。
「wrs」「wravkb」「wrmbs」「wrmrg」「wrcnc」「wr_rt」
These columns show write activity, and they match the corresponding columns for read
activity.这些列显示写活动,它们可以类⽐读活动的相应列。
「busy」
wall-clock的⼀⼩部分,表示设备中⾄少⼀个请求in process的时间,也就是iostat的所
谓%util,实际上它是utilization利⽤率,具体取决于你如何定义利⽤率,但有时候这通常是模
棱两可的说法。它也可以称为the residence time驻留时间(the time during which at least
one request was resident in the system. )。 我认为这个时间不能写成running time⽽必须
写作in process的原因是:他可能包含running time,但是还包含在块设备排队,在磁盘上查
找等等的时间,所以是从发起执⾏⼀起到结束的整个过程的时间
「in_prg」
The number of requests that were in progress.正在进⾏的请求数。与读并发和写并发(由可
靠数字⽣成的平均值)不同,此数字是⼀个瞬时样本,您可以看到它可能代表请求的峰值,⽽
不是真正的⻓期平均值。如果此数字很⼤,则实质上意味着设备负载很重。
「ios_s」
The average throughput of the physical device, in I/O operations per second (IOPS).
物理设备的平均吞吐量,以每秒I/O操作数(IOPS)为单位。
此列显示基础设备正在处理的总IOPS。它是rds和wrs的总和。
「qtime」
The average queue time; that is, time a request spends in the device scheduler queue
before being sent to the physical device. This is an average over reads and writes.平均排队
时间;也就是说,请求在发送到物理设备之前在设备调度程序队列中花费的时间。这是读写的
平均值。
「stime」
The average service time; that is, the time elapsed while the physical device processes the
request, after the request finishes waiting in the queue. This is an average over reads and
相关文档
评论