Re: Create real-time process from shell script

From: Sitsofe Wheeler
Date: Wed Sep 24 2008 - 04:44:41 EST


Jeroen van Rijn wrote:
On Wed, Sep 24, 2008 at 3:55 AM, gshan <gshan@xxxxxxxxxxxxxxxxxx> wrote:
Hello, Is there any way (or linux utilities) could be used to create a
real-time process in shell script?

nice -20 <command> <args>

If you prefer realtime scheduling (as in SCHED_FIFO etc) you may want to look at chrt (but this isn't really a linux kernel question so this might be the wrong list to ask).

--
Sitsofe | http://sucs.org/~sits/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/