renice IO operations



Hi, Unix friends,

I have a question regarding renice.

We know when server run out of CPU capacity, and we want to
increase the priority of a process running on CPU, we can lower the nice
value of that process so it get more CPU power than other processes, so its
job get done quicker.



What about, say, 10 processes are competing for Disk IO
resources. And I want process pid=100 to get higher priority on competing
disk io resource with other processes. Does renice has that kind of
function, or some other command/utility can do that?


--
Regards
Zhu Chao
www.cnoug.org
_______________________________________________
sunmanagers mailing list
sunmanagers@xxxxxxxxxxxxxxx
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



Relevant Pages

  • Couple of (re)nice questions
    ... Is it possible for root to increse the range of nice/renice from -10 ... I notice that a normal user can lower the priority but not raise it, ... user@work:~> renice 19 12345 ... I remotely raised the nice level of a CPU intensive process to -5. ...
    (comp.os.linux.misc)
  • Re: Controlling CPU utilization of a process
    ... For all other practical purposes idle time isn't really relevant. ... no other processes competing for CPU my process can take upto 100% CPU, ... If you use renice to lower your priority you process will not get in the way of any process with a higher priority. ...
    (comp.unix.solaris)
  • Re: [PATCH] Nicks scheduler policy v12
    ... So you renice it ... ... Every time you waggle a window, X will steal the cpu back from ... >> xmms, and it'll stall, surely? ... > xmms is that X is at its highest dynamic priority. ...
    (Linux-Kernel)
  • [ckpatch][3/29] 2.6.17-smpnice-staircase-16
    ... Implement the "staircase" hybrid foreground-background single priority ... array cpu scheduler policy. ... extern struct user_struct root_user; ... goto out_running; ...
    (Linux-Kernel)
  • [RFC][PATCH] O(1) Entitlement Based Scheduler
    ... This patch is a modification of the Oscheduler that introduces ... _entitlement_ to CPU resources that is determined by the number of _shares_ ... This patch provides both soft and hard CPU usage rate caps per ... one getting the most can be given a better priority, ...
    (Linux-Kernel)