rtirq script

From my dabblings in Linux Audio, I've come across this nice script written by Rui Nuno Capela. Together with a config file that you can customize, you can use this script at boot time to adjust the priorities of various threads (including kernel threads) that have been created. Of course, you need to be using CONFIG_PREEMPT_RT for this to work.

If you decide to try it out, post your results (or anything you may learn about its use) here. Thanks!

You can find the script and config file here:
rtirq_script