Skip to content
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

Ability to exclude pidtree underlying ps/wmic process from results #7

Open
magne4000 opened this issue Oct 18, 2018 · 0 comments
Open
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@magne4000
Copy link

Sometimes on windows (but probably on linux/mac also with ps), I'm having wmic process appearing in my process tree, but I would like to be able to have an option to force it not to show up in process tree.

Here is my use case:

pidtree(process.pid)
  .then(pidusage)
  .then(...);
  • pidtree(process.pid) sometimes includes wmic process
  • pidusage is executed upon wmic process, but I do not want it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants