# oeAware-manager **Repository Path**: openeuler/oeAware-manager ## Basic Information - **Project Name**: oeAware-manager - **Description**: Implement a plugin framework to manage collection,awareness,and tune plugins. - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 30 - **Created**: 2024-03-25 - **Last Updated**: 2025-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: A-Tune ## README # oeAware-manager #### Introduction oeAware is a framework for low load acquisition, sensing, and tuning on openEuler, with the goal of dynamically sensing the behavior of the system and then intelligently enabling the tuning characteristics of the system. #### Software Architecture Software Architecture Support arm and X86 #### Installation Tutorial ##### yum install ```sh yum install oeAware-manager ``` After the installation is complete, check if the installation was successful by using the following command. ```sh systemctl status oeaware ``` ##### source compile and run Dependent installation ```sh yum-builddep oeAware.spec ``` Compile ```sh mkdir build cd build cmake ... make ``` Run ```sh chmod 640 config.yaml . /build/src/plugin_mgr/oeaware config.yaml ``` #### Usage Notes [oeAware User's Guide](docs/oeAware用户指南.md)