Skip to content

Commit

Permalink
doc: Update iostat.md (#498)
Browse files Browse the repository at this point in the history
iostat的util参数解读有误。参照于man手册
Percentage of elapsed time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100% for  devices  serving  requests  serially.But  for  devices serving requests in parallel, such as RAID arrays and modern SSDs, this number does not reflect their performance limits.
  • Loading branch information
BingCoke committed May 22, 2023
1 parent 9e03940 commit e653d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/iostat.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ avgrq-sz | 需求的平均大小区段
avgqu-sz | 需求的平均队列长度
await | 等待I/O平均的时间(milliseconds)
svctm | I/O需求完成的平均时间
%util | 被I/O需求消耗的CPU百分比
%util | 设备带宽的使用率,达到100%表示饱和,达到性能瓶颈,如果是支持处理并发请求的设备则不代表性能瓶颈。


0 comments on commit e653d3f

Please sign in to comment.