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

[rigs] Add a system utilization rig #8

Closed
TurboTurtle opened this issue Feb 19, 2019 · 1 comment
Closed

[rigs] Add a system utilization rig #8

TurboTurtle opened this issue Feb 19, 2019 · 1 comment

Comments

@TurboTurtle
Copy link
Owner

The process rig can monitor process(es) for state changes and resource consumption. We should have one that monitors total system resource consumption as well.

We should be able to do this with the psutil module as we did with process.

We should be able to monitor:

  • cpu usage
  • specific cpu substats like %steal
  • total memory usage
  • disk usage/activity

What I'm not sure of as being advantageous but is possible to monitor (how easily remains to be seen):

  • load avg
  • runq size
  • temps/sensors
@TurboTurtle
Copy link
Owner Author

Resolved via 5ab8ed7

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

1 participant