-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
What is this for?
This will present the user with recommendations to help them make informed decisions so as to improve their system.
Data that we have:
- List of currently running processes
- Array of all currently running process' PIDs
- Currently selected process with it's PID, niceness, and CPU usage
- Monitoring CPU fluctuations Track CPU logic and fluctuating patterns #26
What can we do with this?
- If a process is not taking up a lot of CPU usage, then we can assume that it does not need a lot of priority and we can increase the niceness value (which in turn lowers the priority). The same goes for if a process is taking up a lot of CPU usage, then it is fair to say that we can lower the niceness (which raises the priority). Make niceness recommendations #32
Metadata
Metadata
Assignees
Labels
No labels