initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
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
|
||||
|
||||
http://pagesperso-orange.fr/sebastien.godard/
|
||||
@@ -0,0 +1,5 @@
|
||||
# From: http://sebastien.godard.pagesperso-orange.fr/download.html
|
||||
sha1 1e38bc029979def730ae1fb1e39f631bd1a3bc73 sysstat-12.4.2.tar.xz
|
||||
# Locally calculated
|
||||
sha256 3701b2c1883d50eb384d7b95ce5b6df0a71fdcb3c23f96cb58098d1bcffa018f sysstat-12.4.2.tar.xz
|
||||
sha256 db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73 COPYING
|
||||
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# sysstat
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SYSSTAT_VERSION = 12.4.2
|
||||
SYSSTAT_SOURCE = sysstat-$(SYSSTAT_VERSION).tar.xz
|
||||
SYSSTAT_SITE = http://pagesperso-orange.fr/sebastien.godard
|
||||
SYSSTAT_CONF_OPTS = --disable-file-attr
|
||||
SYSSTAT_DEPENDENCIES = host-gettext $(TARGET_NLS_DEPENDENCIES)
|
||||
SYSSTAT_LICENSE = GPL-2.0+
|
||||
SYSSTAT_LICENSE_FILES = COPYING
|
||||
SYSSTAT_CPE_ID_VENDOR = sysstat_project
|
||||
SYSSTAT_SELINUX_MODULES = sysstat
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LM_SENSORS),y)
|
||||
SYSSTAT_DEPENDENCIES += lm-sensors
|
||||
SYSSTAT_CONF_OPTS += --enable-sensors
|
||||
else
|
||||
SYSSTAT_CONF_OPTS += --disable-sensors
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user