tags:

views:

128

answers:

1

Does anybody know how to see the processes for all users using top command in cygwin (part of procps library under System).

I know this can be done in *nix but I am struggling in Cygwin. I have tried using pslist but it does not behave in a putty ssh console.

I need to have a solution where I can see a top like dialog using ssh. I do not have any NTLM SSO access to the Win2k3 guest at all so ssh is the only way in.

Thanks!
-JsD

+2  A: 

'top' only displays Cygwin processes. 'ps -W' will list Windows processes as well.

ak2