ubuntu-buildroot/package/iotop/Config.in

12 lines
272 B
Plaintext
Raw Normal View History

2024-04-01 15:19:46 +00:00
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/