|
For busy systems that experience processor utilization in the 80 to 90 percent range and use thread scheduling, the queue length should range from one to three threads per processor. For example, on a four-processor (4P) system, the expected range of processor queue length on a system with high CPU activity is 4 to 12.
4CPU的处理器系统,期望的处理队列长度是4-12,所以你问的那个我觉得应该是8~24,啊哈哈。。好像也没给你什么帮助,只是大概知道有这回事吧
• On systems with lower CPU utilization, the processor queue length is typically 0 or 1.
• For systems running services that use fiber scheduling, such as Microsoft® SQL Server™ version 7.0, the typical processor queue length will range between 0 and 1, because there is a single thread on each processor that schedules fibers within the thread. (Fiber scheduling is enabled when the lightweight pooling option is selected
http://www.microsoft.com/technet ... _kfhm.mspx?mfr=true |
|