CN106406982A - 一种虚拟化平台监控的方法 - Google Patents

一种虚拟化平台监控的方法 Download PDF

Info

Publication number
CN106406982A
CN106406982A CN201610918050.7A CN201610918050A CN106406982A CN 106406982 A CN106406982 A CN 106406982A CN 201610918050 A CN201610918050 A CN 201610918050A CN 106406982 A CN106406982 A CN 106406982A
Authority
CN
China
Prior art keywords
service
cloud
agent
monitoring
rabbitmq
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610918050.7A
Other languages
English (en)
Inventor
潘峰
王德奎
于沈课
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201610918050.7A priority Critical patent/CN106406982A/zh
Publication of CN106406982A publication Critical patent/CN106406982A/zh
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45595Network integration; Enabling network access in virtual machine instances

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本发明公开了一种虚拟化平台监控的方法,所述方法通过虚拟化平台服务监控的工具cloud‑agent作为虚拟机中的后台服务,与IOP Manager交互,IOP Manager通过向cloud‑agent发送rabbitmq消息请求,进行各种服务的数据指标的监控和撤销监控操作,实现IOP Manager对虚拟化平台中各种运行中服务的监控管理。

Description

一种虚拟化平台监控的方法
技术领域
本发明涉及计算机虚拟机技术领域,具体涉及一种虚拟化平台监控的方法。
背景技术
PaaS(Platform-as-a-Service:平台即服务)是指将软件研发的平台作为一种服务,以SaaS的模式提交给用户。
PaaS把服务器平台作为一种服务提供的商业模式。PAAS平台通过网络进行程序提供的服务称之为SaaS(Software as a Service),而云计算时代相应的服务器平台或者开发环境作为服务进行提供就成为了 PaaS(Platform as a Service)。
为了便于监控创建的虚机实例中的各种服务的运行情况,需要一个后台服务专门处理各种监控指标的操作请求,来实现各种服务的监控管理。
发明内容
本发明要解决的技术问题是:本发明针对以上问题,提供一种虚拟化平台监控的方法,实现PaaS平台监控管理虚拟化平台中各种服务的运行状态。
本发明所采用的技术方案为:
一种虚拟化平台监控的方法,所述方法通过虚拟化平台服务监控的工具cloud-agent作为虚拟机中的后台服务,与IOP Manager(In-cloud Open Platform,一个PaaS平台管理)交互,IOP Manager可以通过向cloud-agent发送rabbitmq消息请求,进行各种服务的数据指标的监控和撤销监控操作,实现IOP Manager对虚拟化平台中各种运行中服务的监控管理。
所述虚拟化平台服务监控的工具为cloud-agent,一种名称为cloud-agent的云代理软件。
所述方法通过在虚拟机镜像中启动cloud-agent服务,并支持外部通过rabbitmq消息发送请求到cloud-agent服务,rabbitmq消息中携带监控指标启动或停止的标识,并有相应的监控任务的方法名,cloud-agent通过执行对应的shell命令获取到服务状态的详情,然后上报给IOP Manager,以管理各种服务状态的监控。
所述方法实现步骤如下:
1)IOP Manager(PaaS平台管理)创建haproxy服务时,首先创建虚机,在openstack镜像和vmware的镜像中添加了agent工具;
2)agent服务随开机启动,通过rabbitmq消息上报给IOP Manager,告知cloud-agent启动成功;
3)IOP Manager下发服务安装的Request请求到rabbitmq的消息队列中;
4)cloud-agent从rabbitmq的相应消息队列中获取Request请求,然后执行相应的服务安装流程;
5)IOP Manager下发服务所需的监控指标请求,cloud-agentt接收到rabbitmq的消息请求后,开启周期性数据监控任务线程,通过rabbitmq上报监控数据给IOP Manager。
HAProxy提供高可用性、负载均衡以及基于TCP和HTTP应用的代理,支持虚拟主机,它是免费、快速并且可靠的一种解决方案。HAProxy特别适用于那些负载特大的web站点,这些站点通常又需要会话保持或七层处理。HAProxy运行在当前的硬件上,完全可以支持数以万计的并发连接。并且它的运行模式使得它可以很简单安全的整合进您当前的架构中, 同时可以保护你的web服务器不被暴露到网络上。HAProxy实现了一种事件驱动,单一进程模型,此模型支持非常大的并发连接数。
OpenStack是一个由NASA(美国国家航空航天局)和Rackspace合作研发并发起的,以Apache许可证授权的自由软件和开放源代码项目。OpenStack支持几乎所有类型的云环境,项目目标是提供实施简单、可大规模扩展、丰富、标准统一的云计算管理平台。OpenStack通过各种互补的服务提供了基础设施即服务(IaaS)的解决方案,每个服务提供API以进行集成。
VMware一种虚拟机软件。
RabbitMQ是一个开源的AMQP实现,服务器端用Erlang语言编写,支持多种客户端,如:Python、Ruby、.NET、Java、JMS、C、PHP、ActionScript、XMPP、STOMP等,支持AJAX,用于在分布式系统中存储转发消息,在易用性、扩展性、高可用性等方面表现不俗。AMQP,即Advanced Message Queuing Protocol,高级消息队列协议,是应用层协议的一个开放标准,为面向消息的中间件设计。消息中间件主要用于组件之间的解耦,消息的发送者无需知道消息使用者的存在,反之亦然。
本发明的有益效果为:
本发明利用rabbitmq和虚拟化平台技术,实现PaaS平台监控管理虚拟化平台中各种服务的运行状态,来实现各种服务的监控管理。
具体实施方式
下面结合具体实施方式对本发明进一步说明:
实施例1:
一种虚拟化平台监控的方法,所述方法通过虚拟化平台服务监控的工具cloud-agent作为虚拟机中的后台服务,与IOP Manager(In-cloud Open Platform,一个PaaS平台管理)交互,IOP Manager可以通过向cloud-agent发送rabbitmq消息请求,进行各种服务的数据指标的监控和撤销监控操作,实现IOP Manager对虚拟化平台中各种运行中服务的监控管理。
实施例2
在实施例1的基础上,本实施例所述方法通过在虚拟机镜像中启动cloud-agent服务,并支持外部通过rabbitmq消息发送请求到cloud-agent服务,rabbitmq消息中携带监控指标启动或停止的标识,并有相应的监控任务的方法名,cloud-agent通过执行对应的shell命令获取到服务状态的详情,然后上报给IOP Manager,以管理各种服务状态的监控。
实施例3
在实施例2的基础上,本实施例实现流程如下:
1)IOP Manager(PaaS平台管理)创建haproxy服务时,首先创建虚机,在openstack镜像和vmware的镜像中添加了agent工具;
2)agent服务随开机启动,通过rabbitmq消息上报给IOP Manager,告知cloud-agent启动成功;
3)IOP Manager下发服务安装的Request请求到rabbitmq的消息队列中;
4)cloud-agent从rabbitmq的相应消息队列中获取Request请求,然后执行相应的服务安装流程;
5)IOP Manager下发服务所需的监控指标请求,cloud-agentt接收到rabbitmq的消息请求后,开启周期性数据监控任务线程,通过rabbitmq上报监控数据给IOP Manager。
实施方式仅用于说明本发明,而并非对本发明的限制,有关技术领域的普通技术人员,在不脱离本发明的精神和范围的情况下,还可以做出各种变化和变型,因此所有等同的技术方案也属于本发明的范畴,本发明的专利保护范围应由权利要求限定。

