This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_COLLECTL
bool "collectl"
depends on BR2_USE_MMU # perl
select BR2_PACKAGE_PERL # runtime
help
Collectl is a performance monitoring and benchmark tool that
tries to do it all. You can choose to monitor any of a broad
set of subsystems which currently include buddyinfo, cpu,
disk, inodes, infiniband, lustre, memory, network, nfs,
processes, quadrics, slabs, sockets and tcp.
http://collectl.sourceforge.net/

View File

@@ -0,0 +1,5 @@
# Locally calculated
sha256 2187264d974b36a653c8a4b028ac6eeab23e1885f8b2563a33f06358f39889f1 collectl-4.3.1.src.tar.gz
sha256 b92800d37afa2aa03c02817ff3b68efc7236436fe76af06ad9b1fc4682f59bcb ARTISTIC
sha256 264fe27852db5624e6a9a9845b4e14e91ee5007305b33e5556dfade394d578a8 COPYING
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 GPL

View File

@@ -0,0 +1,18 @@
################################################################################
#
# collectl
#
################################################################################
COLLECTL_VERSION = 4.3.1
COLLECTL_SOURCE = collectl-$(COLLECTL_VERSION).src.tar.gz
COLLECTL_SITE = http://downloads.sourceforge.net/collectl/collectl
COLLECTL_LICENSE = Artistic or GPL-2.0
COLLECTL_LICENSE_FILES = COPYING ARTISTIC GPL
define COLLECTL_INSTALL_TARGET_CMDS
(cd $(@D); \
DESTDIR=$(TARGET_DIR) ./INSTALL)
endef
$(eval $(generic-package))