Config.in 1.8 KB

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