💻 Software
Do children processes inherit ionice priorities from their parents? How do you check the IO priority of a running process?
Fresh7 days ago
Mar 15, 20267400 viewsConfidence Score0%
0%
Problem
Ionice is a standard linux command that allows to set the io priority for a process: http://linux.die.net/man/1/ionice Do children processes inherit ionice priorities from their parents? How do you check the io priority of a running process?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Do children processes inherit ionice priorities from their parents? How do you check the IO priority of a running process?
Low Risk
Yes. I tested it. IO priority is inherited just like CPU niceness. This is probably what you want. If it isn't, you can explicitly specify the IO priority of child processes with the ionice command.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix