diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2011-02-20 22:23:42 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-02-28 09:42:06 -0600 |
commit | c7ec96871228f4dd1497b9fc2a7ed219c8a8b20c (patch) | |
tree | fb68e64243b96c077589edf5f406aee593340f0a /system/iotop/README | |
parent | fb9686fc51213c9cabea81a797c9caed5c5a9659 (diff) | |
download | slackbuilds-c7ec96871228f4dd1497b9fc2a7ed219c8a8b20c.tar.gz |
system/iotop: Updated for version 0.4.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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). |