35a2cb0227
The http://pagesperso-orange.fr service being down, http://pagesperso-orange.fr/sebastien.godard/ is no longer accessible (or more precisely serves some HTML junk), meaning that we currently cannot download the tarball of sysstat from the official upstream location, and we always fallback to sources.buildroot.net. This commit therefore updates to use the new upstream location on github.io. The 12.6.1 release is available there, with the same hash, so we can just point to the new upstream location. Fixes: ERROR: while checking hashes from package/sysstat//sysstat.hash ERROR: sysstat-12.6.1.tar.xz has wrong sha1 hash: ERROR: expected: a730982e0c2d4964a0022c1509f3ea0a345402bc ERROR: got : d64a079729f2ff5b304294d68fbc041a46c4966d ERROR: Incomplete download, or man-in-the-middle (MITM) attack Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
config BR2_PACKAGE_SYSSTAT
|
|
bool "sysstat"
|
|
depends on BR2_USE_MMU # fork()
|
|
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
|
|
|
|
https://sysstat.github.io/
|