Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.