簡體   English   中英

選擇用於查看具有最大cpu使用率的進程的wmi查詢

[英]Select query of wmi used to view the process which has max usage of cpu

用於查看使用WMI最大限度地使用CPU的最頂層進程的查詢是什么?

使用Win32_PerfFormattedData_PerfProc_Process類。

Select IDProcess, Name, PercentProcessorTime from Win32_PerfFormattedData_PerfProc_Process

獲得這些信息后,您可以按PercentProcessorTime排序。 它應該工作正常。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM