| comment "iotop depends on python3" | |
| depends on !BR2_PACKAGE_PYTHON3 | |
| config BR2_PACKAGE_IOTOP | |
| bool "iotop" | |
| depends on BR2_PACKAGE_PYTHON3 | |
| select BR2_PACKAGE_PYTHON3_CURSES | |
| help | |
| iotop does for I/O usage what top does for CPU usage. | |
| http://guichaz.free.fr/iotop/ |