CN112187840A - Resource management method, device, equipment and computer readable storage medium - Google Patents

Resource management method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN112187840A
CN112187840A CN201910596742.8A CN201910596742A CN112187840A CN 112187840 A CN112187840 A CN 112187840A CN 201910596742 A CN201910596742 A CN 201910596742A CN 112187840 A CN112187840 A CN 112187840A
Authority
CN
China
Prior art keywords
cloud platform
resource
resource management
target
calling interface
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
CN201910596742.8A
Other languages
Chinese (zh)
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 Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and 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 Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN201910596742.8A priority Critical patent/CN112187840A/en
Publication of CN112187840A publication Critical patent/CN112187840A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a resource management method, a device, equipment and a computer readable storage medium, wherein the method comprises the following steps: integrating resource calling interfaces corresponding to all current cloud platforms to obtain a target calling interface, wherein the target calling interface can call the resource calling interfaces corresponding to all the cloud platforms; acquiring a resource management request sent by a target calling interface, wherein the resource management request comprises a cloud platform identifier; determining a resource calling interface corresponding to the cloud platform identification according to the cloud platform identification and a preset corresponding relation; and performing resource management on the target cloud platform corresponding to the cloud platform identification through the resource calling interface corresponding to the cloud platform identification. Therefore, resource management of the cloud platforms can be achieved through one resource management device, and then a user does not need to purchase a plurality of whole sets of resource allocation and learn using methods of a plurality of calling interfaces, so that the resource management efficiency of the cloud platforms is improved, and the cost is reduced.

Description

