From a099acd0993d92cb0bb2d672ede3110f5ab2ff37 Mon Sep 17 00:00:00 2001 From: odidev Date: Mon, 16 Sep 2024 11:16:02 +0000 Subject: [PATCH] Added Sysbench and OpenLDAP files Signed-off-by: odidev --- content/opensource_packages/openldap.md | 29 +++++++++++++++++++++++++ content/opensource_packages/sysbench.md | 29 +++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 content/opensource_packages/openldap.md create mode 100644 content/opensource_packages/sysbench.md diff --git a/content/opensource_packages/openldap.md b/content/opensource_packages/openldap.md new file mode 100644 index 00000000..dcb7196c --- /dev/null +++ b/content/opensource_packages/openldap.md @@ -0,0 +1,29 @@ +--- +name: OpenLDAP +category: Networking +description: OpenLDAP is an open-source software suite for implementing LDAP directory services, facilitating secure and scalable directory management and access. +download_url: https://git.openldap.org/openldap/openldap/-/tags +works_on_arm: true +supported_minimum_version: + version_number: OPENLDAP_REL_ENG_2_4_50 + release_date: 2020/04/28 + + +optional_info: + homepage_url: https://www.openldap.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://www.openldap.org/doc/admin26/quickstart.html + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Version "OPENLDAP_REL_ENG_2_4_50" has been successfully built and installed on the Neoverse N1, prior versions fail to build. + +--- diff --git a/content/opensource_packages/sysbench.md b/content/opensource_packages/sysbench.md new file mode 100644 index 00000000..2ffcbe46 --- /dev/null +++ b/content/opensource_packages/sysbench.md @@ -0,0 +1,29 @@ +--- +name: Sysbench +category: Miscellaneous +description: Sysbench is a benchmarking tool for evaluating system performance, including databases, CPU, memory, and I/O operations. +download_url: https://github.com/akopytov/sysbench/releases +works_on_arm: true +supported_minimum_version: + version_number: 1.0.0 + release_date: 2017/02/04 + + +optional_info: + homepage_url: https://github.com/akopytov/sysbench + support_caveats: + alternative_options: + getting_started_resources: + arm_content: https://learn.arm.com/learning-paths/servers-and-cloud-computing/mysql_benchmark/setup_sysbench/ + partner_content: + official_docs: https://github.com/akopytov/sysbench#:~:text=in%20your%20script.-,Installing%20from%20Binary%20Packages,-Linux + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. The initial rolled out version i.e. 1.0.0, has been successfully installed on the Neoverse N1. + +---