diff options
Diffstat (limited to 'system/iotop/README')
-rw-r--r-- | system/iotop/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/system/iotop/README b/system/iotop/README index 8e7d6d8d42..5d0c993052 100644 --- a/system/iotop/README +++ b/system/iotop/README @@ -1,7 +1,6 @@ iotop is a Python program with a top-like UI used to show of behalf of which process is the I/O going on. -For iotop to work you need to have kernel with at least these options enabled: - -CONFIG_TASKSTATS=y -CONFIG_TASK_IO_ACCOUNTING=y +Both CONFIG_TASKSTATS and CONFIG_TASK_IO_ACCOUNTING need to be enabled in +your kernel config if you're using a custom kernel (Slackware's kernel does +include both of those). |