Claims (3)

1.一种虚拟化平台监控的方法,其特征在于,所述方法通过虚拟化平台服务监控的工具cloud-agent作为虚拟机中的后台服务,与IOP Manager交互,IOP Manager通过向cloud-agent发送rabbitmq消息请求,进行各种服务的数据指标的监控和撤销监控操作,实现IOPManager对虚拟化平台中各种运行中服务的监控管理。
2.根据权利要求1所述的一种虚拟化平台监控的方法,其特征在于,所述方法通过在虚拟机镜像中启动cloud-agent服务,并支持外部通过rabbitmq消息发送请求到cloud-agent服务,rabbitmq消息中携带监控指标启动或停止的标识,并有相应的监控任务的方法名,cloud-agent通过执行对应的shell命令获取到服务状态的详情,然后上报给IOP Manager,以管理各种服务状态的监控。
3.根据权利要求2所述的一种虚拟化平台监控的方法,其特征在于,所述方法实现步骤如下:
1)IOP Manager创建haproxy服务时,首先创建虚机,在openstack镜像和vmware的镜像中添加了agent工具;
2)agent服务随开机启动,通过rabbitmq消息上报给IOP Manager,告知cloud-agent启动成功;
3)IOP Manager下发服务安装的请求到rabbitmq的消息队列中;
4)cloud-agent从rabbitmq的相应消息队列中获取请求,然后执行相应的服务安装流程;
5)IOP Manager下发服务所需的监控指标请求,cloud-agentt接收到rabbitmq的消息请求后,开启周期性数据监控任务线程,通过rabbitmq上报监控数据给IOP Manager。
CN201610918050.7A 2016-10-21 2016-10-21 一种虚拟化平台监控的方法 Pending CN106406982A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610918050.7A CN106406982A (zh) 2016-10-21 2016-10-21 一种虚拟化平台监控的方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610918050.7A CN106406982A (zh) 2016-10-21 2016-10-21 一种虚拟化平台监控的方法

Publications (1)

Publication Number Publication Date
CN106406982A true CN106406982A (zh) 2017-02-15

Family

ID=58013363

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610918050.7A Pending CN106406982A (zh) 2016-10-21 2016-10-21 一种虚拟化平台监控的方法

Country Status (1)

