windows自带性能计数器,process \% Processor Time值大于100,最大值甚至是4K多,是为什么?
答案:1 悬赏:30 手机版
解决时间 2021-03-20 01:31
- 提问者网友:战魂
- 2021-03-19 12:24
windows自带性能计数器,process \% Processor Time值大于100,最大值甚至是4K多,是为什么?
最佳答案
- 五星知识达人网友:摆渡翁
- 2021-03-19 12:55
System.Diagnostics.PerformanceCounter and % Processor Time on multi-core or multi-cpu
1. “Process(…)\% Processor Time” can go up to N*100 (where N is the number of CPUs) because it adds up the CPU usage of the requested process across all the CPUs.
2. “Process(_Total)\% Processor Time” should always be around N*100 (where N is the number CPUs) because it adds up the CPU usage of each process, including the idle process.
3. “Processor(…)\% Processor Time” can go up to 100 because it’s the CPU usage of the requested CPU.
4. “Processor(_Total)\% Processor Time” can go up to 100 because it’s the average CPU usage across all CPUs.
可能是cpu比较多的意思?追问cpu 是2个2核的,最大4K怎么算也不对的
1. “Process(…)\% Processor Time” can go up to N*100 (where N is the number of CPUs) because it adds up the CPU usage of the requested process across all the CPUs.
2. “Process(_Total)\% Processor Time” should always be around N*100 (where N is the number CPUs) because it adds up the CPU usage of each process, including the idle process.
3. “Processor(…)\% Processor Time” can go up to 100 because it’s the CPU usage of the requested CPU.
4. “Processor(_Total)\% Processor Time” can go up to 100 because it’s the average CPU usage across all CPUs.
可能是cpu比较多的意思?追问cpu 是2个2核的,最大4K怎么算也不对的
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