CN106161538B - Application platform management system fusing X86 and ARM architecture - Google Patents

Application platform management system fusing X86 and ARM architecture Download PDF

Info

Publication number
CN106161538B
CN106161538B CN201510168380.4A CN201510168380A CN106161538B CN 106161538 B CN106161538 B CN 106161538B CN 201510168380 A CN201510168380 A CN 201510168380A CN 106161538 B CN106161538 B CN 106161538B
Authority
CN
China
Prior art keywords
application
architecture
platform
service
arm
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.)
Active
Application number
CN201510168380.4A
Other languages
Chinese (zh)
Other versions
CN106161538A (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.)
Beijing Dianzan Technology Co ltd
Original Assignee
Beijing Dianzan 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 Beijing Dianzan Technology Co ltd filed Critical Beijing Dianzan Technology Co ltd
Priority to CN201510168380.4A priority Critical patent/CN106161538B/en
Publication of CN106161538A publication Critical patent/CN106161538A/en
Application granted granted Critical
Publication of CN106161538B publication Critical patent/CN106161538B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses an application platform management system fusing an X86 and an ARM architecture, which is characterized in that basic architecture as service is deployed for an X86 architecture server cluster and an ARM architecture server cluster respectively, and the basic architecture as service is used for providing computing resources of an X86 architecture and the ARM architecture and managing and scheduling the resources; abstracting a tool box for carrying out unified operation on the cloud computing infrastructure on two infrastructures, namely service platforms, and carrying out API call on different infrastructure platforms; constructing a platform, namely a service, which can carry out statistical analysis and prediction on the load and the resource occupation condition of the application on a tool box, and dynamically scheduling X86 framework computing resources or ARM framework computing resources according to the statistical analysis and prediction results; the user sets the application based on the label, dynamically selects the strategy according to the label and the application load condition, and selects the computing resources of different architectures according to different strategies.

Description

