CN112671917A - Switch idle calculation power calling method and related equipment - Google Patents

Switch idle calculation power calling method and related equipment Download PDF

Info

Publication number
CN112671917A
CN112671917A CN202011579395.7A CN202011579395A CN112671917A CN 112671917 A CN112671917 A CN 112671917A CN 202011579395 A CN202011579395 A CN 202011579395A CN 112671917 A CN112671917 A CN 112671917A
Authority
CN
China
Prior art keywords
switch
load data
processor
computing processor
data
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.)
Withdrawn
Application number
CN202011579395.7A
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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202011579395.7A priority Critical patent/CN112671917A/en
Publication of CN112671917A publication Critical patent/CN112671917A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

The embodiment of the application provides an idle calculation power calling method for a switch and related equipment, belongs to the technical field of data processing, and solves the problem of resource waste caused by the fact that a computer processor carried by the switch is in an idle state in the existing scheme. The method comprises the following steps: acquiring basic resource parameters of the switch; acquiring load data of a computing processor of the switch in real time; screening out the computation processors of the switch which can be called based on the comparison of the load data of the computation processors of the switch and preset load data, wherein the preset load data are the computation processor data of the switch required by the task to be processed; and configuring tasks for the computing processor of the callable switch according to the basic resource parameters of the switch.

Description

