lkml.org 
[lkml]   [2008]   [Sep]   [24]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 24 Sep 2008 09:54:03 +0200
From"Jeroen van Rijn" <>
SubjectRe: Create real-time process from shell script
On Wed, Sep 24, 2008 at 3:55 AM, gshan <gshan@alcatel-lucent.com> wrote:
> Hello, Is there any way (or linux utilities) could be used to create a
> real-time process in shell script?
>
> Thanks,
> Gavin

nice -20 <command> <args>

or:

<command> <args> & pid=$!
renice -20 -p $pid

-- Jeroen


\
 
 \ /
  Last update: 2008-09-24 09:57    [from the cache]
©2003-2008