Application platform management system fusing X86 and ARM architecture
Technical Field
The invention belongs to the field of computing resources in a cloud computing infrastructure platform, and particularly relates to an application platform management system fusing an X86 and an ARM architecture.
Background
The existing cloud computing platform as a service (PaaS) can only support an X86 architecture and does not support a mixed mode of an X86 architecture server and an ARM architecture server, so that different computing resources cannot be dynamically selected according to application requirements and loads, waste of the computing resources is caused, and the cost is high.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention provides an application platform management system integrating an X86 architecture and an ARM architecture, which automatically selects the computing resources of the X86 architecture or the computing resources of the ARM architecture according to the application requirements and load dynamics, and fully exerts the advantages of low power consumption of an ARM architecture server and high performance of a GPU (graphics processing unit), thereby improving the energy consumption ratio of the whole cloud computing center.
In order to achieve the purpose, the technical scheme of the invention is as follows: an application platform management system fusing an X86 architecture and an ARM architecture is characterized in that infrastructure as a service is deployed for an X86 architecture server cluster and an ARM architecture server cluster respectively, and the infrastructure as a service is used for providing computing resources of the X86 architecture and the ARM architecture and managing and scheduling the resources; abstracting a tool box for carrying out unified operation on the cloud computing infrastructure on two infrastructures, namely service platforms, and carrying out API call on different infrastructure platforms; constructing a platform, namely a service, which can carry out statistical analysis and prediction on the load and the resource occupation condition of the application on a tool box, and dynamically scheduling X86 framework computing resources or ARM framework computing resources according to the statistical analysis and prediction results; the user sets the application based on the label, dynamically selects the strategy according to the label and the application load condition, and selects the computing resources of different architectures according to different strategies.
Preferably, the system comprises the following components:
requirement/policy repository: providing an interface for defining application requirements for a user, storing the application requirements, converting the application requirements into a deployment and operation strategy, and providing the deployment and operation strategy for a platform delivery component and an operation control component;
software image library: providing basic software required by an application running platform;
a computing resource pool: providing hardware resources required by an application running platform in a virtualization mode based on Hypervisor;
platform as a service delivery component: according to the deployment or adjustment strategy, the application operating platform resources are adjusted by deploying or adjusting the software and hardware resource pool;
a runtime control component: and dynamically adjusting the computing resource pool according to the operation strategy and the actual operation condition, and dynamically providing an adjustment strategy for the platform, namely the service delivery component.
The invention has the beneficial effects that:
the application platform system supports the mixed mode of the X86 architecture server and the ARM architecture server, can automatically select the computing resources of the X86 architecture or the computing resources of the ARM architecture according to the application requirements and load dynamic, and fully exerts the advantages of low power consumption and high performance of the GPU of the ARM architecture server, thereby improving the energy consumption ratio of the whole cloud computing center.
Drawings
FIG. 1 is a schematic diagram of the overall architecture of the present invention incorporating X86 and ARM;
FIG. 2 is a schematic diagram of a platform as a service architecture according to the present invention;
FIG. 3 is a flow diagram of a fusion X86 and ARM architecture computing resource deployment adjustment component of the present invention;
FIG. 4 is a flow chart of deployment adjustment of computing resources in accordance with the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings in conjunction with the following detailed description. It should be understood that the description is intended to be exemplary only, and is not intended to limit the scope of the present invention. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present invention.
The whole architecture fusing the X86 and the ARM, as shown in figures 1 and 2,
1) respectively deploying infrastructure as a service (IaaS) for the X86 architecture server cluster and the ARM architecture server cluster, and providing computing resources of an X86 architecture and an ARM architecture, and managing and scheduling the resources;
2) abstracting a tool kit (ToolKit) for performing unified operation on the cloud computing infrastructure on two infrastructures, namely service platforms, and taking charge of performing API call on different infrastructure platforms;
3) constructing a platform as a service (PaaS) capable of performing statistical analysis and prediction on the load and resource occupation condition of the application on the tool box in the step 2), and dynamically scheduling X86 framework computing resources or ARM framework computing resources according to the statistical analysis and prediction results;
4) a user can set the application based on a label (Tag), dynamically select strategies according to the label and the application load condition, and select the computing resources of different architectures according to different strategies.
The strategy refers to a scheme set of X86 and ARM dynamic scheduling allocation technology resources for realizing the energy-saving target, and the strategy is stored in a requirement/strategy database.
The fused X86 and ARM architecture computing resource deployment adjustment component and flow diagram are shown in fig. 3.
1) Requirement/policy repository: providing an interface for defining application requirements for a user, storing the application requirements, converting the application requirements into a deployment and operation strategy, and providing the deployment and operation strategy for a platform delivery component and an operation control component;
2) software image library: providing basic software required by an application running platform;
3) a computing resource pool: providing hardware resources required by an application running platform in a virtualization mode based on Hypervisor;
4) platform as a service delivery component: according to the deployment or adjustment strategy, the application operating platform resources are adjusted by deploying or adjusting the software and hardware resource pool;
5) a runtime control component: and dynamically adjusting the computing resource pool according to the operation strategy and the actual operation condition, and dynamically providing an adjustment strategy for the platform, namely the service delivery component.
The flow of performing statistical analysis of resources on an application and performing deployment adjustment of computing resources according to the analysis predictions is shown in fig. 4.
The invention can give full play to the different characteristics of the X86 architecture server and the ARM architecture server to adapt to different application requirements and loads, and give full play to the advantages of low power consumption and high performance of the GPU of the ARM architecture server, thereby improving the energy consumption ratio of the whole cloud computing center.
It is to be understood that the above-described embodiments of the present invention are merely illustrative of or explaining the principles of the invention and are not to be construed as limiting the invention. Therefore, any modification, equivalent replacement, improvement and the like made without departing from the spirit and scope of the present invention should be included in the protection scope of the present invention. Further, it is intended that the appended claims cover all such variations and modifications as fall within the scope and boundaries of the appended claims or the equivalents of such scope and boundaries.

Claims (2)

1. An application platform management system fusing an X86 architecture and an ARM architecture is characterized in that infrastructure as a service is deployed for an X86 architecture server cluster and an ARM architecture server cluster respectively, and the infrastructure as a service is used for providing computing resources of the X86 architecture and the ARM architecture and managing and scheduling the resources; abstracting a tool box for carrying out unified operation on the cloud computing infrastructure on two infrastructures, namely service platforms, and carrying out API call on different infrastructure platforms; constructing a platform, namely a service, which can perform statistical analysis and prediction on the load and resource occupation condition of the application on a tool box, comparing the utilization rates of a CPU and a GPU by counting the utilization rates of the CPU and the GPU, expanding the computing resources of an X86 framework and updating an application requirement strategy library when the utilization rate of the CPU is greater than that of the GPU, or expanding the computing resources of an ARM framework and updating the application requirement strategy library; the user sets the application based on the label, dynamically selects the strategy according to the label and the application load condition, and selects the computing resources of different architectures according to different strategies.
2. The converged X86 and ARM architecture application platform management system of claim 1, wherein the system comprises the following components:
application requirement policy base: providing an interface for defining application requirements for a user, storing the application requirements, converting the application requirements into a deployment and operation strategy, and providing the deployment and operation strategy for a platform, namely a service delivery component and an operation control component;
software image library: providing basic software required by an application platform;
a computing resource pool: providing hardware resources required by an application platform in a virtualization mode based on a Hypervisor of a virtual machine;
platform as a service delivery component: according to the deployment and operation strategy, the application platform resources are adjusted by deploying or adjusting the software and hardware resource pool;
a runtime control component: and dynamically adjusting the computing resource pool according to the operation strategy and the actual operation condition, and dynamically providing an adjustment strategy for the platform, namely the service delivery component.
CN201510168380.4A 2015-04-12 2015-04-12 Application platform management system fusing X86 and ARM architecture Active CN106161538B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510168380.4A CN106161538B (en) 2015-04-12 2015-04-12 Application platform management system fusing X86 and ARM architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510168380.4A CN106161538B (en) 2015-04-12 2015-04-12 Application platform management system fusing X86 and ARM architecture