Switch idle calculation power calling method and related equipment
Technical Field
The embodiment of the application relates to the technical field of data processing, in particular to an idle computing power calling method of a switch and related equipment.
Background
In the existing technical scheme, a data center usually adopts a Spine/Leaf topological architecture. The architecture can easily perform linear expansion on equipment of the data center, and can bring the advantages of load balance and redundancy. The topology of Spine/Leaf is shown in the following figure. Under this architecture, switches can take up a large number of devices in a data center. The switches of the data center are usually collocated with a CPU and a large RAM resource with good performance. However, in an actual operating environment, only the CPU resources are used during configuration and operation maintenance, and the CPU of the switch is idle for most of the time because the processing of the service flow is completed by the chip at other times, which causes the CPU resources of the switch to be wasted.
Disclosure of Invention
An object of the embodiment of the present application is to provide a method for invoking an idle computation power of a switch, which solves the technical problem of CPU resource waste of the switch in the prior art.
In a first aspect, an embodiment of the present application provides a method for invoking idle computation power of a switch, including:
acquiring basic resource parameters of the switch;
acquiring load data of a computing processor of the switch in real time;
screening out the callable computing processor of the switch based on the comparison of the load data of the computing processor of the switch and preset load data, wherein the preset load data is the computing processor data of the switch required by the task to be processed;
and configuring tasks for the computing processor of the switch which can be called according to the basic resource parameters of the switch.
Optionally, the step of obtaining load data of the computing processor of the switch in real time includes:
setting a time period for acquiring load data of a computing processor of the switch;
and acquiring the load data of the computing processor of the switch in real time in the time period.
Optionally, before the step of comparing the load data of the computing processor based on the switch with the preset load data, the method further includes:
and acquiring the highest load data of the computing processor of the switch in the time period.
Optionally, the step of screening out the callable computing processor of the switch by comparing the load data of the computing processor based on the switch with preset load data includes:
comparing the highest load data of the computing processor of the switch with the preset load data based on the preset time period;
if the highest load data of the computing processor of the switch in the preset time period is greater than the preset load data, not taking the computing processor of the switch as the computing processor of the switch which can be called;
and if the highest load data of the computing processor of the switch in the preset time period is less than or equal to the preset load data, taking the computing processor of the switch as the computing processor of the switch which can be called.
Optionally, the step of configuring a task for the computing processor of the switch that can be invoked according to the resource data of the switch includes:
and configuring tasks which are in accordance with the basic resource data of the switch for the computing processor of the callable switch according to the basic resource data of the switch.
Optionally, the method further includes:
judging the type of the task;
if the task is of a parallel operation type, adding the task to the switch so that the switch establishes a running environment of the task;
and if the task is an independent service type, adding the switch to a load balancer so that the switch establishes a running environment of the task.
Optionally, the method further includes:
and sending the running environment of the task to the switch, so that the switch establishes the running environment of the task through a set of container packing deployment method realized based on containerization.
In a second aspect, an embodiment of the present application provides a switch idle computation power invoking device, including:
the data acquisition module is used for acquiring the resource data of the switch;
the data monitoring module is used for acquiring the load data of the computing processor of the switch in real time;
the comparison module is used for comparing load data of the computing processor of the switch with preset load data to screen out the computing processor of the switch which can be called, wherein the preset load data is the computing processor data of the switch required by the task to be processed;
and the configuration module is used for configuring tasks for the computation processor of the callable switch according to the resource data of the switch.
In a third aspect, an embodiment of the present application provides an electronic device, including: the processor is used for realizing the steps of the switch idle computation power calling method when the computer program stored in the memory is executed.
In a fourth aspect, an embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored, where: the computer program, when executed by a processor, implements the steps of the switch idle computation power calling method as described above.
According to the switch idle calculation power calling method provided by the embodiment of the application, basic resource parameters of the switch are obtained; acquiring load data of a computing processor of the switch in real time; screening out the callable computing processor of the switch based on the comparison of the load data of the computing processor of the switch and preset load data, wherein the preset load data is the computing processor data of the switch required by the task to be processed; and configuring a task switch for the computing processor of the callable switch according to the basic resource parameters of the switch. The CPU resource of the switch is calculated to judge whether the task requirement is met, and when the CPU resource of the switch meets the task requirement, the CPU resource of the switch is called, so that the waste of the CPU resource of the switch is avoided.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart of a switch idle computation invoking method according to an embodiment of the present application;
fig. 2 is an application schematic diagram of an idle computation power calling method of a switch in a specific scenario according to an embodiment of the present application;
fig. 3 is a schematic application diagram of an idle computation power calling method of a switch in another specific scenario provided in the embodiment of the present application;
fig. 4 is a schematic diagram of an idle computation power invoking device of a switch according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of a storage electronic device according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of a computer-readable storage medium according to an embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings, and it is obvious that the described embodiments are some, but not all, of the embodiments of the present application. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without any creative effort belong to the protection scope of the embodiments in the present application.
The terms "comprising" and "having," and any variations thereof, as referred to in the embodiments of the present application, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements but may alternatively include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The switch idle computation power calling method provided by the embodiment of the application, as shown in fig. 1, includes:
s101, acquiring basic resource parameters of the switch;
illustratively, the method registers to a main control end when the switch is initialized, and sends resource information of a CPU, a RAM, a network and the like of the switch, namely, basic resource parameters of the switch are obtained.
S102, acquiring load data of a computing processor of the switch in real time;
monitoring the running state of a computing processor of the switch in real time, acquiring a real-time task list of the computing processor of the switch, and acquiring load data of the computing processor of the switch according to the real-time task list;
s103, comparing load data of the computing processor of the switch with preset load data to screen out the computing processor of the switch which can be called, wherein the preset load data is the computing processor data of the switch required by the task to be processed;
illustratively, the main control end configures a software operating environment and a CPU load threshold parameter for the switch to join in the service processing, that is, the CPU load threshold parameter for the switch to join in the service processing is the preset load data.
And S104, configuring tasks for the calculation processor of the callable switch according to the basic resource parameters of the switch.
Illustratively, the task that the switch can handle will be configured according to the basic resource parameters of the switch.
The CPU resource of the switch is calculated to judge whether the task requirement is met, and when the CPU resource of the switch meets the task requirement, the CPU resource of the switch is called, so that the waste of the CPU resource of the switch is avoided.
In a possible implementation manner, the step of acquiring load data of the computing processor of the switch in real time includes:
setting a time period for acquiring load data of a computing processor of the switch;
and acquiring the load data of the computing processor of the switch in real time in the time period.
Illustratively, by acquiring the load data of the computing processor of the switch within a period of time, the accidental acquisition of the load data of the computing processor of the switch is avoided, so that the acquired load data of the computing processor of the switch is reliable and stable.
In a possible implementation manner, before the step of comparing the load data of the computing processor based on the switch with the preset load data, the method further includes:
and acquiring the highest load data of the computing processor of the switch in the time period.
Illustratively, by acquiring the highest load data of the computing processor of the switch within a period of time, the accidental acquisition of the load data of the computing processor of the switch is avoided, so that the acquired load data of the computing processor of the switch is reliable and stable.
In a possible embodiment, the step of screening out callable computing processors of the switch by comparing the load data of the computing processors of the switch with preset load data includes:
comparing the highest load data of the computing processor of the switch with the preset load data based on the preset time period;
if the highest load data of the computing processor of the switch in the preset time period is greater than the preset load data, not taking the computing processor of the switch as the computing processor of the switch which can be called;
and if the highest load data of the computing processor of the switch in the preset time period is less than or equal to the preset load data, taking the computing processor of the switch as the computing processor of the switch which can be called.
Illustratively, by comparing the highest load data of the computing processor of the switch with the preset load data within the preset time period, the contingency of instantly acquiring the load data of the computing processor of the switch is avoided, so that the acquired load data of the computing processor of the switch is reliable and stable.
In a possible embodiment, the step of configuring a task for the computing processor of the callable switch according to the resource data of the switch includes:
and configuring tasks which are in accordance with the basic resource data of the switch for the computing processor of the callable switch according to the basic resource data of the switch.
Illustratively, the computing processor of the callable switch is configured with tasks according to the basic resource data of the switch, so that unexpected situations such as errors in task distribution and damage to the switch are avoided.
In one possible embodiment, the method further comprises:
judging the type of the task;
if the task is of a parallel operation type, adding the task to the switch so that the switch establishes a running environment of the task;
and if the task is an independent service type, adding the switch to a load balancer so that the switch establishes a running environment of the task.
Illustratively, different processing is performed according to different task types, so that the switch idle calculation force calling is suitable for more occasions and is more reliable.
In one possible embodiment, the method further comprises:
and sending the running environment of the task to the switch, so that the switch establishes the running environment of the task through a set of container packing deployment method realized based on containerization.
The technical scheme is characterized in that a container packaging deployment solution is realized by adopting containerization, and a lightweight virtualization technology is realized based on an operating system kernel.
The container scheme based on Docker provides a set of mechanisms for effectively utilizing the idle CPU resources of the switch, and can increase the operation benefit in the data center and reduce the cost of the data center.
For example, referring to fig. 2, a proxy server role may be set in the switch, then, a user may configure parameters and tasks at a main control end, and when an idle condition of the switch is triggered, the user may notify the main control end of the configuration parameters and tasks, that is, the main control end may configure parameters by using a computing processor of the switch as a callable computing processor of the switch, and the switch may send a system query, and the main control end may transfer operating parameters, and the proxy server role set in the switch may establish a service 1 and a service 2 according to the configuration parameters, and the main control end may add a new operation node to a load balancer and add a new operation node to a load balancing configuration, where the system query is basic resource data, the configuration parameters and the tasks are operating environment parameters of the tasks, and the main control end is a server.
Referring to fig. 3, if the switch is configured with a proxy server role, a user configures parameters and tasks at a master control end, and notifies the master control end when an idle condition of the switch is triggered, that is, the computing processor of the switch is used as a callable computing processor of the switch, the master control end configures the parameters, the switch sends a system query, the master control end transfers operating parameters, the proxy server role set in the switch establishes services 1 and 2, the master control end adds a new operation node into a load balancer, and adds the new operation node into a load balancing configuration, wherein the system query is basic resource data, the configuration parameters and the tasks are operating environment parameters of the tasks, and the master control end is a server.
In a possible implementation manner, please refer to fig. 4, an embodiment of the present application provides a switch idle computation power invoking device, including:
a data obtaining module 201, configured to obtain resource data of the switch;
a data monitoring module 202, configured to obtain load data of a computing processor of the switch in real time;
a comparison module 203, configured to compare load data of a computing processor of the switch with preset load data, and screen out a computing processor of the switch that can be called, where the preset load data is computing processor data of the switch required by a task to be processed;
a configuration module 204, configured to configure a task for the computing processor of the switch according to the resource data of the switch.
In one possible implementation manner, please refer to fig. 5, an embodiment of the present application provides an electronic device, which includes a memory 310, a processor 320, and a computer program 311 stored in the memory 320 and running on the processor 320, wherein when the processor 320 executes the computer program 311, the steps of the switch idle calculation call method described above are implemented.
In one possible implementation, please refer to fig. 6, an embodiment of the present application provides a computer-readable storage medium 400, on which a computer program 411 is stored, where the computer program 411 implements the steps of the switch idle computation power calling method as described above when being executed by a processor.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
For another example, the division of the above-mentioned units is only one logical function division, and there may be other division manners in actual implementation, and for another example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments provided in the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The above functions, if implemented in the form of software functional units and sold or used as a separate product, may be stored in a computer-readable storage medium. Based on such understanding, the technical solutions of the embodiments of the present application, which essentially or partly contribute to the prior art, may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the above methods of the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus once an item is defined in one figure, it need not be further defined and explained in subsequent figures, and moreover, the terms "first", "second", "third", etc. are used merely to distinguish one description from another and are not to be construed as indicating or implying relative importance.
Finally, it should be noted that: the above embodiments are merely specific implementations of the embodiments of the present application, which are used to illustrate the technical solutions of the embodiments of the present application and not to limit the embodiments, and the scope of the embodiments of the present application is not limited thereto, and although the embodiments of the present application are described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope disclosed in the embodiments of the present application; such modifications, changes or substitutions do not depart from the scope of the embodiments of the present application. Are intended to be covered by the scope of the embodiments of the present application. Therefore, the protection scope of the embodiments of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. A switch idle computation power calling method is characterized by comprising the following steps:
acquiring basic resource parameters of the switch;
acquiring load data of a computing processor of the switch in real time;
screening out the computation processors of the switch which can be called based on the comparison of the load data of the computation processors of the switch and preset load data, wherein the preset load data are the computation processor data of the switch required by the task to be processed;
and configuring tasks for the computing processor of the callable switch according to the basic resource parameters of the switch.
2. The switch idle computation power calling method of claim 1, wherein the step of obtaining load data of a computation processor of the switch in real time comprises:
setting a time period for acquiring load data of a computing processor of the switch;
load data of a computing processor of the switch is obtained in real time during the time period.
3. The switch idle computation power calling method of claim 2, further comprising, prior to the step of comparing the load data of the switch-based computation processor with pre-set load data:
and acquiring the highest load data of the computing processor of the switch in the time period.
4. The switch idle computation power calling method according to claim 3, wherein the step of screening out the computing processors of the switch that can be called based on the comparison between the load data of the computing processors of the switch and the preset load data comprises:
comparing the highest load data of the computing processor of the switch with the preset load data based on the preset time period;
if the highest load data of the computing processor of the switch in the preset time period is larger than the preset load data, not taking the computing processor of the switch as the computing processor of the switch which can be called;
and if the highest load data of the computing processor of the switch in the preset time period is less than or equal to the preset load data, taking the computing processor of the switch as the computing processor of the switch which can be called.
5. The switch idle computation power calling method of claim 4, wherein the step of configuring the callable computation processor of the switch with tasks according to the switch resource data comprises:
and configuring tasks which conform to the basic resource data of the switch for the callable computing processor of the switch according to the basic resource data of the switch.
6. The switch idle computation force invocation method according to claim 5, further comprising:
judging the type of the task;
if the task is of a parallel operation type, adding the task to the switch so that the switch establishes a running environment of the task;
and if the task is an independent service type, adding the switch to a load balancer so that the switch establishes the running environment of the task.
7. The switch idle computation force invocation method according to claim 1, further comprising:
and sending the running environment of the task to the switch, so that the switch establishes the running environment of the task through a set of container packaging deployment method realized based on containerization.
8. An idle computing power invocation device for a switch, comprising:
the data acquisition module is used for acquiring the resource data of the switch;
the data monitoring module is used for acquiring load data of a computing processor of the switch in real time;
the comparison module is used for comparing load data of the computing processor of the switch with preset load data to screen out the computing processor of the switch which can be called, wherein the preset load data is the computing processor data of the switch required by the task to be processed;
and the configuration module is used for configuring tasks for the computing processor of the callable switch according to the basic resource data of the switch.
9. An electronic device, comprising: memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor is configured to implement the steps of the switch idle computation power calling method according to any of claims 1 to 7 when executing the computer program stored in the memory.
10. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program when executed by a processor implementing the steps of the switch idle computation power calling method of any of claims 1 to 7.
CN202011579395.7A 2020-12-28 2020-12-28 Switch idle calculation power calling method and related equipment Withdrawn CN112671917A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011579395.7A CN112671917A (en) 2020-12-28 2020-12-28 Switch idle calculation power calling method and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011579395.7A CN112671917A (en) 2020-12-28 2020-12-28 Switch idle calculation power calling method and related equipment

Publications (1)

Publication Number Publication Date
CN112671917A true CN112671917A (en) 2021-04-16

Family

ID=75410791

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011579395.7A Withdrawn CN112671917A (en) 2020-12-28 2020-12-28 Switch idle calculation power calling method and related equipment

Country Status (1)

Country Link
CN (1) CN112671917A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115048224A (en) * 2022-08-13 2022-09-13 北京蔚领时代科技有限公司 Computing power reuse management method and device based on multiple cloud service providers

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102118297A (en) * 2009-12-31 2011-07-06 联想(北京)有限公司 Method and system for scheduling computer cluster operation
CN104635879A (en) * 2015-02-25 2015-05-20 浪潮集团有限公司 Method for implanting blade servers on basis of SDN (software defined network)
CN110389824A (en) * 2018-04-20 2019-10-29 伊姆西Ip控股有限责任公司 Handle method, equipment and the computer program product of calculating task
CN110389826A (en) * 2018-04-20 2019-10-29 伊姆西Ip控股有限责任公司 For handling the method, equipment and computer program product of calculating task
CN110610449A (en) * 2018-06-15 2019-12-24 伊姆西Ip控股有限责任公司 Method, apparatus and computer program product for processing computing tasks
CN110780992A (en) * 2019-09-20 2020-02-11 苏州浪潮智能科技有限公司 Cloud computing platform optimized deployment method, system, terminal and storage medium
CN112506664A (en) * 2020-12-18 2021-03-16 中国科学院软件研究所 Electronic electrical architecture of software-defined satellite, computing resource scheduling method and electronic equipment

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102118297A (en) * 2009-12-31 2011-07-06 联想(北京)有限公司 Method and system for scheduling computer cluster operation
CN104635879A (en) * 2015-02-25 2015-05-20 浪潮集团有限公司 Method for implanting blade servers on basis of SDN (software defined network)
CN110389824A (en) * 2018-04-20 2019-10-29 伊姆西Ip控股有限责任公司 Handle method, equipment and the computer program product of calculating task
CN110389826A (en) * 2018-04-20 2019-10-29 伊姆西Ip控股有限责任公司 For handling the method, equipment and computer program product of calculating task
CN110610449A (en) * 2018-06-15 2019-12-24 伊姆西Ip控股有限责任公司 Method, apparatus and computer program product for processing computing tasks
CN110780992A (en) * 2019-09-20 2020-02-11 苏州浪潮智能科技有限公司 Cloud computing platform optimized deployment method, system, terminal and storage medium
CN112506664A (en) * 2020-12-18 2021-03-16 中国科学院软件研究所 Electronic electrical architecture of software-defined satellite, computing resource scheduling method and electronic equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115048224A (en) * 2022-08-13 2022-09-13 北京蔚领时代科技有限公司 Computing power reuse management method and device based on multiple cloud service providers
CN115048224B (en) * 2022-08-13 2022-11-29 北京蔚领时代科技有限公司 Computing power reuse management method and device based on multiple cloud service providers

