Config.in 1.9 KB

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