How do I find the list (only prints each time called) of running processes with its CPU usage, and network usage in command line on windows?

I know tasklist.exe but that doesn't have CPU/network usage.

Any .exe tools online that can do this? preferably those which can also sort according to CPU/network usage.

link|improve this question

40% accept rate
what I want is like perfmon , but running in CLI – Power-Inside Jun 9 '11 at 12:37
feedback

1 Answer

You can try out PsList utility from SysInternals (acquired by Microsoft now), although it doesn't display network usage.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.