mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
bdc286aa90
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
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/
|