Skip to content

openeuler-mirror/oeAware-manager

Repository files navigation

oeAware-manager

介绍

oeAware是在openEuler上实现低负载采集、感知、调优的框架,目标是动态感知系统行为后智能使能系统的调优特性。

软件架构

软件架构说明

支持arm和X86

安装教程

yum安装
yum install oeAware-manager

安装完成后,通过以下命令查看是否安装成功。

systemctl status oeaware
源码编译运行

依赖安装

yum-builddep oeAware.spec

编译

mkdir build
cd build
cmake ..
make 

运行

chmod 640 config.yaml
./build/src/plugin_mgr/oeaware config.yaml

使用说明

oeAware使用指南

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages