# 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-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: A-Tune ## README # oeAware-manager #### 介绍 oeAware是在openEuler上实现低负载采集、感知、调优的框架,目标是动态感知系统行为后智能使能系统的调优特性。 #### 软件架构 软件架构说明 支持arm和X86 #### 安装教程 ##### yum安装 ```sh yum install oeAware-manager ``` 安装完成后,通过以下命令查看是否安装成功。 ```sh systemctl status oeaware ``` ##### 源码编译运行 依赖安装 ```sh yum-builddep oeAware.spec ``` 编译 ```sh mkdir build cd build cmake .. make ``` 运行 ```sh chmod 640 config.yaml ./build/src/plugin_mgr/oeaware config.yaml ``` #### 使用说明 [oeAware使用指南](docs/oeAware用户指南.md)