Resource management method, device, equipment and computer readable storage medium
Technical Field
The present invention relates to the field of computers, and in particular, to a resource management method, device, and apparatus, and a computer-readable storage medium.
Background
At present, Infrastructure as a Service (IaaS) is provided by each cloud computing platform in the industry, and a cloud resource management scheme is also provided. For example, in a service using MapReduce for distributed computing, a user needs to purchase and manage a complete set of computing and storage resources when initiating a computing task.
Each big cloud platform provides a resource operation interface API which is strongly depended on by the platform, and the API is used by a user when the user self-defines and manages resources. In the prior art, if a user wants to implement resource management on multiple cloud platforms, the user needs to purchase resource operation interfaces corresponding to the multiple cloud platforms and learn a use method of resource operation interfaces APIs corresponding to the multiple cloud platforms respectively. Often at higher cost and requiring repeated learning.
Disclosure of Invention
The invention provides a resource management method, a resource management device, resource management equipment and a computer-readable storage medium, which are used for solving the technical problems that when resource management is carried out on a plurality of cloud platforms in the prior art, resource operation interfaces corresponding to the plurality of cloud platforms need to be purchased, and application methods of resource operation interfaces (APIs) corresponding to the plurality of cloud platforms need to be learned respectively.
A first aspect of the present invention provides a resource management method, including:
integrating resource calling interfaces corresponding to all current cloud platforms to obtain a target calling interface, wherein the target calling interface can call the resource calling interfaces corresponding to all the cloud platforms;
acquiring a resource management request sent by a target calling interface, wherein the resource management request comprises a cloud platform identifier;
determining a resource calling interface corresponding to the cloud platform identification according to the cloud platform identification and a preset corresponding relation;
and performing resource management on the target cloud platform corresponding to the cloud platform identification through the resource calling interface corresponding to the cloud platform identification.
A second aspect of the present invention provides a resource management apparatus, including:
the integration module is used for integrating the resource calling interfaces corresponding to all the current cloud platforms to obtain a target calling interface, and the target calling interface can call the resource calling interfaces corresponding to all the cloud platforms;
the resource management system comprises a resource management request acquisition module, a resource management module and a resource management module, wherein the resource management request acquisition module is used for acquiring a resource management request sent by a target calling interface, and the resource management request comprises a cloud platform identifier;
the calling interface determining module is used for determining a resource calling interface corresponding to the cloud platform identification according to the cloud platform identification and a preset corresponding relation;
and the management module is used for carrying out resource management on the target cloud platform corresponding to the cloud platform identification through the resource calling interface corresponding to the cloud platform identification.
A third aspect of the present invention provides a resource management device, including: a memory, a processor;
a memory; a memory for storing the processor-executable instructions;
wherein the processor is configured to perform the resource management method of the first aspect by the processor.
A third aspect of the present invention provides a computer-readable storage medium having stored thereon computer-executable instructions for implementing the resource management method according to the first aspect when the computer-executable instructions are executed by a processor.
According to the resource management method, the resource management device, the resource management equipment and the computer readable storage medium, a target calling interface capable of calling all resource calling interfaces is obtained by integrating the resource calling interfaces of all current cloud platforms, so that a resource management request of a user to any one or more cloud platforms can be received on the target calling interface, the resource calling interface corresponding to the cloud platform identification in the resource management request is determined according to the preset corresponding relation, and the resource management is performed on the target cloud platform corresponding to the cloud platform identification according to the resource calling interface corresponding to the cloud platform identification. Therefore, resource management of the cloud platforms can be achieved through one resource management device, and then a user does not need to purchase a plurality of whole sets of resource allocation and learn using methods of a plurality of calling interfaces, so that the resource management efficiency of the cloud platforms is improved, and the cost is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art according to the drawings.
Fig. 1 is a schematic flowchart of a resource management method according to an embodiment of the present invention;
fig. 2 is a flowchart illustrating a resource management method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a resource management device according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a resource management device according to a fourth embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other examples obtained based on the examples in the present invention are within the scope of the present invention.
The invention provides a resource management method, a resource management device, a resource management apparatus and a computer-readable storage medium, which aim to solve the technical problems that when resource management is performed on a plurality of cloud platforms in the prior art, resource operation interfaces corresponding to the plurality of cloud platforms need to be purchased, and using methods of resource operation interfaces (APIs) corresponding to the plurality of cloud platforms need to be learned respectively.
It should be noted that the resource management method, device, equipment and computer-readable storage medium provided by the present application may be applied in a scenario of resource management for any cloud platform.
Fig. 1 is a schematic flowchart of a resource management method according to an embodiment of the present invention, and as shown in fig. 1, the method includes:
step 101, integrating resource calling interfaces corresponding to all current cloud platforms to obtain a target calling interface, wherein the target calling interface can call the resource calling interfaces corresponding to all the cloud platforms.
The execution subject of this embodiment is a resource management device. In order to implement resource management of multiple cloud platforms by a resource management device, first, resource calling interfaces corresponding to all current cloud platforms need to be integrated to obtain a target calling interface. Through the target calling interface, the resource calling interfaces corresponding to all the cloud platforms can be called. The target calling interface can support any resource management operation of a user on other cloud platforms, wherein on the basis of any embodiment, the management operation comprises an adding operation, a deleting operation, a managing operation and an inquiring operation. In order to facilitate the resource management operation of the user, the front end can be further provided with a human-computer interaction interface, and the user can perform management operation and parameter input on the human-computer interaction interface.
Step 102, a resource management request sent by a target call interface is obtained, wherein the resource management request comprises a cloud platform identifier.
In this embodiment, the user may input the resource management request on the front-end display interface according to the current demand. To implement control of a particular cloud platform, a specific cloud platform identification may be included in the resource management request. As an implementable manner, a user can directly input a current resource management operation in a front-end display page, so that resource management can be performed on a cloud platform corresponding to a cloud platform identifier according to the cloud platform identifier and the resource management operation; optionally, the resource management request may include only a cloud platform identifier, and a resource calling interface corresponding to the cloud platform identifier is called according to the cloud platform identifier, and a user may perform resource management of the cloud platform in the resource calling interface, which is not limited herein.
Step 103, determining a resource calling interface corresponding to the cloud platform identifier according to the cloud platform identifier and a preset corresponding relation.
In this embodiment, after the resource management request including the cloud platform identifier is acquired, the resource calling interface corresponding to the cloud platform identifier may be determined according to the cloud platform identifier and a preset corresponding relationship.
And 104, performing resource management on the target cloud platform corresponding to the cloud platform identification through the resource calling interface corresponding to the cloud platform identification.
In this embodiment, since the target call interface can realize the call of any one resource call interface, after the resource management interface corresponding to the cloud platform identifier is determined, the resource management of the cloud platform corresponding to the cloud platform identifier can be performed through the resource call interface corresponding to the cloud platform identifier.
According to the resource management method provided by the embodiment, the resource calling interfaces of all current cloud platforms are integrated to obtain a target calling interface capable of calling all the resource calling interfaces, so that a resource management request of a user to any one or more cloud platforms can be received on the target calling interface, the resource calling interface corresponding to the cloud platform identification in the resource management request is determined according to the preset corresponding relation, and resource management is performed on the target cloud platform corresponding to the cloud platform identification according to the resource calling interface corresponding to the cloud platform identification. Therefore, resource management of the cloud platforms can be achieved through one resource management device, and then a user does not need to purchase a plurality of whole sets of resource allocation and learn using methods of a plurality of calling interfaces, so that the resource management efficiency of the cloud platforms is improved, and the cost is reduced.
Further, on the basis of any of the above embodiments, the resource management request further includes a management operation parameter; correspondingly, after determining the resource calling interface corresponding to the cloud platform identifier according to the cloud platform identifier and a preset corresponding relationship, the method further includes:
determining target parameter information corresponding to the management operation parameters in a resource calling interface corresponding to the cloud platform identification;
and managing the resources of the target cloud platform according to the target parameter information.
In this embodiment, in order to implement resource management on a plurality of cloud platforms, the resource management request may further include a management operation parameter in addition to the cloud platform identifier. The management operation includes, but is not limited to, adding, deleting, modifying, querying, etc. operations on the resource. Since the management operation parameters in the target calling interface are generated after the resource calling interfaces of all the cloud platforms are integrated, and may be different from data in a specific calling interface of a cloud platform, in order to achieve effective management of the cloud platform corresponding to the cloud platform identifier, after the resource calling interface corresponding to the cloud platform identifier is determined according to the cloud platform identifier and a preset corresponding relationship, target parameter information corresponding to the management operation parameters in the resource calling interface corresponding to the cloud platform identifier may be determined. And then the resource management can be carried out on the cloud platform corresponding to the cloud platform identification according to the target parameter information.
In the resource management operation provided by this embodiment, the target parameter information corresponding to the management operation in the resource calling interface corresponding to the cloud platform identifier is determined, and the resource management is performed on the cloud platform corresponding to the cloud platform identifier according to the target parameter information, so that the resource management operation on a plurality of cloud platforms can be realized through one resource management device, and thus a user does not need to purchase multiple sets of resource configurations, does not need to learn the use methods of the resource calling interfaces, and improves the resource management efficiency of the cloud platform.
Optionally, on the basis of any of the above embodiments, the performing resource management on the cloud platform corresponding to the cloud platform identifier through the resource calling interface corresponding to the cloud platform identifier includes:
acquiring a management operation page of the target cloud platform through the resource calling interface corresponding to the cloud platform identification;
acquiring management operation parameters input by a user on the management operation page;
and managing the resources of the target cloud platform according to the management operation parameters.
In this embodiment, the resource management request may include only the cloud platform identifier. The target calling interface can call the resource calling interface corresponding to each cloud platform, so that the management operation page corresponding to the target cloud platform can be obtained according to the resource calling interface corresponding to the cloud platform identifier. The user can input the management operation parameters in the management operation page, and further, the resource management of the target cloud platform can be directly realized according to the management operation parameters without converting the parameters.
According to the resource management method provided by the embodiment, the management operation page of the target cloud platform is called according to the resource management interface corresponding to the cloud platform identification, so that a user can input the resource management parameters in the management operation page, and further, the resource management of the target cloud platform can be realized according to the resource management parameters. And furthermore, the resource management of a plurality of cloud platforms can be realized through one resource management device.
Further, on the basis of any of the above embodiments, the method further includes:
and monitoring the operation condition of each cloud platform, and automatically expanding the capacity of each cloud platform according to the operation condition.
In this embodiment, in the using process of the cloud platform, when the stored data is excessive, a problem occurs in the operation of the cloud platform. Therefore, in order to enable the cloud platform to operate normally, the operation condition of the cloud platform can be supervised, and automatic capacity reduction and expansion operation can be performed according to the operation condition of the cloud platform. For example, if the data stored in the cloud platform is excessive, the capacity expansion operation may be performed on the cloud platform, so that the cloud platform operates normally; if the data stored in the cloud platform is less, the cloud platform can be subjected to capacity reduction operation in order to save resources.
According to the resource management method provided by the embodiment, the running state of the cloud platform is monitored, and automatic capacity reduction and expansion operation is performed according to the running state of the cloud platform, so that the normal running of the cloud platform can be ensured, and the running efficiency of the cloud platform is improved.
Fig. 2 is a schematic flow chart of a resource management method according to a second embodiment of the present invention, where on the basis of any one of the embodiments, as shown in fig. 2, the monitoring the operating conditions of each cloud platform and automatically expanding the capacity of each cloud platform according to the operating conditions includes:
step 201, monitoring the operation status of each cloud platform to obtain operation status information corresponding to each cloud platform, wherein the operation status information comprises at least one of resource usage information and operation performance information;
step 202, judging whether the running state information meets a preset capacity expansion rule;
and 203, if so, automatically expanding the capacity of the cloud platform.
In this embodiment, in order to implement automatic scaling of cloud platforms, an operation status of each cloud platform may be monitored to obtain operation status information corresponding to each cloud platform, where the operation status information includes, but is not limited to, resource usage information and operation performance information of the cloud platform. And judging whether the running condition information meets a preset capacity expansion rule, and if so, performing automatic capacity expansion operation on the cloud platform. For example, if the resource usage exceeds a preset threshold, an automatic capacity expansion operation may be performed on the cloud platform; correspondingly, if the resource usage is lower than a preset threshold, automatic capacity reduction operation can be performed on the cloud platform. If the running speed of the cloud platform is lower than the preset speed threshold, automatic capacity expansion operation can be performed on the cloud platform, and correspondingly, if the running speed of the cloud platform exceeds the preset speed threshold, automatic capacity reduction operation can be performed on the cloud platform. By way of example, the resource usage amount can be provided with a plurality of usage amount threshold values, and when the cloud platform resource usage amount exceeds each threshold value, the cloud platform is subjected to capacity reduction and expansion operation according to the capacity reduction and expansion memory amount corresponding to the threshold value, so that the cloud platform can be more accurately subjected to capacity reduction and expansion, and the operation efficiency of the cloud platform is improved.
According to the resource management method provided by the embodiment, the operation condition information of the cloud platform is obtained, and when the operation condition information meets the preset capacity expansion rule, capacity expansion operation is automatically performed on the cloud platform, so that normal operation of the cloud platform can be ensured, and the operation efficiency is improved.
Further, on the basis of any of the above embodiments, the method further includes:
and receiving a resource use request sent by the user, and providing resources of a public resource pool for the user to use according to the resource use request, wherein the resource use request comprises at least one of a memory to be occupied and a time to be occupied.
In this embodiment, as the resource usage amount of some small enterprise users to the cloud platform is small, the cost of purchasing a complete set of resource configuration is often high, and thus the cost is high. In order to reduce the cost of small enterprises or users with small resource usage, the resource management device provided by the embodiment is further provided with a public resource pool. The public resource pool can have the same capacity reduction and expansion functions with any cloud platform, and when the resource usage amount is large and the operation condition is poor, the public resource pool can be automatically reduced and expanded. The common resource pool may be provided to small businesses or customers with a small amount of resource usage. Specifically, a resource usage request sent by a user may be received, where the resource usage request includes at least one of a to-be-occupied memory and a to-be-occupied time. Accordingly, after receiving the resource usage request, the resources in the common resource pool may be provided to the user for use by the user according to the resource usage request. Optionally, the user may also be charged according to a preset charging rule and according to the memory and time used by the user.
According to the resource management method provided by the embodiment, the public resource pool is set, and the resources in the public resource pool are provided for the user to use according to the resource use request of the user, so that a small enterprise or a user with a small resource use amount can avoid the problem of overhigh cost caused by purchasing a whole set of resource configuration.
Fig. 3 is a schematic structural diagram of a resource management device according to a third embodiment of the present invention, and as shown in fig. 3, the resource management device includes:
the integration module 31 is configured to integrate resource calling interfaces corresponding to all current cloud platforms to obtain a target calling interface, where the target calling interface can call the resource calling interfaces corresponding to all the cloud platforms;
a resource management request obtaining module 32, configured to obtain a resource management request sent by a target call interface, where the resource management request includes a cloud platform identifier;
a calling interface determining module 33, configured to determine, according to the cloud platform identifier and a preset corresponding relationship, a resource calling interface corresponding to the cloud platform identifier;
and the first management module 34 is configured to perform resource management on the target cloud platform corresponding to the cloud platform identifier through the resource calling interface corresponding to the cloud platform identifier.
The resource management device provided in this embodiment integrates the resource calling interfaces of all current cloud platforms to obtain a target calling interface capable of calling all the resource calling interfaces, so that a resource management request of a user to any one or more cloud platforms can be received on the target calling interface, the resource calling interface corresponding to the cloud platform identifier in the resource management request is determined according to a preset corresponding relationship, and resource management is performed on the target cloud platform corresponding to the cloud platform identifier according to the resource calling interface corresponding to the cloud platform identifier. Therefore, resource management of the cloud platforms can be achieved through one resource management device, and then a user does not need to purchase a plurality of whole sets of resource allocation and learn using methods of a plurality of calling interfaces, so that the resource management efficiency of the cloud platforms is improved, and the cost is reduced.
Further, on the basis of any of the above embodiments, the resource management request further includes a management operation parameter; correspondingly, the device further comprises:
the parameter information acquisition module is used for determining target parameter information corresponding to the management operation parameters in the resource calling interface corresponding to the cloud platform identification;
and the second management module is used for managing the resources of the target cloud platform according to the target parameter information.
Further, on the basis of any of the above embodiments, the first management module includes:
the page acquisition unit is used for acquiring a management operation page of the target cloud platform through the resource calling interface corresponding to the cloud platform identification;
the management operation parameter acquisition unit is used for acquiring the management operation parameters input by the user on the management operation page;
and the resource management unit is used for managing the resources of the target cloud platform according to the management operation parameters.
Further, on the basis of any of the above embodiments, the management operation includes an addition operation, a deletion operation, a management operation, and a query operation.
Further, on the basis of any one of the above embodiments, the apparatus further includes:
and the capacity expansion module is used for monitoring the operation condition of each cloud platform and automatically expanding the capacity of each cloud platform according to the operation condition.
Further, on the basis of any of the above embodiments, the capacity expansion module includes:
the monitoring unit is used for monitoring the operation condition of each cloud platform to obtain operation condition information corresponding to each cloud platform, wherein the operation condition information comprises at least one of resource usage information and operation performance information;
the judging unit is used for judging whether the running condition information meets a preset capacity expansion rule or not;
and the capacity expansion unit is used for automatically expanding the capacity of the cloud platform if the capacity is expanded.
Further, on the basis of any one of the above embodiments, the apparatus further includes:
and the resource configuration module is used for receiving a resource use request sent by the user and providing resources of a public resource pool for the user to use according to the resource use request, wherein the resource use request comprises at least one of a memory to be occupied and time to be occupied.
Fig. 4 is a schematic structural diagram of a resource management device according to a fourth embodiment of the present invention, and as shown in fig. 4, the resource management device includes: a memory 41, a processor 42;
a memory 41; a memory 41 for storing instructions executable by the processor 42;
wherein the processor 42 is configured to execute the resource management method according to any of the above embodiments by the processor 42.
Yet another embodiment of the present invention further provides a computer-readable storage medium having stored therein computer-executable instructions for implementing when executed by a processor
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working process of the apparatus described above may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for resource management, comprising:
integrating resource calling interfaces corresponding to all current cloud platforms to obtain a target calling interface, wherein the target calling interface can call the resource calling interfaces corresponding to all the cloud platforms;
acquiring a resource management request sent by a target calling interface, wherein the resource management request comprises a cloud platform identifier;
determining a resource calling interface corresponding to the cloud platform identification according to the cloud platform identification and a preset corresponding relation;
and performing resource management on the target cloud platform corresponding to the cloud platform identification through the resource calling interface corresponding to the cloud platform identification.
2. The method of claim 1, wherein the resource management request further includes a management operation parameter; correspondingly, after determining the resource calling interface corresponding to the cloud platform identifier according to the cloud platform identifier and a preset corresponding relationship, the method further includes:
determining target parameter information corresponding to the management operation parameters in a resource calling interface corresponding to the cloud platform identification;
and managing the resources of the target cloud platform according to the target parameter information.
3. The method according to claim 1, wherein the performing resource management on the cloud platform corresponding to the cloud platform identifier through the resource calling interface corresponding to the cloud platform identifier comprises:
acquiring a management operation page of the target cloud platform through the resource calling interface corresponding to the cloud platform identification;
acquiring management operation parameters input by a user on the management operation page;
and managing the resources of the target cloud platform according to the management operation parameters.
4. The method of any of claims 1-3, wherein the management operations include add operations, delete operations, manage operations, and query operations.
5. The method according to any one of claims 1-3, further comprising:
and monitoring the operation condition of each cloud platform, and automatically expanding the capacity of each cloud platform according to the operation condition.
6. The method according to claim 5, wherein the monitoring the operating condition of each cloud platform, and automatically expanding the capacity of each cloud platform according to the operating condition comprises:
monitoring the operation condition of each cloud platform to obtain operation condition information corresponding to each cloud platform, wherein the operation condition information comprises at least one of resource usage information and operation performance information;
judging whether the running condition information meets a preset capacity expansion rule or not;
and if so, automatically expanding the capacity of the cloud platform.
7. The method according to any one of claims 1-3, 6, further comprising:
and receiving a resource use request sent by the user, and providing resources of a public resource pool for the user to use according to the resource use request, wherein the resource use request comprises at least one of a memory to be occupied and a time to be occupied.
8. A resource management apparatus, comprising:
the integration module is used for integrating the resource calling interfaces corresponding to all the current cloud platforms to obtain a target calling interface, and the target calling interface can call the resource calling interfaces corresponding to all the cloud platforms;
the resource management system comprises a resource management request acquisition module, a resource management module and a resource management module, wherein the resource management request acquisition module is used for acquiring a resource management request sent by a target calling interface, and the resource management request comprises a cloud platform identifier;
the calling interface determining module is used for determining a resource calling interface corresponding to the cloud platform identification according to the cloud platform identification and a preset corresponding relation;
and the management module is used for carrying out resource management on the target cloud platform corresponding to the cloud platform identification through the resource calling interface corresponding to the cloud platform identification.
9. A resource management device, comprising: a memory, a processor;
a memory; a memory for storing the processor-executable instructions;
wherein the processor is configured to perform the resource management method of any one of claims 1-7 by the processor.
10. A computer-readable storage medium having computer-executable instructions stored thereon, which when executed by a processor, implement the resource management method of any one of claims 1-7.
CN201910596742.8A 2019-07-02 2019-07-02 Resource management method, device, equipment and computer readable storage medium Pending CN112187840A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910596742.8A CN112187840A (en) 2019-07-02 2019-07-02 Resource management method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910596742.8A CN112187840A (en) 2019-07-02 2019-07-02 Resource management method, device, equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN112187840A true CN112187840A (en) 2021-01-05

