-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PS command is not listing Windows processes #2110
Comments
@rrezino - Yes, it is, as expected. |
@rezzino: I guess it would help your case if you would provide a use case. E.g. do you need this functionality for your build setup to work? |
"Use case" -- fair question. Interesting though, Cygwin/MSYS2 has a |
Here's a use case. I have a Windows program that takes a while to run and uses memory. I want to use |
To be honest, I'd rather use windows tools to monitor windows processes, but I can understand your desire to use the same script everywhere. |
lacking this feature (ability to monitor windows processes) will prevent migration from cygwin for anything that needs to launch and control windows processes. I've got a couple of candidate applications that are preventing me from migrating. |
Call |
when you "control", do you mean by using windows cli tools (e.g., taskkill.exe)? |
Yes. You aren't going to get Cygwin equivalence because Cygwin |
I know this issue has been closed, but the proper solution to this had been if the microsoft windows processes had been presented as it's own namespace in the WSL, most of the GNU tools would have without modification been able to handle this and allowed computer users to get a full control of the game os too. |
I know there's tasklist and wmic but having to call these within a wsl linux distro means having to parse 2 more program ouput instead of just one. Making any custom script tools I create ( actually already have on cigwin ) more complex. Not all windows programs are launched from wsl!! Ps yet another reason migrating from cygwin is proving tricky! :( |
the feature has been completed? |
Your Windows build number: Microsoft Windows [Version 10.0.15063]
What you're doing and what's happening: When you use the PS command, it doesn't list the Windows processes
What's wrong / what should be happening instead: I should be able to see the Windows processes on the list as well
Strace of the failing command, if applicable: use command ps on ubuntu terminal
The text was updated successfully, but these errors were encountered: