Windows Vista Beta | WinVistaBeta.com - Message | Display processes CPU usage on remote server

September 07, 2008  
Subject: Display processes CPU usage on remote server
Group: microsoft.public.winternals
Date: 6/14/2007 11:00:13 AM
From: "Steve Burkett" [Email Address Protection]

Hi guys,

Have yet to find a way to do this.

Scenario: CPU goes to maximum on a remote server, one of the processes is
stuck in a loop and taking 100% CPU time. I want to from my workstation, get
a list of the processes and their current CPU usage to help spot the one
thats gone mental. Kind of like you can get with the Task Manager sorted by
CPU, but from a remote server.

Anyone got the answer?

Thanks for any help!


Steve.





Back
Subject: Re: Display processes CPU usage on remote server
Group: microsoft.public.winternals
Date: 6/20/2007 2:26:21 AM
From: "Wayne" [Email Address Protection]

I don't know of any Winternals software that will do that (but I could be
wrong). However, Dameware NT Utilities allows you to view this information
on a remote server.


"Steve Burkett" <steve.burkett@nospam.com> wrote in message
news:%23HzBe3qrHHA.1172@TK2MSFTNGP03.phx.gbl...
> Hi guys,
>
> Have yet to find a way to do this.
>
> Scenario: CPU goes to maximum on a remote server, one of the processes
> is stuck in a loop and taking 100% CPU time. I want to from my
> workstation, get a list of the processes and their current CPU usage to
> help spot the one thats gone mental. Kind of like you can get with the
> Task Manager sorted by CPU, but from a remote server.
>
> Anyone got the answer?
>
> Thanks for any help!
>
>
> Steve.
>
>
>
>



Back
Subject: Re: Display processes CPU usage on remote server
Group: microsoft.public.winternals
Date: 6/20/2007 5:09:04 AM
From: "Urpiano Cedazo" [Email Address Protection]

Hi,

You can see that using tasklist:

tasklist /s server_name

--
Un saludo
Urpiano Cedazo

"Steve Burkett" <steve.burkett@nospam.com> escribi en el mensaje de
noticias news:%23HzBe3qrHHA.1172@TK2MSFTNGP03.phx.gbl...
> Hi guys,
>
> Have yet to find a way to do this.
>
> Scenario: CPU goes to maximum on a remote server, one of the processes
> is stuck in a loop and taking 100% CPU time. I want to from my
> workstation, get a list of the processes and their current CPU usage to
> help spot the one thats gone mental. Kind of like you can get with the
> Task Manager sorted by CPU, but from a remote server.
>
> Anyone got the answer?
>
> Thanks for any help!
>
>
> Steve.
>
>
>
>


Back
Subject: Re: Display processes CPU usage on remote server
Group: microsoft.public.winternals
Date: 6/24/2007 2:48:17 AM
From: "Mathieu CHATEAU" [Email Address Protection]

hello,

as far as i know tasklist doesn't give the CPU usae but the cpu time..Am i
wrong ?

You can filter on cpu usage (HH:MM:SS not percent) , and display it with /V

But you don't know how much it consume now, only what is used since it
started


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


"Urpiano Cedazo" <el.urpi@melonares.org> wrote in message
news:OZhJYPzsHHA.4796@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> You can see that using tasklist:
>
> tasklist /s server_name
>
> --
> Un saludo
> Urpiano Cedazo
>
> "Steve Burkett" <steve.burkett@nospam.com> escribi en el mensaje de
> noticias news:%23HzBe3qrHHA.1172@TK2MSFTNGP03.phx.gbl...
>> Hi guys,
>>
>> Have yet to find a way to do this.
>>
>> Scenario: CPU goes to maximum on a remote server, one of the processes
>> is stuck in a loop and taking 100% CPU time. I want to from my
>> workstation, get a list of the processes and their current CPU usage to
>> help spot the one thats gone mental. Kind of like you can get with the
>> Task Manager sorted by CPU, but from a remote server.
>>
>> Anyone got the answer?
>>
>> Thanks for any help!
>>
>>
>> Steve.
>>
>>
>>
>>
>


Back
Subject: Re: Display processes CPU usage on remote server
Group: microsoft.public.winternals
Date: 6/25/2007 1:50:22 AM
From: "Urpiano Cedazo" [Email Address Protection]

Sure, you are right. I didn't read the question carefully, sorry. Perhaps
the answer would be use PsList (a SysInternals suite program):

pslist \\server -s

--
Un saludo
Urpiano Cedazo

"Mathieu CHATEAU" <gollum123@free.fr> escribi en el mensaje de noticias
news:1B6DCC3E-796B-4C32-9799-CC78B87F480A@microsoft.com...
> hello,
>
> as far as i know tasklist doesn't give the CPU usae but the cpu time..Am i
> wrong ?
>
> You can filter on cpu usage (HH:MM:SS not percent) , and display it with
> /V
>
> But you don't know how much it consume now, only what is used since it
> started
>
>
> --
> Cordialement,
> Mathieu CHATEAU
> http://lordoftheping.blogspot.com
>
>
> "Urpiano Cedazo" <el.urpi@melonares.org> wrote in message
> news:OZhJYPzsHHA.4796@TK2MSFTNGP04.phx.gbl...
>> Hi,
>>
>> You can see that using tasklist:
>>
>> tasklist /s server_name
>>
>> --
>> Un saludo
>> Urpiano Cedazo
>>
>> "Steve Burkett" <steve.burkett@nospam.com> escribi en el mensaje de
>> noticias news:%23HzBe3qrHHA.1172@TK2MSFTNGP03.phx.gbl...
>>> Hi guys,
>>>
>>> Have yet to find a way to do this.
>>>
>>> Scenario: CPU goes to maximum on a remote server, one of the processes
>>> is stuck in a loop and taking 100% CPU time. I want to from my
>>> workstation, get a list of the processes and their current CPU usage to
>>> help spot the one thats gone mental. Kind of like you can get with the
>>> Task Manager sorted by CPU, but from a remote server.
>>>
>>> Anyone got the answer?
>>>
>>> Thanks for any help!
>>>
>>>
>>> Steve.
>>>
>>>
>>>
>>>
>>
>


Back