2022-02-09 17:50:44 +01:00
|
|
|
comment "iotop depends on python3"
|
|
|
|
depends on !BR2_PACKAGE_PYTHON3
|
2015-03-12 11:53:51 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_IOTOP
|
|
|
|
bool "iotop"
|
2022-02-09 17:50:44 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
|
|
select BR2_PACKAGE_PYTHON3_CURSES
|
2015-03-12 11:53:51 +01:00
|
|
|
help
|
|
|
|
iotop does for I/O usage what top does for CPU usage.
|
|
|
|
|
|
|
|
http://guichaz.free.fr/iotop/
|