Check CPU Remotely?

  • Thread starter Thread starter Gis Bun
  • Start date Start date
G

Gis Bun

Is there a simple utility that will check to see what the CPU percentage of
the various processes on a server or workstation are but remotely? Last I
checked there is nothing by Sysinternals.

Thanks
 
hello,

you forgot pslist:
http://www.microsoft.com/technet/sysinternals/utilities/pslist.mspx

pslist -s 1 \\myremoteserver


--
Cordialement,
Mathieu CHATEAU
http://lordoftheping.blogspot.com


"Gis Bun" <GisBun@discussions.microsoft.com> wrote in message
news:43F39240-8689-4A08-A26B-3C2AC2C2BD8A@microsoft.com...
> Is there a simple utility that will check to see what the CPU percentage
> of
> the various processes on a server or workstation are but remotely? Last I
> checked there is nothing by Sysinternals.
>
> Thanks
>
 
Hmmmm. It's interesting that when I just tried it [on 5 machines], the CPU
column are all zero. On 3 of the machines, they were servers. I would expect
some type of CPU usage.

"Mathieu CHATEAU" wrote:

> hello,
>
> you forgot pslist:
> http://www.microsoft.com/technet/sysinternals/utilities/pslist.mspx
>
> pslist -s 1 \\myremoteserver
>
>
> --
> Cordialement,
> Mathieu CHATEAU
> http://lordoftheping.blogspot.com
>
>
> "Gis Bun" <GisBun@discussions.microsoft.com> wrote in message
> news:43F39240-8689-4A08-A26B-3C2AC2C2BD8A@microsoft.com...
> > Is there a simple utility that will check to see what the CPU percentage
> > of
> > the various processes on a server or workstation are but remotely? Last I
> > checked there is nothing by Sysinternals.
> >
> > Thanks
> >

>
>
 
Back
Top