renice command increasement by 5
on Knowledge Check Question 3.2 it wants to increase the niceness by 5. But none of the below seems to do it?
[root@localhost ~]# renice 5 28977
28977 (process ID) old priority 5, new priority 5
[root@localhost ~]# renice +5 28977
28977 (process ID) old priority 5, new priority 5
Comments
-
Right both set it to 5 since 5 and +5 are both positives. But the question is only valid if the niceness is 0 although that is not mentioned. "Question 3.2
Which command will increase the niceness by 5 units of the process with PID = 444?" not set it to 5. Or am I miss understanding something?Is there a command for a general increase of niceness independent of what it currently is or do you first need to know what it is and then have it increased by 5. (renice +5. renice +10, renice +15)
0 -
Hi @dolios ,
on Knowledge Check Question 3.2 it wants to increase the niceness by 5.
But none of the below seems to do it?I think the question should be "setup" instead "increase". I'll check it with Coop.
Is there a command for a general increase of niceness independent of what
it currently is or do you first need to know what it is and then have it increased by 5.
(renice +5. renice +10, renice +15)As far as I understand, "renice" is to setup a new niceness value for a running process. And "nice" is to start a process with a specific "niceness".
The good thing is that you can see it for yourself in a small test (I just did it):
1.- Start an application, let's say firefox.
2.- See the pid of the process, using "ps -fe | grep firefox" or "top".
3.- Run top with the pid, for example:top -p 3967
Where 3967 is the pid for firefox (the parent process) on my system.
4.- In another terminal do tests using "renice". For example:
renice 10 3967
And see what happens in the top output.
I hope that helps to clarify the use of nice and renice.
I'll check anyway the KC for this chapter.
Many regards,
Luis.1 -
This error should have been fixed months ago but seems to have fallen through the cracks. It should say "set " not "increase". It will be fixed in next update.
4 -
There is the same problem with the language on the page "Modifying the Nice Value" in module 3:
To raise the niceness of an already running process, it is easy to use the renice command, as in:
$ renice +3 13848
which will raise the nice value by 3 points for the process with pid = 13848.
In this case "raise the nice value by 3 points" sounds wrong for any process with a non-zero niceness before renice.
0 -
0
-
"Question 3.2
Which command will set the niceness to 5 units of the process with PID = 444? Select all answers that apply.A. renice 5 444
B. renice +5 444
C. nice -5 444
D. nice +5 444"As far as I can see, both A and B are correct (tested with sleep 100 & and used both commands with the pid of sleep--both worked).
When I select A, the results show that B is the correct answer.
When I retake the quiz and select B, the results show that A is the correct answer.
I feel that the instructional content for both nice and renice is not clear at all, particularly regarding + and no +.
Moreover, the man page for renice is a pile of hot garbage, as it only mentions + as an example and does not detail it in the OPTIONS section.
While I learned a lot about nice, renice, and ps (an even bigger pile of hot garbage), trying to figure out what was going on here, I recommend a review of this section of the course materials with an eye towards tightening up clarity a bit.
Thanks!
0 -
@chuckdsk Thats because both of them are correct!
0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 745 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 73 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 2 LFD103-JP クラス フォーラム
- 4 LFD210-CN Class Forum
- 764 LFD259 Class Forum
- 681 LFS101 Class Forum
- 2 LFS158-JP クラス フォーラム
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 19 LFS256 Class Forum
- 1.4K LFS258 Class Forum
- 165 LFS261 Class Forum
- 26 LFS267 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 105 Mobile Computing
- 18 Android
- 72 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 944 Programming and Development
- 310 Kernel Development
- 616 Software Development
- 977 Software
- 369 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)


