积极答复者
转轴到底是什么呢?

问题
答案
-
If it affects your apps, you should work on it even the number is in 'reasonable' range. For MS recommendation, you can check performance tuning article in technet.
- 已标记为答案 Molly Chen_Moderator 2012年3月26日 6:59
全部回复
-
是的。你看的什么地方的翻译?Windows里面提到的是轴。你可以理解为磁盘的数量。
Perfmon里面的描述:
Current Disk Queue Length 是在收集性能数据时磁盘上当前的请求数量。它还包括在收集时处于服务的请求。这是瞬间的快照,不是时间间隔的平均值。多轴磁盘设备能有一次处于运行状态的多重请求,但是其他同期请求正在等待服务。此计数器会反映暂时的高或低的队列长度,但是如果磁盘驱动器被迫持续运行,它有可能一直处于高的状态。请求的延迟与此队列的长度减去磁盘的轴数成正比。为了提高性能,此差应该平均小于二。
想不想时已是想,不如不想都不想。
-
是的。你看的什么地方的翻译?Windows里面提到的是轴。你可以理解为磁盘的数量。
Perfmon里面的描述:
Current Disk Queue Length 是在收集性能数据时磁盘上当前的请求数量。它还包括在收集时处于服务的请求。这是瞬间的快照,不是时间间隔的平均值。多轴磁盘设备能有一次处于运行状态的多重请求,但是其他同期请求正在等待服务。此计数器会反映暂时的高或低的队列长度,但是如果磁盘驱动器被迫持续运行,它有可能一直处于高的状态。请求的延迟与此队列的长度减去磁盘的轴数成正比。为了提高性能,此差应该平均小于二。
想不想时已是想,不如不想都不想。
也就是说Current Disk Queue Length的正常范围是小于转轴数量-2?
那么% Disk Time呢?假如是RAID的话,正常范围是?If you haven't all the things you want,be grateful for the things you don't have that you didn't want.
-
Depends on disk config, should check with queue length together.
假如4块盘做的RAID5 那么Disk Queue Length的合理范围是多少呢?
另外 假如是4块盘做的RAID10 那么Disk Queue Length的合理范围是否和之前一致?
换句话说,不管做的什么RAID,DISK Queue Length只是根据磁盘数量计算而不管什么RAID吗?
If you haven't all the things you want,be grateful for the things you don't have that you didn't want.
-
There's no absolute reasonable number here although MS has some number in their white papers. We have servers for BI with heavy etl processes, we are not worry about disk queue length on them as long as etl can finish in scheduled time. But for other oltp server that requires very quick response time, we'll do whatever to make every components run as faster as possible.
-
There's no absolute reasonable number here although MS has some number in their white papers. We have servers for BI with heavy etl processes, we are not worry about disk queue length on them as long as etl can finish in scheduled time. But for other oltp server that requires very quick response time, we'll do whatever to make every components run as faster as possible.
是的 我们这边就是简单的OLTP的环境,但是有些时候Disk Queue Length比较大,所以我想知道到底这个值的合理范围是多少If you haven't all the things you want,be grateful for the things you don't have that you didn't want.
-
If it affects your apps, you should work on it even the number is in 'reasonable' range. For MS recommendation, you can check performance tuning article in technet.
- 已标记为答案 Molly Chen_Moderator 2012年3月26日 6:59