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
-
PsListfrom SysInternals (now owned by Microsoft) forpsandtop.For
ps-like behaviour, simply:pslistFor
top-like behaviour:pslist -stimeitfrom 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