buildrootschalter/package/sysstat/Config.in
Thomas Petazzoni bbcbed1829 Remove all references to libintl
From now on, packages only need to select the BR2_PACKAGE_GETTEXT
option and depend on the 'gettext' package to get the necessary i18n
libraries installed on the target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[yann.morin.1998@free.fr: remove BR2_PACKAGE_LIBINTL]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
CC: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-09-20 21:33:38 +02:00

42 lines
1.8 KiB
Plaintext

config BR2_PACKAGE_SYSSTAT
bool "sysstat"
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
# Uses fork()
depends on BR2_USE_MMU
help
The sysstat utilities are a collection of performance
monitoring tools for Linux. These include sar, sadf, mpstat,
iostat, pidstat and sa tools.
Some Features :
* Input / Output and transfer rate statistics (global, per
device, per partition, per network filesystem and per
Linux task / PID)
* CPU statistics (global, per CPU and per Linux task /
PID), including support for virtualization architectures
* Memory and swap space utilization statistics
* Virtual memory, paging and fault statistics
* Per-task (per-PID) memory and page fault statistics
* Global CPU and page fault statistics for tasks and all
their children
* Process creation activity
* Interrupt statistics (global, per CPU and per interrupt,
including potential APIC interrupt sources)
* Extensive network statistics: network interface activity
(number of packets and kB received and transmitted per
second, etc.) including failures from network devices;
network traffic statistics for IP, TCP, ICMP and UDP
protocols based on SNMPv2 standards; support for
IPv6-related protocols.
* NFS server and client activity
* Socket statistics
* Run queue and system load statistics
* Kernel internal tables utilization statistics
* System and per Linux task switching activity
* Swapping statistics
* TTY device activity
* Power management statistics
http://pagesperso-orange.fr/sebastien.godard/