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

Implement per-process children #97

Closed
giampaolo opened this issue May 23, 2014 · 5 comments
Closed

Implement per-process children #97

giampaolo opened this issue May 23, 2014 · 5 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on June 17, 2010 19:22:32

>>> p = psutil.Process(1029)
>>> p.children  # or p.get_children()
[1100, 1123, ...]

This would also be useful to, for example, kill or send a signal to a group of processes sharing the same parent.

Original issue: http://code.google.com/p/psutil/issues/detail?id=97

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on June 17, 2010 10:22:41

Summary: Implement per-process children

@giampaolo
Copy link
Owner Author

From g.rodola on June 17, 2010 13:49:40

Issue 93 has been merged into this issue.

@giampaolo
Copy link
Owner Author

From g.rodola on June 18, 2010 12:59:29

Implemented as r567 .

Status: Fixed
Labels: Milestone-0.1.4

@giampaolo
Copy link
Owner Author

From g.rodola on June 22, 2010 12:37:55

Labels: -Milestone-0.1.4 Milestone-0.2.0

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:53:22

Updated csets after the SVN -> Mercurial migration: r567 == revision 911302742dfe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant