summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index f6fbb5313..843b5878e 100644
--- a/TODO
+++ b/TODO
@@ -541,12 +541,14 @@ External:
* kernel: add device_type = "fb", "fbcon" to class "graphics"
* bootchart:
- use conf_parser for bootchart.conf
- change config options to CamelCase
+ - plot per-process IO utilization
+ - group processes based on service association (cgroups)
Regularly:
* look for close() vs. close_nointr() vs. close_nointr_nofail()
* check for strerror(r) instead of strerror(-r)