hi,
thanks for the suggestion of using nice.
how ever "nice" is a program which *starts* a program in the said priority. What i want to do, is, to change the priority of a running process *dynamically*. This dynamic decision must be based on the PID of the running process.
regards,
ashutosh.
On Thu, Dec 25, 2003 at 02:58:21PM +0530, Nasikkar, Ashutosh wrote:
What i want to do, is, to change the priority of a running process *dynamically*.
Try renice, or if you want more interesting ways to control running processes, try top.
Sameer.
On Thu, 2003-12-25 at 14:58, Nasikkar, Ashutosh wrote:
hi, how ever "nice" is a program which *starts* a program in the said priority.
Use renice. :-)
What i want to do, is, to change the priority of a running process *dynamically*. This dynamic decision must be based on the PID of the running process.
A wrapper shall script using renice?
regards,
HTH With regards,
On Thursday 25 Dec 2003 2:58 pm, Nasikkar, Ashutosh wrote:
hi,
thanks for the suggestion of using nice.
how ever "nice" is a program which *starts* a program in the said priority. What i want to do, is, to change the priority of a running process *dynamically*. This dynamic decision must be based on the PID of the running process.
regards,
ashutosh.
I think 'renice' does that...