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

Properly handle multi-threading statistics in Linux #41

Closed
adelnoureddine opened this issue Jan 30, 2024 · 1 comment · Fixed by #36
Closed

Properly handle multi-threading statistics in Linux #41

adelnoureddine opened this issue Jan 30, 2024 · 1 comment · Fixed by #36
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@adelnoureddine
Copy link
Member

In Linux, PID CPU stats include child PIDs. However, the specific child stats (through thread TID) are not actualized in real time.
The goal is to explore what are the limits of current PID stats, how to integrate children process monitoring (light process/threads), and how to properly integrate that in PowerJoular.

@adelnoureddine adelnoureddine added the enhancement New feature or request label Jan 30, 2024
@adelnoureddine adelnoureddine self-assigned this Jan 30, 2024
@adelnoureddine
Copy link
Member Author

A first suggestion by @benjaminantunes is proposed in PR #36.

@adelnoureddine adelnoureddine added this to the 1.0 milestone Feb 22, 2024
@adelnoureddine adelnoureddine linked a pull request Jun 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant