Examining Processor Time Data:
On multiprocessor systems, the Processor\% Processor Time value reported by System Monitor will never exceed 100 percent for any particular processor or thread. On the other hand, the value of the % Processor Time reported for the Process object can report values over 100 percent; if such values occur, this could indicate that threads of the process are cumulatively using more than 100 percent of a processor. To get more detailed information, use the Thread object counters to analyze the processor time each thread within a process is using. Investigating other data described in this section, such as DPC activity or context switching, might help you to interpret high processor-time values.
多处理器系统中,由系统监视报告的处理器Processor Time%值对任何个别处理器或线程不会超出100%。另一方面,进程对象Processor Time%报告值能超出100%,如果超出就意味着该进程的这些线程在累加地超出100%使用一个处理器。要得到更详尽的信息,使用线程对象计数器去分析该处理器在一个进程里使用每个线程的时间。调查在这部分描述的其它数据,如DPC活动或上下文切换,可能会帮助你去解释高Processor Time%值。
[ 本帖最后由 shanxi 于 2007-9-21 10:44 编辑 ] 我理解 可能Process_Total为总和,而Processor_Total 为平均值。 楼主 应该没问题
楼主 %Processor Time (Process _Total) 400多是总和
上面 那个200多比例0.1实际上20%多
所以是没有问题的 关注这个问题,我也遇到了 应该是多核CPU,具体估计还的换算下 回复 24# htlg
上面的比例为 0.1 那么值是多少?40%?还是4000%?
下面的比例为10 那么值是 227%? 问题解决了没有,我也遇到这个问题,双核测试的时候,199.987174385447 感觉有点怪怪的 按相关资料,你得用线程对象计数器
页:
1
[2]