Publications (2)

Publication Number Publication Date
CN106161538A CN106161538A (en) 2016-11-23
CN106161538B true CN106161538B (en) 2020-06-12

Family

ID=57336001

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510168380.4A Active CN106161538B (en) 2015-04-12 2015-04-12 Application platform management system fusing X86 and ARM architecture

Country Status (1)

Country Link
CN (1) CN106161538B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107483257B (en) * 2017-08-25 2020-05-08 中国软件与技术服务股份有限公司 Application system deployment method and architecture based on X86 and ARM mixed environment
CN113946415A (en) * 2018-03-16 2022-01-18 华为技术有限公司 Scheduling method and device and main node
CN112667378A (en) * 2020-12-28 2021-04-16 紫光云技术有限公司 Computing resource scheduling method based on resource label
CN113075994B (en) * 2021-04-26 2023-05-30 华南理工大学 Energy-saving scheduling system, method and storage medium for X86 and ARM hybrid cloud computing

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102739771A (en) * 2012-04-18 2012-10-17 上海和辰信息技术有限公司 Cloud application integrated management platform and method supporting service fusion
CN102842076A (en) * 2012-07-16 2012-12-26 暨南大学 Container logistics real-time monitoring system and method based on internet of things and cloud computing
CN104135542A (en) * 2014-08-19 2014-11-05 浪潮(北京)电子信息产业有限公司 Heterogeneous load balancing management system and method in cloud computing environment
CN104468106A (en) * 2013-09-17 2015-03-25 上海俊悦光纤网络科技有限公司 Cloud computing terminal authentication method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120054731A1 (en) * 2010-08-24 2012-03-01 International Business Machines Corporation Method, System and Computer Programs to Assist Migration to a Cloud Computing Environment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102739771A (en) * 2012-04-18 2012-10-17 上海和辰信息技术有限公司 Cloud application integrated management platform and method supporting service fusion
CN102842076A (en) * 2012-07-16 2012-12-26 暨南大学 Container logistics real-time monitoring system and method based on internet of things and cloud computing
CN104468106A (en) * 2013-09-17 2015-03-25 上海俊悦光纤网络科技有限公司 Cloud computing terminal authentication method
CN104135542A (en) * 2014-08-19 2014-11-05 浪潮(北京)电子信息产业有限公司 Heterogeneous load balancing management system and method in cloud computing environment

Also Published As

Publication number Publication date
CN106161538A (en) 2016-11-23

Similar Documents

Publication Publication Date Title
Kumar et al. Renewable energy-based multi-indexed job classification and container management scheme for sustainability of cloud data centers
US11210759B2 (en) Placement optimization for virtualized graphics processing
US11669372B2 (en) Flexible allocation of compute resources
US10680892B2 (en) Managing servers with quality of service assurances
US9268394B2 (en) Virtualized application power budgeting
US9405572B2 (en) Optimized resource allocation and management in a virtualized computing environment
US9904975B2 (en) Scaling for virtualized graphics processing
US20170185452A1 (en) Apparatus and method for data processing
CN106161538B (en) Application platform management system fusing X86 and ARM architecture
CN110661842B (en) Resource scheduling management method, electronic equipment and storage medium
CN110837418A (en) High-concurrency web system based on container and implementation method
AU2019222810B2 (en) Scaling for virtualized graphics processing
US11093279B2 (en) Resources provisioning based on a set of discrete configurations
US20130054860A1 (en) Optimistic interrupt affinity for devices
US10127081B2 (en) Efficient resource management in a virtualized computing environment
Huang et al. Design and implementation of an edge computing platform architecture using Docker and Kubernetes for machine learning
CN107624181B (en) Virtual machine management method and apparatus including idling and scheduling of virtual processors
Chen et al. Utilization-based VM consolidation scheme for power efficiency in cloud data centers
CN105049267A (en) Hybrid cloud management method of sea of cloud OS and CloudStack
US11023266B2 (en) Detecting and counteracting a multiprocessor effect in a virtual computing environment
US9483317B1 (en) Using multiple central processing unit cores for packet forwarding in virtualized networks
Tan et al. Optimizing virtual machine live migration in distributed edge servers based on hybrid memory
Yu et al. Towards dynamic resource provisioning for traffic mining service cloud
Zhu et al. Balanced Cloud Edge resource allocation based on conflict conditions
CN109271179A (en) Virtual machine application management method, device, equipment and readable storage medium storing program for executing

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant