PDA

View Full Version : Process utilization via command line?


James Bramich
December 12th 03, 06:44 PM
Hi,

Does anyone know if it is possible to get process mem &
cpu utilisation (as shown in Task manager) via a command
line tool?

Many thanks,

James

Andrej Budja [MVP]
December 12th 03, 06:46 PM
sure, you have several options.
1. write or get a WMI script that would do that. You might find
something here: http://cwashington.netreach.net/

2. get an application that does that.
http://www.sysinternals.com/ntw2k/freeware/pstools.shtml

Andrej

On Thu, 24 Jul 2003 02:09:11 -0700, "James Bramich"
> wrote:

>Hi,
>
>Does anyone know if it is possible to get process mem &
>cpu utilisation (as shown in Task manager) via a command
>line tool?
>
>Many thanks,
>
>James

Google