Skip to content

Commit

Permalink
Merge pull request #495 from odidev/spring_config
Browse files Browse the repository at this point in the history
Add Phoronix Test Suite and Spring Cloud Config files
  • Loading branch information
zachlasiuk authored Sep 27, 2024
2 parents eb54e4f + 19e6c6c commit b25aa97
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/opensource_packages/phoronix_test_suite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Phoronix Test Suite
category: Monitoring/Observability
description: The Phoronix Test Suite is a free benchmarking tool for Linux that enables users to execute various performance tests, analyze the results, and compare performance metrics across different systems.
download_url: https://github.com/phoronix-test-suite/phoronix-test-suite/releases
works_on_arm: true
supported_minimum_version:
version_number: 7.8.0
release_date: 2018/02/18


optional_info:
homepage_url: https://www.phoronix-test-suite.com/
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content:
official_docs: https://github.com/phoronix-test-suite/phoronix-test-suite?tab=readme-ov-file#installation--setup
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 via the tar archive [7.8.0](https://github.com/phoronix-test-suite/phoronix-test-suite/releases/tag/v7.8.0).

---
29 changes: 29 additions & 0 deletions content/opensource_packages/spring_cloud_config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Spring Cloud Config
category: Miscellaneous
description: Spring Cloud Config offers centralized management of external configurations for distributed applications. It handles both server and client-side settings, allowing apps to pull configurations from sources like Git repositories or databases.
download_url: https://github.com/phoronix-test-suite/phoronix-test-suite/releases
works_on_arm: true
supported_minimum_version:
version_number: 4.0.0
release_date: 2022/12/20


optional_info:
homepage_url: https://docs.spring.io/spring-cloud-config/docs/current/reference/html/
support_caveats:
alternative_options:
getting_started_resources:
arm_content:
partner_content:
official_docs: https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#_quick_start
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 using tar archive [4.0.0](https://github.com/spring-cloud/spring-cloud-config/releases/tag/v4.0.0), along with java-17.

---

0 comments on commit b25aa97

Please sign in to comment.