Similar Documents

Publication Publication Date Title
CN115328663B (en) Method, device, equipment and storage medium for scheduling resources based on PaaS platform
CN108449410B (en) Message management method, system and related device in cloud platform
Shiraz et al. Energy efficient computational offloading framework for mobile cloud computing
CN102223398B (en) Method for deploying services in cloud computing environment
Singh et al. Agent based framework for scalability in cloud computing
CN111913818B (en) Method for determining dependency relationship between services and related device
US20070028239A1 (en) Dynamic performance management for virtual servers
US20220124145A1 (en) System and method for fast application auto-scaling
CN107707622B (en) Method and device for accessing desktop cloud virtual machine and desktop cloud controller
US20130254762A1 (en) Providing redundant virtual machines in a cloud computing environment
US10936375B2 (en) Hyper-converged infrastructure (HCI) distributed monitoring system
CN103793295A (en) Simulation engine system and method for use in disaster recovery virtualization
WO2014188444A1 (en) Load balancer system and method for server/nodes in cloud environment
US10782981B2 (en) Systems and methods of dynamic port assignment
CN112671917A (en) Switch idle calculation power calling method and related equipment
US8812578B2 (en) Establishing future start times for jobs to be executed in a multi-cluster environment
Ali et al. Probabilistic normed load monitoring in large scale distributed systems using mobile agents
Khatua et al. Application-centric cloud management
US10110502B1 (en) Autonomous host deployment in managed deployment systems
CN109344059B (en) Server pressure testing method and device
CN114640610B (en) Cloud-protogenesis-based service management method and device and storage medium
CN111124669A (en) Operation method, system, terminal and storage medium of distributed SaaS software
CN110851166A (en) User-unaware application program updating method and device and computer equipment
Herlicq et al. Nextgenemo: an efficient provisioning of edge-native applications
CN113965563A (en) Model-based business processing method and device and server

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20210416