Config.in 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. config BR2_PACKAGE_SYSSTAT
  2. bool "sysstat"
  3. depends on BR2_USE_MMU # fork()
  4. help
  5. The sysstat utilities are a collection of performance
  6. monitoring tools for Linux. These include sar, sadf, mpstat,
  7. iostat, pidstat and sa tools.
  8. Some Features :
  9. * Input / Output and transfer rate statistics (global, per
  10. device, per partition, per network filesystem and per
  11. Linux task / PID)
  12. * CPU statistics (global, per CPU and per Linux task /
  13. PID), including support for virtualization architectures
  14. * Memory and swap space utilization statistics
  15. * Virtual memory, paging and fault statistics
  16. * Per-task (per-PID) memory and page fault statistics
  17. * Global CPU and page fault statistics for tasks and all
  18. their children
  19. * Process creation activity
  20. * Interrupt statistics (global, per CPU and per interrupt,
  21. including potential APIC interrupt sources)
  22. * Extensive network statistics: network interface activity
  23. (number of packets and kB received and transmitted per
  24. second, etc.) including failures from network devices;
  25. network traffic statistics for IP, TCP, ICMP and UDP
  26. protocols based on SNMPv2 standards; support for
  27. IPv6-related protocols.
  28. * NFS server and client activity
  29. * Socket statistics
  30. * Run queue and system load statistics
  31. * Kernel internal tables utilization statistics
  32. * System and per Linux task switching activity
  33. * Swapping statistics
  34. * TTY device activity
  35. * Power management statistics
  36. https://sysstat.github.io/