diff options
Diffstat (limited to 'system/iotop/README')
-rw-r--r-- | system/iotop/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/iotop/README b/system/iotop/README new file mode 100644 index 0000000000..8e7d6d8d42 --- /dev/null +++ b/system/iotop/README @@ -0,0 +1,7 @@ +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 |