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

[Feature Request] Memory hogging task monitor #3

Open
aquatiko opened this issue Oct 1, 2020 · 0 comments
Open

[Feature Request] Memory hogging task monitor #3

aquatiko opened this issue Oct 1, 2020 · 0 comments
Labels
enhancement New feature or request HacktoberFest

Comments

@aquatiko
Copy link
Collaborator

aquatiko commented Oct 1, 2020

The current implementation of taskKiller.sh kills some process which were observed to be memory hogging and were redundant as well. Thus it was an easy solution.

Can you write a separate script which can monitor tasks (between a startup and shutdown) which are memory hogging and keep a record in a file. The aim to to generate an analysis of your background tasks over many system runs, so that it is easier for you to decide which are those tasks which are memory hogging and redundant. They can be added to taskKiller.sh for automatic killing of those task.

Note:

Be careful while killing unknown task. Some task are essentially required for system to function and upon killing will make a system crash state. There won't be any permanent risk but unsaved data can be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HacktoberFest
Projects
None yet
Development

No branches or pull requests

1 participant