-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #495 from odidev/spring_config
Add Phoronix Test Suite and Spring Cloud Config files
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
--- |