mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
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/
|