Family

ID=73914482

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910596742.8A Pending CN112187840A (en) 2019-07-02 2019-07-02 Resource management method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN112187840A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103516759A (en) * 2012-06-28 2014-01-15 中兴通讯股份有限公司 Cloud system resource management method, cloud call center seat management method and cloud system
CN107959588A (en) * 2017-12-07 2018-04-24 郑州云海信息技术有限公司 Cloud resource management method, cloud resource management platform and the management system of data center
CN108449418A (en) * 2018-03-29 2018-08-24 新华三云计算技术有限公司 A kind of mixed cloud platform management system and method
CN109347676A (en) * 2018-11-02 2019-02-15 杭州云霁科技有限公司 A kind of isomery, integrated mixed cloud resource management platform
CN109450713A (en) * 2018-12-25 2019-03-08 无锡华云数据技术服务有限公司 Virtual platform and cloud platform based on gateway receive Guan Fangfa, equipment, medium
CN109451028A (en) * 2018-11-16 2019-03-08 深圳供电局有限公司 A kind of cloud management system based on adapter technique
CN109889480A (en) * 2018-12-25 2019-06-14 武汉烽火信息集成技术有限公司 Based on container and the totally-domestic of cloud platform fusion cloud platform management method and system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103516759A (en) * 2012-06-28 2014-01-15 中兴通讯股份有限公司 Cloud system resource management method, cloud call center seat management method and cloud system
CN107959588A (en) * 2017-12-07 2018-04-24 郑州云海信息技术有限公司 Cloud resource management method, cloud resource management platform and the management system of data center
CN108449418A (en) * 2018-03-29 2018-08-24 新华三云计算技术有限公司 A kind of mixed cloud platform management system and method
CN109347676A (en) * 2018-11-02 2019-02-15 杭州云霁科技有限公司 A kind of isomery, integrated mixed cloud resource management platform
CN109451028A (en) * 2018-11-16 2019-03-08 深圳供电局有限公司 A kind of cloud management system based on adapter technique
CN109450713A (en) * 2018-12-25 2019-03-08 无锡华云数据技术服务有限公司 Virtual platform and cloud platform based on gateway receive Guan Fangfa, equipment, medium
CN109889480A (en) * 2018-12-25 2019-06-14 武汉烽火信息集成技术有限公司 Based on container and the totally-domestic of cloud platform fusion cloud platform management method and system

