Is there a way to prioritise X applications with focus, preferably both in terms of CPU and I/O? Something like all X applications are I don't want to reinvent the wheel, so I was hoping someone had already developed an application that does this. |
I have not heard of something like this, so I know of no such software program, but that doesn't mean it can't be done, and without re-inventing the wheel either. I would start out by looking at a bash script that would look at certain stats like like PID, CPU Time, I/), all of which are dynamic, and then re-order them based your specific criteria. You'll want to run the bash script as a cron job. |