I would love to have ps, top, and time on Windows to monitor the performance of a developed C++ application on Windows from a remote shell. Are any of these available?
From serverfault
ojblass
-
PsList
from SysInternals (now owned by Microsoft) forps
andtop
.For
ps
-like behaviour, simply:pslist
For
top
-like behaviour:pslist -s
timeit
from the Windows Server 2003 Resource Kit Tools fortime
.From Matthew Murdoch -
Doesn't powershell has some of those ? See here (comparison table)
-
Builtin to Windows is "tasklist /s remotepc"
20th Century Boy : How did I ever miss this command? -
Nothing important
-
Cygwin has 'time', but no 'top' and its 'ps' looks lame.
From Andrew -
ProcessExplorer by Sysinternals is very impressive.
From Garry Harthill
0 comments:
Post a Comment