Config.in 272 B

1234567891011
  1. comment "iotop depends on python3"
  2. depends on !BR2_PACKAGE_PYTHON3
  3. config BR2_PACKAGE_IOTOP
  4. bool "iotop"
  5. depends on BR2_PACKAGE_PYTHON3
  6. select BR2_PACKAGE_PYTHON3_CURSES
  7. help
  8. iotop does for I/O usage what top does for CPU usage.
  9. http://guichaz.free.fr/iotop/