summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-01-17 20:10:22 +0100
committerLennart Poettering <lennart@poettering.net>2018-01-22 16:26:55 +0100
commit3420075adf05d82a1cd98bc6a17e9349d1427f28 (patch)
treee41061dcfc91d67b18cb35e3c05d8d4911aa9361 /TODO
parentcgtop: make sure we can show a tasks number for the root cgroup too (diff)
downloadsystemd-3420075adf05d82a1cd98bc6a17e9349d1427f28.tar.xz
systemd-3420075adf05d82a1cd98bc6a17e9349d1427f28.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index c5686fb74d1..772fd83be6b 100644
--- a/TODO
+++ b/TODO
@@ -37,6 +37,15 @@ Features:
* add bpf-based implementation of devices cgroup controller logic for compat with cgroupsv2 as supported by newest kernel
+* emulate properties of the root cgroup on controllers that don't support such
+ properties natively on cpu/io/memory, the way we already do it for
+ "pids". Also, add the same logic to cgtop.
+
+* set TasksAccounting=1 on the root slice if we are running on the root cgroup,
+ and similar for the others, as soon as we emulate them properly. After all,
+ Linux keeps these system-wide stats anyway, and it costs nothing to expose
+ them.
+
* sd-bus: add vtable flag, that may be used to request client creds implicitly
and asynchronously before dispatching the operation