email

Thursday, September 24, 2009

How to get the CPU utilization of remote machine from command prompt

Use below command if you want to get the CPU utilization of remote machine from command prompt. It's very useful if you don't want to spend time in logging on to the server to verify the stats. Needless to say, replace RemoteMachine with your remote machine name in below command.

typeperf "\\RemoteMachine\processor(_Total)\% Processor Time"

Refer to my old article to know more about typeperf

Happy Learning...,
Sitaram Pamarthi

2 comments:

  1. You can do similar thing with Powershell as well

    http://techibee.com/powershell/use-powershell-to-monitor-cpu-ulitization/326

    ReplyDelete