Similar Documents

Publication Publication Date Title
US10055134B2 (en) Data compression method and storage system
US9979630B2 (en) Optimized consumption of third-party web services in a composite service
CN110704283A (en) Method, device and medium for uniformly generating alarm information
WO2018121210A1 (en) Elastic scaling method and device for containerized application on paas platform
CN112231108A (en) Task processing method and device, computer readable storage medium and server
CN112000457A (en) Method, apparatus and computer program product for managing tasks in a processing system
CN111858474B (en) Distributed storage system Inode number allocation management method and related components
CN112650575A (en) Resource scheduling method and device and cloud service system
US20160306656A1 (en) Intelligent application back stack management
US20150006738A1 (en) Managing Capacity in a Data Center by Suspending Tenants
CN113312553B (en) User tag determining method and device
CN108696554B (en) Load balancing method and device
CN108205559B (en) Data management method and equipment thereof
CN111294377A (en) Network request sending method of dependency relationship, terminal device and storage medium
CN110555009B (en) Processing method and device for Network File System (NFS) service
CN109286532B (en) Management method and device for alarm information in cloud computing system
WO2017088528A1 (en) Configuration information management method and apparatus, and operation maintenance centre or base station
CN110543357B (en) Method, related device and system for managing application program object
CN112187840A (en) Resource management method, device, equipment and computer readable storage medium
CN115827646A (en) Index configuration method and device and electronic equipment
CN114327819B (en) Task management method, device, equipment and storage medium
CN112487339B (en) Response method, device, equipment and storage medium for Web page request
CN111090627B (en) Log storage method and device based on pooling, computer equipment and storage medium
CN110162374B (en) Theme switching method, device, equipment and computer readable storage medium
CN110134547B (en) Middleware-based repeated data deleting method and related device

Legal Events

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

Application publication date: 20210105