ceilometer入门

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ceilometer入门相关的知识,希望对你有一定的参考价值。

使用devstack来安装ceilometer的开发环境

[[email protected] root]$ cd /opt/
# clone devstack仓库
[[email protected] root]$ git clone http://git.openstack.org/openstack-dev/devstack 
# 创建stack用户
[[email protected] root]$ bash /opt/devstack/tools/create-stack-user.sh
# 修改devstack目录的属主
[[email protected] root]$ chown -R stack. /opt/devstack/

# 创建local.conf配置文件
[[email protected] root]$ vim /opt/devstack/local.conf
[[local|localrc]]
GIT_BASE=http://git.trystack.cn
NOVNC_REPO=http://git.trystack.cn/kanaka/noVNC.git
SPICE_REPO=http://git.trystack.cn/git/spice/spice-html5.git
enable_plugin ceilometer http://git.openstack.org/openstack/ceilometer
CEILOMETER_BACKEND=mongodb

ADMIN_PASSWORD=yao
DATABASE_PASSWORD=yao
RABBIT_PASSWORD=yao
SERVICE_PASSWORD=$ADMIN_PASSWORD
RECLONE=no

# 执行stack安装程序
[[email protected] root]$ bash /opt/devstack/stack.sh


技术栈:

pecan:  rest api基本框架  https://segmentfault.com/a/1190000003810294

tenacity:  重连库  https://github.com/jd/tenacity

futurist:  定时任务  https://docs.openstack.org/developer/futurist/examples.html

Cotyledon:  进程管理  http://cotyledon.readthedocs.io/en/latest/api.html


ceilometer基本命令:

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/6/html/Administration_Guide/sect-Using_the_Telemetry_Service.html


现在ceilometer可以采集到虚拟机的cpu、内存、disk信息。(针对libvirt)



本文出自 “the-way-to-cloud” 博客,请务必保留此出处http://iceyao.blog.51cto.com/9426658/1912666

以上是关于ceilometer入门的主要内容,如果未能解决你的问题,请参考以下文章

Openstack 入门4

Ceilometer架构分析

Ceilometer 问题小记

Ceilometer RESTful框架

Ceilometer

推荐net开发cad入门阅读代码片段