Windows中用于监视进程的命令行实用程序有哪些?

我希望在Windows上有ps,top和time来从远程shell监视Windows上开发的C ++应用程序的性能。 有这些可用吗?

SysInternals(现在由Microsoft拥有) PsList和Ps列表的PsList

对于类ps的行为,简单地说:

 pslist 

对于top的行为:

 pslist -s 

timeit从Windows Server 2003资源工具包工具的time

Builtin到Windows是“tasklist / s remotepc”

PowerShell有没有一些? 看到这里(比较表)

Cygwin有'时间',但没有'顶部','ps'看起来很蹩脚。

Sysinternals的ProcessExplorer是非常令人印象深刻的。