From eab3e460f0885a91c097b3afd6241b3b54699ebb Mon Sep 17 00:00:00 2001 From: odidev Date: Tue, 1 Oct 2024 09:12:13 +0000 Subject: [PATCH] Add accumulo and wrk files Signed-off-by: odidev --- content/opensource_packages/accumulo.md | 29 +++++++++++++++++++++++++ content/opensource_packages/wrk.md | 29 +++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 content/opensource_packages/accumulo.md create mode 100644 content/opensource_packages/wrk.md diff --git a/content/opensource_packages/accumulo.md b/content/opensource_packages/accumulo.md new file mode 100644 index 00000000..56ae5e62 --- /dev/null +++ b/content/opensource_packages/accumulo.md @@ -0,0 +1,29 @@ +--- +name: Accumulo +category: Databases - Big-data +description: Apache Accumulo is a powerful keyvalue storage system that can easily grow to handle large amounts of data and also offers strong security features. +download_url: https://github.com/apache/accumulo/tags +works_on_arm: true +supported_minimum_version: + version_number: 2.1.0 + release_date: 2022/11/01 + +optional_info: + homepage_url: https://accumulo.apache.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/apache/accumulo/tree/rel/2.1.0?tab=readme-ov-file#building + 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. Installation and testing are done manually using the released archive [tag](https://github.com/apache/accumulo/releases/tag/rel%2F2.1.0). + +--- diff --git a/content/opensource_packages/wrk.md b/content/opensource_packages/wrk.md new file mode 100644 index 00000000..0eec3a5c --- /dev/null +++ b/content/opensource_packages/wrk.md @@ -0,0 +1,29 @@ +--- +name: WRK +category: Monitoring/Observability +description: Wrk is a modern HTTP benchmarking tool that generates significant load on web servers to evaluate their performance. It features a multi-threaded design and customizable request patterns, making it ideal for stress testing and analyzing server responses. +download_url: https://github.com/wg/wrk/tags +works_on_arm: true +supported_minimum_version: + version_number: 1.0.0 + release_date: 2012/03/18 + +optional_info: + homepage_url: https://github.com/wg/wrk + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://github.com/wg/wrk/blob/master/INSTALL + 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. Installation and testing are done manually using the released tar [file](https://github.com/wg/wrk/releases/tag/1.0.0). + +---