在命令行中列出具有CPU和网络使用情况的运行进程


3

如何查找运行进程的列表(仅在每次调用时打印)及其CPU使用率和Windows上命令行中的网络使用情况?

我知道,tasklist.exe但没有CPU /网络使用。

任何在线命令行工具都可以做到这一点?优选地,还可以根据CPU /网络使用进行排序。


我想要的是像perfmon,但在CLI中运行
Irfan

Answers:


4

“typeperf”是你的男人。试试typeperf /?用法。它给出了命令行中perfmon中可用的所有计数器。


我试过/?标志..但它没有意义..你可以为例如,给出显示CPU使用率及其网络使用情况的流程所需的行吗?
Irfan 2012年

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.