nice(3) Library Functions Manual nice(3)Name
nice - set program priority
Syntax
int nice(incr)
int incr;
Description
The scheduling priority of the process is augmented by incr. Positive priorities get less service than normal. Priority 10 is recommended
to users who wish to execute long-running programs without flack from the administration.
Negative increments are ignored except on behalf of the super-user. The priority is limited to the range -20 (most urgent) to 20 (least).
The priority of a process is passed to a child process by For a privileged process to return to normal priority from an unknown state,
should be called successively with arguments -40 (goes to priority -20 because of truncation), 20 (to get to 0), then 0 (to maintain com-
patibility with previous versions of this call).
Environment
In any mode, nice returns -1 and sets on an error. On success, the return value depends on the mode in which your program was compiled.
In POSIX or System V mode, it is the new priority; otherwise, it is zero. Note that, in POSIX and System V mode, -1 can indicate either
success or failure; must be used to determine which.
See Alsonice(1), fork(2), setpriority(2), renice(8)nice(3)
Check Out this Related Man Page
NICE(1) BSD General Commands Manual NICE(1)NAME
nice -- execute a utility with an altered scheduling priority
SYNOPSIS
nice [-n increment] utility [argument ...]
DESCRIPTION
nice runs utility at an altered scheduling priority. If an increment is given, it is used; otherwise an increment of 10 is assumed. The
super-user can run utilities with priorities higher than normal by using a negative increment. The priority can be adjusted over a range of
-20 (the highest) to 20 (the lowest). A priority of 19 or 20 will prevent a process from taking any cycles from others at nice 0 or better.
Available options:
-n increment
A positive or negative decimal integer used to modify the system scheduling priority of utility.
EXIT STATUS
The nice utility exits with one of the following values:
1-125 An error occurred in the nice utility.
126 The utility was found but could not be invoked.
127 The utility could not be found.
Otherwise, the exit status of nice will be that of utility.
COMPATIBILITY
The historic -increment option has been deprecated but is still supported in this implementation.
SEE ALSO csh(1), getpriority(2), setpriority(2), renice(8)STANDARDS
The nice utility conforms to IEEE Std 1003.2-1992 (``POSIX.2'').
HISTORY
A nice utility appeared in Version 6 AT&T UNIX.
BUGS
nice is built into csh(1) with a slightly different syntax than described here. The form 'nice +10' nices to positive nice, and 'nice -10'
can be used by the super-user to give a process more of the processor.
BSD June 6, 1993 BSD
I have an old HPUX 1020.
The /home size was 43% free yesterday.
This morning I found out that it is 100% full.
I didn't find any core files.
I need a script or a command that check for the largest files on ./home.
Thanks! (8 Replies)
i read a book about this a couple of times and i still find it confusing.
they talking about when you increase a priority number, that decreases nice number. I really dont understand this.
I'm working on a solaris and linux red hat 7.2 system.
if anyone can explain this stuff to me in... (3 Replies)
Hi! Experts,
Is there anyway to incerase the priority of a process which is already started and running??.. I think nice can used for increase priority when we start the process..
But donno how to do when its already running..
Any help would be apreciated..
Jyoti (2 Replies)
Anyone know where you can purchase a 5.1 cd set? IBM no longer ships this out and do not have a set. I have a burned copy, but would be nice to have the originals. I'd like to send my copies offsite for DR once i get an original set.
Thanks! (2 Replies)
Hi Everyone , have a nice
i would need a little help on this
i have file which contains blocks such as given below
<hgsdp:msisdn=923228719047,loc;
HLR SUBSCRIBER DATA
SUBSCRIBER IDENTITY
MSISDN IMSI STATE AUTHD
923228719047 410072110070614 CONNECTED ... (3 Replies)
Programname=$(basename $0) # While scheduling to cron, program name is needed.
Usage="Usage: $Programname "
IsCronJob=1 # default, script will run at now.
isBackUp=0 # default, it will take back up.
lFlag=0 # it is optional. default value is zero
LFlag=0 # it is optional. dfault... (10 Replies)
hello,
I have a process lauched by non-root user.
how to lauch this process with a very high priority?
I know this has to do with nice command but how to allow a user to lauch his process with a very high priority and without ROOT intervention?
PS: this process is always lauched from a... (2 Replies)
how to decrease priority of a particular process in time of process creation...
and also how to decrease priority of a particular process after process creation..
can any one please help me out... (2 Replies)
hi how to change the priority of a process for eg.if a,b,c these there process are running and if i have to give the b process as high priority and high severe level what should i do (3 Replies)
Hello,
Some guy said to me that using the nice command to decrease the priority of a process is a myth, that the operating system corrects the priorities as the processes need cpu. Is this true? (4 Replies)
hey guys.
im currently trying to make a program in unix (redhat, compiling the .c file using gcc) and i need urgent urgent help.
i need to save objects of structures in a file but they dont seem to be saving properly. ive been on it for a whole day now. dunno why i cant do it.
when i try to... (4 Replies)
Was wondering if anyone has come across any situation where you do your best to help users and in return you get a nice escalation from top level management!
Here's my story:
One fine morning, I was sitting idle, doing next to nothing, I got an alert from helpdesk people about a problem with... (30 Replies)
I've been looking online trying to find the correct value nice and priority can take in the limits.conf file. ON the man page it says;
Does this mean priority can be any negative number and any positive?
Then
Does this mean any number between -20 and 19 also what does the definition of nice... (13 Replies)
Hi All
I have to be careful how I word this as the last time I mentioned it everyone assumed I am a recruiter and I got some flack for it. So let me start by assuring you that I am not one, and this is not a commercial post in any way.
I'm posting this to see if I can interest anyone in... (2 Replies)