| commit | 1bd95983b2703cb313ea301367ff3199fabd1f9d | [log] [tgz] |
|---|---|---|
| author | Nathan Scott <nathans@redhat.com> | Fri Aug 06 16:45:30 2021 +1000 |
| committer | BenBE <BenBE@geshi.org> | Mon Aug 09 07:56:13 2021 +0200 |
| tree | de70612626231c6f522ddf1a43ef36ec041fbb48 | |
| parent | aa0424ade806715ea0f410dc068a1eb648300bb9 [diff] |
Add columns for process autogroup identifier and nice value
Adds AGRP (autogroup) and ANI (autogroup nice) columns that
report the information from /proc/PID/autogroup, as well as
handlers for '{' and '}' to change the autogroup nice value.
This is guarded by /proc/sys/kernel/sched_autogroup_enabled
such that sampling and/or changing values wont be attempted
unless the kernel feature is enabled.
Fixes: #720