powershell


发布时间:2017/10/28 22:09:18  次浏览  作者:admin

获得w3wp进程按CPU排序

Get-Process | sort CPU -Descending | select -First 50|?{$_.name -like "w3wp*"}