What do you mean by nice value?

Answers were Sorted based on User's Feedback



What do you mean by nice value?..

Answer / praveen

It can also be used to change the priority of process.

Is This Answer Correct ?    8 Yes 0 No

What do you mean by nice value?..

Answer / green

nice is a command used in unix.
Using nice command we can set the priority of a process.
Priority vales is between -20 to 19.
−20 is the highest priority and 19 or 20 is the lowest priority.

Is This Answer Correct ?    4 Yes 0 No

What do you mean by nice value?..

Answer / mudassar

Nice value is the value that controls {increments or decrements}
the priority of the process. This value that is returned by
the
nice () system call. The equation for using nice value is:
Priority = (“recent CPU usage”/constant) + (base- priority)
+ (nice value)
Only the administrator can supply the nice value.
The nice () system call works for the running process only.
Nice value of one process cannot affect the nice value of
the other process.

============================================================================

nice: Unix processes have an associated system nice value
which is used by the kernel to determine when it should be
scheduled to run. This value can be increased to facilitate
processes executing quickly or decreased so that the processes
execute slowly and thus do not interfere with other system
activities.

Is This Answer Correct ?    3 Yes 0 No

What do you mean by nice value?..

Answer / joe martin

Nice value sets how much processor time. It is the time
slice value.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Unix AllOther Interview Questions

What is file constructing in UNIX/AIX ?

2 Answers   IBM, TCS,


What scripting languages do you know?

1 Answers  


What is the number of the masked code ee@?

2 Answers   Accenture, Amazon, Amdocs,


i am prepairing for 2+ yrs exp in oracle/unix production support,can u tell me which type issue comes in server plz help

0 Answers   Crimson Logic,


What are the events done by the Kernel after a process is being swapped out from the main memory?

0 Answers  






What is the job responsibility of a System Administrator (UNIX/LINUX),briefly describe (Also point out system admin's daily job details),specify job type & job description?

2 Answers   HP, ICS Integrated Computer Solutions, TCS,


What is a daemon?

6 Answers  


What are setuid/setgid in relation to file permissions?

2 Answers   Cap Gemini, IBM,


Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????

1 Answers   TCS,


What is major difference between the Historic Unix and the new BSD release of Unix System V in terms of Memory Management?

1 Answers  


What is virtual memory?

2 Answers   BMC,


How do you log in to a remote Unix box?

2 Answers  


Categories