You can use htop as root to play around with nice values as well, it might actually be faster than having to hunt down the process id with ps and then having to use renice.
nick On Thu, 2009-06-25 at 23:13 -0400, Nicholas Accad wrote: > I think you are thinking of "renice", renice is to alter priority of a > running process, nice is to start the process with a set priority > -nick > > > On Thu, Jun 25, 2009 at 10:53 PM, Leslie > Satenstein<[email protected]> wrote: > > Nice requires you to type the command line name or program name. When you > > have two or three copies of the same command running, the nice command > > becomes a "trial and error" command. > > > > Is there a reason, to your knowledge, why the nice command could not be used > > against a group of processor id's? > > > > EG. nice -5 -p 1234 #bump up execution priority of process > > 1234 > > > > ------------------ > I Just learned about renice.
_______________________________________________ mlug mailing list [email protected] https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca
