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

Report on thread states #17

Closed
ncabatoff opened this issue Oct 15, 2017 · 2 comments
Closed

Report on thread states #17

ncabatoff opened this issue Oct 15, 2017 · 2 comments

Comments

@ncabatoff
Copy link
Owner

ncabatoff commented Oct 15, 2017

Split off from #16. New metrics desired:

Process threads:

  • Number of threads in state 'running' (R)
  • Number of threads in state 'interruptible sleeping' (S)
  • Number of threads in state 'uninterruptible sleeping' (D)
@flixr
Copy link
Contributor

flixr commented Oct 18, 2017

This would include #5

@ncabatoff
Copy link
Owner Author

Filed #22 for the context switches. I discovered that process state is available in /proc/pid/stat, whereas the context switches it seems do require reading /proc/pid/status.

@ncabatoff ncabatoff changed the title Report on context switches and thread states Report on thread states Aug 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants