Queue length 和 Queue depth 的区别

在网上搜索了半天,也没找到那篇文章把这个事儿说明白的。


我找了些资料,现在理解这两个概念的区别是这样的:

  • queue depth是指的一个存储系统接受批量IO指令的最大条数。
  • queue length是指的某一时刻磁盘待处理的请求的数目。

所以说,在排查某个存储系统的性能问题的时候,queue depth 是一个比较固定的数, 而queue length则是跟workload的特性相关,对存储的压力大,则queue length会变长。


Queue depth is the number of I/O requests (SCSI commands) that can be queued at one time on a storage controller.


Disk Queue Length is the number of requests outstanding on the disk at the time the performance data is collected. This means that the disk is not able to honor I/O requests as fast as they are being made.


参考资料

=============

Disk current disk queue length

https://docs.microsoft.com/en-us/azure/monitoring/infrastructure-health/vmhealth-windows/winserver-disk-currqueuelength 

Calculating queue depth

https://library.netapp.com/ecmdocs/ECMP1196793/html/GUID-A055B184-0876-4376-9C75-35FE8C9BE832.html

大话存储2 第三章第8节 - 并行传输和串行传输

posted on   中道学友  阅读(2847)  评论(0编辑  收藏  举报

编辑推荐:
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
历史上的今天:
2011-01-07 当某个Windows服务停不下来, 又不想重启机器, 怎么办?
2010-01-07 [阅读笔记] Content Deployment完全指南 之二 基础知识继续

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

技术追求准确,态度积极向上

点击右上角即可分享
微信分享提示