Windows PowerShell中执行:
while (1) { ps | sort -desc cpu | select -first 30; sleep -seconds 2; cls }
How-to Emulate the TOP command in Windows
未经允许不得转载:ganlei的个人博客 » Windows top
Windows PowerShell中执行:
while (1) { ps | sort -desc cpu | select -first 30; sleep -seconds 2; cls }
How-to Emulate the TOP command in Windows
未经允许不得转载:ganlei的个人博客 » Windows top