Country Link
CN (1) CN106406982A (zh)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109150609A (zh) * 2018-08-28 2019-01-04 郑州云海信息技术有限公司 一种openstack网络系统规范化命名的安全组配置方法
CN109298915A (zh) * 2018-10-31 2019-02-01 山东浪潮云信息技术有限公司 一种云计算环境下的提供Openstack即服务的方法
CN110688284A (zh) * 2019-09-29 2020-01-14 武汉易酒批电子商务有限公司 一种管理和监控RabbitMq消息队列的方法及系统
CN114443222A (zh) * 2022-01-14 2022-05-06 苏州浪潮智能科技有限公司 一种虚拟机执行宿主机指令的方法及装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102713860A (zh) * 2011-12-30 2012-10-03 华为技术有限公司 一种用户体验指标监控方法及监控虚拟机
US20130339759A1 (en) * 2012-06-15 2013-12-19 Infosys Limted Method and system for automated application layer power management solution for serverside applications
CN103780696A (zh) * 2014-01-23 2014-05-07 北京荣之联科技股份有限公司 基于分布式推送的云监控方法、装置及系统
CN106293847A (zh) * 2016-08-17 2017-01-04 浪潮电子信息产业股份有限公司 一种虚拟化平台服务支撑的方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102713860A (zh) * 2011-12-30 2012-10-03 华为技术有限公司 一种用户体验指标监控方法及监控虚拟机
US20130339759A1 (en) * 2012-06-15 2013-12-19 Infosys Limted Method and system for automated application layer power management solution for serverside applications
CN103780696A (zh) * 2014-01-23 2014-05-07 北京荣之联科技股份有限公司 基于分布式推送的云监控方法、装置及系统
CN106293847A (zh) * 2016-08-17 2017-01-04 浪潮电子信息产业股份有限公司 一种虚拟化平台服务支撑的方法

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109150609A (zh) * 2018-08-28 2019-01-04 郑州云海信息技术有限公司 一种openstack网络系统规范化命名的安全组配置方法
CN109150609B (zh) * 2018-08-28 2021-06-15 郑州云海信息技术有限公司 一种openstack网络系统规范化命名的安全组配置方法
CN109298915A (zh) * 2018-10-31 2019-02-01 山东浪潮云信息技术有限公司 一种云计算环境下的提供Openstack即服务的方法
CN110688284A (zh) * 2019-09-29 2020-01-14 武汉易酒批电子商务有限公司 一种管理和监控RabbitMq消息队列的方法及系统
CN114443222A (zh) * 2022-01-14 2022-05-06 苏州浪潮智能科技有限公司 一种虚拟机执行宿主机指令的方法及装置
CN114443222B (zh) * 2022-01-14 2023-12-22 苏州浪潮智能科技有限公司 一种虚拟机执行宿主机指令的方法及装置

Similar Documents

Publication Publication Date Title
US9891942B2 (en) Maintaining virtual machines for cloud-based operators in a streaming application in a ready state
US8997093B2 (en) Application installation management by selectively reuse or terminate virtual machines based on a process status
US11294698B2 (en) Waiting a host determined specific amount of time before performing virtual network function migration
US9397902B2 (en) Methods and systems of tracking and verifying records of system change events in a distributed network system
US9367362B2 (en) Administration of virtual machine affinity in a cloud computing environment
US8533714B2 (en) Dynamic virtual machine domain configuration and virtual machine relocation management
US8656019B2 (en) Data processing workload administration in a cloud computing environment
US9384021B2 (en) System and method for virtualization aware server maintenance mode
US11003490B2 (en) Systems and methods for task processing in a distributed environment
US20110246627A1 (en) Data Center Affinity Of Virtual Machines In A Cloud Computing Environment
US20120102183A1 (en) Processing requests in a cloud computing environment
US20150268977A1 (en) System for virtual machine monitoring in cloud infrastructures
US20210224076A1 (en) Techniques for managing dependencies of an orchestration service
US20120102572A1 (en) Node controller for an endpoint in a cloud computing environment
US10691501B1 (en) Command invocations for target computing resources
CN106406982A (zh) 一种虚拟化平台监控的方法
US9710292B2 (en) Allowing management of a virtual machine by multiple cloud providers
KR101352699B1 (ko) 병렬 처리 기반의 가상 클러스터 컴퓨팅 시스템의 프로비저닝 방법 및 장치
US20190087204A1 (en) Template-based software discovery and management in virtual desktop infrastructure (VDI) environments
EP3207665B1 (en) Policies for analytics frameworks in telecommunication clouds
US20240004686A1 (en) Custom resource definition based configuration management
US20240012632A1 (en) Coordinating updates to an agent platform appliance in which agents of cloud services are deployed
US11586470B2 (en) Scalable workflow engine with a stateless orchestrator
KR101995991B1 (ko) 클라우드 기반 분산병렬 응용 워크플로우 실행 서비스의 제공 방법, 장치 및 시스템
Taylor et al. Innovations in simulation: Experiences with cloud-based simulation experimentation

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20170215

RJ01 Rejection of invention patent application after publication