Config.in 985 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_DSTAT
  2. bool "dstat"
  3. depends on BR2_USE_WCHAR # python
  4. select BR2_PACKAGE_PYTHON
  5. help
  6. Dstat, written in Python, is a versatile replacement for vmstat,
  7. iostat, netstat and ifstat. Dstat overcomes some of their limitations
  8. and adds some extra features, more counters and flexibility. Dstat is
  9. handy for monitoring systems during performance tuning tests,
  10. benchmarks or troubleshooting.
  11. Dstat allows you to view all of your system resources in real-time,
  12. you can e.g. compare disk utilization in combination with interrupts
  13. from your IDE controller, or compare the network bandwidth numbers
  14. directly with the disk throughput (in the same interval).
  15. Note that to get proper output, your terminal size should be known by
  16. the termios subsystem. This can be done by running the 'resize'
  17. utility of busybox.
  18. http://dag.wieers.com/home-made/dstat/
  19. comment "dstat requires a toolchain with WCHAR support"
  20. depends on !BR2_USE_WCHAR