CN109104334B - Management method and device for nodes in monitoring system - Google Patents

Management method and device for nodes in monitoring system Download PDF

Info

Publication number
CN109104334B
CN109104334B CN201810968863.6A CN201810968863A CN109104334B CN 109104334 B CN109104334 B CN 109104334B CN 201810968863 A CN201810968863 A CN 201810968863A CN 109104334 B CN109104334 B CN 109104334B
Authority
CN
China
Prior art keywords
managed
node
container
management node
nodes
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
CN201810968863.6A
Other languages
Chinese (zh)
Other versions
CN109104334A (en
Inventor
王理想
冯振
杨锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201810968863.6A priority Critical patent/CN109104334B/en
Publication of CN109104334A publication Critical patent/CN109104334A/en
Application granted granted Critical
Publication of CN109104334B publication Critical patent/CN109104334B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0876Network utilisation, e.g. volume of load or congestion level
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/16Threshold monitoring
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/12Avoiding congestion; Recovering from congestion
    • H04L47/125Avoiding congestion; Recovering from congestion by balancing the load, e.g. traffic engineering

Abstract

The invention discloses a method and a device for managing nodes in a monitoring system. The method comprises the following steps: acquiring the working load state of a management node in a monitoring system in the process of responding to the processing operation of a managed node; judging whether the working load of the management node is overloaded or not according to the load state of the management node; and if the management node is overloaded, controlling a container in the monitoring system to respond part of the processing operation of the managed node for the management node.

Description

Management method and device for nodes in monitoring system
Technical Field
The present invention relates to the field of information processing, and in particular, to a method and an apparatus for managing nodes in a monitoring system.
Background
No matter the server virtualization software product, the server cluster management software, even the cloud management platform with more complex and diversified functions, all contain a common functional module: and a monitoring module. The monitoring module is a basis for resource scheduling of server virtualization software, is a support for operation and maintenance functions of server cluster management software, and is also a dependence for charging implemented by cloud management platform software.
At present, monitoring modules in server virtualization software, server cluster management software and cloud management platform software products adopt a C/S architecture under most conditions, and are realized through two modes:
one is that the managed node actively reports its own data to the management end;
one is that the management node initiates and grabs data to each managed node.
After the data of the two modes reach the management node, if the number of the managed nodes is small, the data processing program of the management node directly processes the data; on the contrary, if the number of managed nodes is large, the sent data is correspondingly large, and a single thread of the management node often cannot process the data, in this case, the common method is to start multithreading. Although the response speed of the program is improved by starting the multithreading, deadlock is easily caused and connection queuing can also occur due to the fact that the user mode program controls the threads. Therefore, how to effectively assist the management node in managing the managed node is an urgent problem to be solved.
Disclosure of Invention
In order to solve the above technical problem, the present invention provides a method and an apparatus for managing nodes in a monitoring system, which can assist a management node in managing managed nodes.
In order to achieve the purpose of the invention, the invention provides a management method of nodes in a monitoring system, which comprises the following steps:
acquiring the working load state of a management node in a monitoring system in the process of responding to the processing operation of a managed node;
judging whether the working load of the management node is overloaded or not according to the load state of the management node;
and if the management node is overloaded, controlling a container in the monitoring system to respond part of the processing operation of the managed node for the management node.
Wherein, the method also has the following characteristics: the judging whether the workload of the management node is overloaded according to the load state of the management node comprises:
comparing the number information of the managed nodes currently managed by the management node with a preset number threshold corresponding to the management node;
and if the comparison result is that the number information is larger than the number threshold, judging that the workload of the management node is overloaded.
Wherein, the method also has the following characteristics: the controlling the container in the monitoring system to respond part of the processing operation of the managed node for the management node comprises the following steps:
selecting part of managed nodes from the managed nodes corresponding to the management nodes as target managed nodes;
setting a corresponding relation between the target managed node and the container information corresponding to the management node;
and controlling the container to respond to the corresponding target managed node according to the corresponding relation.
Wherein, the method also has the following characteristics: the setting of the corresponding relationship between the target managed node and the container information corresponding to the management node includes:
acquiring the data volume of data transmitted to a management node by the target managed node each time;
determining the number of managed nodes which can be responded by the container according to the data volume of the transmission data and the processing capacity information of the container;
and configuring the corresponding relation between the target managed node and the container information corresponding to the management node according to the number of the managed nodes capable of responding.
Wherein, the method also has the following characteristics: the configuring the corresponding relationship between the target managed node and the container information corresponding to the management node according to the number of the managed nodes capable of responding includes:
acquiring local area network information of the target managed node;
and according to the number of the managed nodes capable of responding, establishing a corresponding relation between the target managed node belonging to the local area network and the same container.
In order to achieve the object of the present invention, the present invention provides a management apparatus for nodes in a monitoring system, including:
the acquisition module is used for acquiring the working load state of the management node in the monitoring system in the process of responding to the processing operation of the managed node;
the judging module is used for judging whether the working load of the management node is overloaded or not according to the load state of the management node;
and the control module is used for controlling a container in the monitoring system to respond part of the processing operation of the managed node for the management node if the management node is overloaded.
Wherein, the device still has following characteristics: the judging module comprises:
the comparison unit is used for comparing the number information of the managed nodes currently managed by the management node with a preset number threshold corresponding to the management node;
and the determining unit is used for judging that the workload of the management node is overload if the comparison result shows that the number information is larger than the number threshold.
Wherein, the device still has following characteristics: the control module includes:
the selection submodule is used for selecting part of managed nodes from the managed nodes corresponding to the management nodes as target managed nodes;
the setting submodule is used for setting the corresponding relation between the target managed node and the container information corresponding to the management node;
and the control submodule is used for controlling the container to respond to the corresponding target managed node according to the corresponding relation.
Wherein, the device still has following characteristics: the setting submodule includes:
the acquisition unit is used for acquiring the data volume of data transmitted to the management node by the target managed node each time;
a determining unit, configured to determine, according to the data size of the transmission data and processing capability information of the container, the number of managed nodes to which the container can respond;
and the configuration unit is used for configuring the corresponding relation between the target managed node and the container information corresponding to the management node according to the number of the managed nodes capable of responding.
Wherein, the device still has following characteristics: the configuration unit includes:
an obtaining subunit, configured to obtain information about a local area network in which the target managed node is located;
and the configuration subunit is used for establishing a corresponding relation between the target managed node belonging to the local area network and the same container according to the number of the managed nodes capable of responding.
According to the embodiment provided by the invention, whether the workload of the management node is overloaded or not is judged by acquiring the workload state of the management node in the monitoring system in the process of responding to the processing operation of the managed node, if the management node is overloaded, the container in the monitoring system is controlled to respond to part of the processing operation of the managed node by the management node, and the data sent to the management node by the managed node is processed by using the container, so that the management node can be assisted to manage the managed node, the problem of performance bottleneck caused by only processing by the management node in the traditional mode is avoided, the processing speed is increased, and the overall performance of the system is improved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and not to limit the invention.
Fig. 1 is a flowchart of a management method for nodes in a monitoring system according to the present invention;
fig. 2 is a structural diagram of a management apparatus of a node in a monitoring system according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
Fig. 1 is a flowchart of a management method for nodes in a monitoring system according to the present invention. The method shown in fig. 1 comprises:
step 101, acquiring a work load state of a management node in a monitoring system in a process of responding to the processing operation of a managed node;
step 102, judging whether the work load of the management node is overloaded or not according to the load state of the management node;
step 103, if the management node is overloaded, controlling a container in the monitoring system to respond to part of the processing operation of the managed node for the management node.
The method provided by the embodiment of the invention judges whether the workload of the management node is overloaded or not by acquiring the workload state of the management node in the monitoring system in the process of responding to the processing operation of the managed node, if the management node is overloaded, the container in the monitoring system is controlled to respond to part of the processing operation of the managed node by the management node, and the data sent to the management node by the managed node is processed by using the container, so that the management node can be assisted to manage the managed node, the problem of performance bottleneck caused by only processing by the management node in the traditional mode is avoided, the processing speed is accelerated, and the overall performance of the system is improved.
The following examples of the method provided by the present invention are further illustrated:
the invention provides a distributed monitoring information processing method based on containers, which dynamically generates a certain number of containers according to the data volume sent by a managed node, and completes the work of processing the data of the managed node by a program in the container. The method adopts a distributed processing architecture, avoids the bottleneck of managing nodes in the traditional mode, and improves the information processing speed.
Wherein, the determining whether the workload of the management node is overloaded according to the load status of the management node includes:
comparing the number information of the managed nodes currently managed by the management node with a preset number threshold corresponding to the management node;
and if the comparison result is that the number information is larger than the number threshold, judging that the workload of the management node is overloaded.
Specifically, the number of managed nodes that each management node can process is limited, and when the number of managed nodes is too large, the problem of untimely response occurs, so that the method and the system for determining whether the managed nodes are in an overload state by acquiring the number of nodes currently managed by the management node have the advantages of simple calculation mode and high accuracy.
Of course, after determining that the management node is in an overload state, the controlling the container in the monitoring system responds to part of the processing operations of the managed node for the management node, including:
selecting part of managed nodes from the managed nodes corresponding to the management nodes as target managed nodes;
setting a corresponding relation between the target managed node and the container information corresponding to the management node;
and controlling the container to respond to the corresponding target managed node according to the corresponding relation.
Specifically, when the container is generated, a node with a partial load lower than a preset load threshold needs to be selected from the managed nodes and the load of the management node, and the container is started on the node.
After the container is generated, the management node groups the managed nodes and the container, and then establishes a relationship between the managed node group and the container group, for example, 1 group of 200 managed nodes is processed by the container 1, 2 groups of 200 nodes are processed by the container 2, and the like.
After the grouping is determined, the management node is required to issue configuration (the corresponding relation between the managed group node group and the container) to the managed node, the managed node sends data to the corresponding container after receiving the configuration and completing configuration updating, and the container completes data receiving and processing.
If a new managed node is added or the existing managed node is removed, a container can be dynamically generated according to the added or removed data.
Wherein the setting of the corresponding relationship between the target managed node and the container information corresponding to the management node includes:
acquiring the data volume of data transmitted to a management node by the target managed node each time;
determining the number of managed nodes which can be responded by the container according to the data volume of the transmission data and the processing capacity information of the container;
and configuring the corresponding relation between the target managed node and the container information corresponding to the management node according to the number of the managed nodes capable of responding.
Specifically, a corresponding relation is established between the size of data volume sent by the managed node and the number of nodes processed by each container; for example, when the number of data packets sent by each managed node to the management node is greater than or equal to a, the number of nodes processed by each container is M, where a and M are positive integers; then, a certain number of containers are dynamically generated according to the source number of the data packets received by the management node (namely, the number of the managed nodes), the set corresponding relation between the data amount sent by the managed nodes and the managed number processed by each container.
The following is a description with specific examples:
(1) when the data packets sent by each managed node to the management node are set to be more than or equal to 1024, the number of nodes processed by each container is 10, when the data packets sent by each managed node are 512K-1024K, the number of nodes processed by each container is 20, when the data size sent by each managed node is 200K-512K, the number of managed nodes processed by each container is 30, and when the data packets sent by each managed node are less than 200K, the number of managed nodes processed by each container is 50. In addition, the container policy configuration module also configures an upper limit on the number of containers that can be started per node.
If the number of data packets sent by each managed node is less than 200K, the number of managed nodes processed corresponding to a single container is 50, and if there are 1000 managed nodes, the number of required containers is 1000/50= 20.
(3) The node strategy configuration module groups the managed nodes and the containers and establishes the relationship between the managed node group and the container group. After the grouping is determined, the management node is required to issue the corresponding relation between the node group of the configured managed group and the container to the managed node, the managed node sends data to the corresponding container after receiving the configuration and completing the configuration updating, and the container completes the receiving and processing of the data.
Preferably, in order to facilitate management of managed nodes by containers, the configuring, according to the number of managed nodes that can respond, a correspondence between a target managed node and container information corresponding to the management node includes:
acquiring local area network information of the target managed node;
and according to the number of the managed nodes capable of responding, establishing a corresponding relation between the target managed node belonging to the local area network and the same container.
Specifically, when the grouping of the target managed node is to be divided, the present invention adopts a proximity principle, that is, the managed node grouping is divided according to the local area network, the nodes in the grouping are all located in the same local area network, and the corresponding containers are also located in the same local area network, so as to facilitate network communication and data transmission safety.
In summary, the structural design of the present invention is to utilize a container to process data sent by a managed node to a management node in a server virtualization software and a cloud management platform, design a container generation mechanism and a configuration policy, achieve the goal of distributed monitoring based on the container, process the data sent by the managed node to the management node by means of the container, and dynamically generate the container according to the managed node data, thereby avoiding the performance bottleneck problem caused by only processing by the management node in the conventional manner, increasing the processing speed, and improving the overall performance of the system.
Fig. 2 is a structural diagram of a management apparatus of a node in a monitoring system according to the present invention. The apparatus shown in fig. 2 comprises:
an obtaining module 201, configured to obtain a workload state of a management node in a monitoring system in a process of responding to a processing operation of a managed node;
a judging module 202, configured to judge whether a workload of the management node is overloaded according to a load state of the management node;
and the control module 203 is used for controlling the container in the monitoring system to respond part of the processing operation of the managed node for the management node if the management node is overloaded.
In an embodiment of the apparatus provided in the present invention, the determining module 202 includes:
the comparison unit is used for comparing the number information of the managed nodes currently managed by the management node with a preset number threshold corresponding to the management node;
and the determining unit is used for judging that the workload of the management node is overload if the comparison result shows that the number information is larger than the number threshold.
In one embodiment of the present invention, the control module 203 comprises:
the selection submodule is used for selecting part of managed nodes from the managed nodes corresponding to the management nodes as target managed nodes;
the setting submodule is used for setting the corresponding relation between the target managed node and the container information corresponding to the management node;
and the control submodule is used for controlling the container to respond to the corresponding target managed node according to the corresponding relation.
In an embodiment of the apparatus provided by the present invention, the setting sub-module includes:
the acquisition unit is used for acquiring the data volume of data transmitted to the management node by the target managed node each time;
a determining unit, configured to determine, according to the data size of the transmission data and processing capability information of the container, the number of managed nodes to which the container can respond;
and the configuration unit is used for configuring the corresponding relation between the target managed node and the container information corresponding to the management node according to the number of the managed nodes capable of responding.
In an embodiment of the apparatus provided in the present invention, the configuration unit includes:
an obtaining subunit, configured to obtain information about a local area network in which the target managed node is located;
and the configuration subunit is used for establishing a corresponding relation between the target managed node belonging to the local area network and the same container according to the number of the managed nodes capable of responding.
In an embodiment of the apparatus provided by the present invention, the number of nodes processed by each container is set according to the size of a data packet sent by each managed node to a management node.
In one embodiment of the apparatus provided by the present invention, the number of containers started by each management node is configurable, i.e. the container data is adjusted according to the load of the managed node and the load of the management node.
The generation of the container is determined according to the data packet size of the configured managed node, the number of nodes processed by a single container and the relationship of the number of nodes.
In an embodiment of the apparatus provided by the present invention, before generating the container, load information of the management node and the managed node is obtained, and a container with a relatively smaller load is selected from the load information to start the container.
When a container is actually deployed, the container may be distributed over multiple nodes instead of being centralized on a certain node, so as to achieve distributed management.
In order to maintain the operating state of the container, a relationship between the managed node group and the container packet needs to be established. Once the management node issues the corresponding relationship between the managed group node group and the container to the managed node, the managed node receives the configuration and completes the configuration update, and then the managed node sends the data to the corresponding container, and the container completes the data receiving and processing.
The embodiment of the device provided by the invention judges whether the workload of the management node is overloaded or not by acquiring the workload state of the management node in the monitoring system in the process of responding to the processing operation of the managed node, if the management node is overloaded, the container in the monitoring system is controlled to respond to part of the processing operation of the managed node by the management node, and the data sent to the management node by the managed node is processed by using the container, so that the management node can be assisted to manage the managed node, the problem of performance bottleneck caused by only processing by the management node in the traditional mode is avoided, the processing speed is accelerated, and the overall performance of the system is improved.
It will be understood by those of ordinary skill in the art that all or part of the steps of the above embodiments may be implemented using a computer program flow, which may be stored in a computer readable storage medium and executed on a corresponding hardware platform (e.g., system, apparatus, device, etc.), and when executed, includes one or a combination of the steps of the method embodiments.
Alternatively, all or part of the steps of the above embodiments may be implemented by using an integrated circuit, and the steps may be respectively manufactured as an integrated circuit module, or a plurality of the blocks or steps may be manufactured as a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The devices/functional modules/functional units in the above embodiments may be implemented by general-purpose computing devices, and they may be centralized on a single computing device or distributed on a network formed by a plurality of computing devices.
Each device/function module/function unit in the above embodiments may be implemented in the form of a software function module and may be stored in a computer-readable storage medium when being sold or used as a separate product. The computer readable storage medium mentioned above may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method for managing nodes in a monitoring system is characterized by comprising the following steps:
acquiring the working load state of a management node in a monitoring system in the process of responding to the processing operation of a managed node;
judging whether the working load of the management node is overloaded or not according to the load state of the management node;
if the management node is overloaded, controlling a container in the monitoring system to respond to part of the processing operation of the managed node for the management node;
wherein the container is generated by:
and according to the load of the managed nodes, selecting the nodes with partial loads lower than a preset load threshold from the managed nodes, and starting the container on the selected nodes.
2. The method of claim 1, wherein determining whether the workload of the management node is overloaded based on the load status of the management node comprises:
comparing the number information of the managed nodes currently managed by the management node with a preset number threshold corresponding to the management node;
and if the comparison result is that the number information is larger than the number threshold, judging that the workload of the management node is overloaded.
3. The method of claim 1, wherein controlling the container in the monitoring system to respond to part of the processing operations of the managed node for the management node comprises:
selecting part of managed nodes from the managed nodes corresponding to the management nodes as target managed nodes;
setting a corresponding relation between the target managed node and the container information corresponding to the management node;
and controlling the container to respond to the corresponding target managed node according to the corresponding relation.
4. The method according to claim 3, wherein the setting of the correspondence between the target managed node and the container information corresponding to the management node comprises:
acquiring the data volume of data transmitted to a management node by the target managed node each time;
determining the number of managed nodes which can be responded by the container according to the data volume of the transmission data and the processing capacity information of the container;
and configuring the corresponding relation between the target managed node and the container information corresponding to the management node according to the number of the managed nodes capable of responding.
5. The method according to claim 4, wherein the configuring the correspondence between the target managed node and the container information corresponding to the management node according to the number of the managed nodes capable of responding comprises:
acquiring local area network information of the target managed node;
and according to the number of the managed nodes capable of responding, establishing a corresponding relation between the target managed node belonging to the local area network and the same container.
6. A management apparatus for a node in a monitoring system, comprising:
the acquisition module is used for acquiring the working load state of the management node in the monitoring system in the process of responding to the processing operation of the managed node;
the judging module is used for judging whether the working load of the management node is overloaded or not according to the load state of the management node;
the control module is used for controlling a container in the monitoring system to respond to part of processing operation of the managed node for the management node if the management node is overloaded;
wherein the container is generated by:
and according to the load of the managed nodes, selecting the nodes with partial loads lower than a preset load threshold from the managed nodes, and starting the container on the selected nodes.
7. The apparatus of claim 6, wherein the determining module comprises:
the comparison unit is used for comparing the number information of the managed nodes currently managed by the management node with a preset number threshold corresponding to the management node;
and the determining unit is used for judging that the workload of the management node is overload if the comparison result shows that the number information is larger than the number threshold.
8. The apparatus of claim 6, wherein the control module comprises:
the selection submodule is used for selecting part of managed nodes from the managed nodes corresponding to the management nodes as target managed nodes;
the setting submodule is used for setting the corresponding relation between the target managed node and the container information corresponding to the management node;
and the control submodule is used for controlling the container to respond to the corresponding target managed node according to the corresponding relation.
9. The apparatus of claim 8, wherein the setup submodule comprises:
the acquisition unit is used for acquiring the data volume of data transmitted to the management node by the target managed node each time;
a determining unit, configured to determine, according to the data size of the transmission data and processing capability information of the container, the number of managed nodes to which the container can respond;
and the configuration unit is used for configuring the corresponding relation between the target managed node and the container information corresponding to the management node according to the number of the managed nodes capable of responding.
10. The apparatus of claim 9, wherein the configuration unit comprises:
an obtaining subunit, configured to obtain information about a local area network in which the target managed node is located;
and the configuration subunit is used for establishing a corresponding relation between the target managed node belonging to the local area network and the same container according to the number of the managed nodes capable of responding.
CN201810968863.6A 2018-08-23 2018-08-23 Management method and device for nodes in monitoring system Active CN109104334B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810968863.6A CN109104334B (en) 2018-08-23 2018-08-23 Management method and device for nodes in monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810968863.6A CN109104334B (en) 2018-08-23 2018-08-23 Management method and device for nodes in monitoring system

Publications (2)

Publication Number Publication Date
CN109104334A CN109104334A (en) 2018-12-28
CN109104334B true CN109104334B (en) 2021-04-02

Family

ID=64851127

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810968863.6A Active CN109104334B (en) 2018-08-23 2018-08-23 Management method and device for nodes in monitoring system

Country Status (1)

Country Link
CN (1) CN109104334B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110430141B (en) * 2019-08-08 2022-08-09 北京字节跳动网络技术有限公司 Current limiting method and device
CN112328359B (en) * 2020-10-30 2022-06-17 烽火通信科技股份有限公司 Scheduling method for avoiding container cluster starting congestion and container cluster management platform

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103546313A (en) * 2013-09-26 2014-01-29 福州宙斯盾信息技术有限公司 Cloud computing based IT (information technology) operation and maintenance management system
CN104780213A (en) * 2015-04-17 2015-07-15 华中科技大学 Load dynamic optimization method for principal and subordinate distributed graph manipulation system
CN106452966A (en) * 2016-11-02 2017-02-22 河南智业科技发展有限公司 Multi-gateway management realization method for OpenStack cloud desktop
CN107612770A (en) * 2017-09-07 2018-01-19 郑州云海信息技术有限公司 A kind of monitor node management method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106708622B (en) * 2016-07-18 2020-06-02 腾讯科技(深圳)有限公司 Cluster resource processing method and system and resource processing cluster
US10447075B2 (en) * 2016-10-31 2019-10-15 Oath Inc. ASTS-less block redundant electrical topology with variable UPS walk-ins

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103546313A (en) * 2013-09-26 2014-01-29 福州宙斯盾信息技术有限公司 Cloud computing based IT (information technology) operation and maintenance management system
CN104780213A (en) * 2015-04-17 2015-07-15 华中科技大学 Load dynamic optimization method for principal and subordinate distributed graph manipulation system
CN106452966A (en) * 2016-11-02 2017-02-22 河南智业科技发展有限公司 Multi-gateway management realization method for OpenStack cloud desktop
CN107612770A (en) * 2017-09-07 2018-01-19 郑州云海信息技术有限公司 A kind of monitor node management method and device

Also Published As

Publication number Publication date
CN109104334A (en) 2018-12-28

Similar Documents

Publication Publication Date Title
CN112165691B (en) Content delivery network scheduling method, device, server and medium
US20160378570A1 (en) Techniques for Offloading Computational Tasks between Nodes
CN110505155B (en) Request degradation processing method and device, electronic equipment and storage medium
CN111913670B (en) Processing method and device for load balancing, electronic equipment and storage medium
CN105335229A (en) Business resource scheduling method and apparatus
CN109104334B (en) Management method and device for nodes in monitoring system
US20170063645A1 (en) Method, Computer Program and Node for Management of Resources
CN105247834B (en) The distribution method of Internet resources, composer and manager in virtual network function
WO2021120633A1 (en) Load balancing method and related device
CN103677983A (en) Scheduling method and device of application
CN105207856A (en) Load balancing system and method based on SDN virtual switch
CN111865817A (en) Load balancing control method, device and equipment for remote measuring collector and storage medium
CN106302028B (en) Flow monitoring method and device
US20170111240A1 (en) Service Elastic Method and Apparatus in Cloud Computing
EP2472416B1 (en) Data query system and constructing method thereof and corresponding data query method
WO2018013023A1 (en) A server and method performed thereby for determining a frequency and voltage of one or more processors of the server
CN113626173A (en) Scheduling method, device and storage medium
CN115580618A (en) Load balancing method, device, equipment and medium
US10877800B2 (en) Method, apparatus and computer-readable medium for application scheduling
CN108268300A (en) The moving method and device of a kind of virtual machine
CN115277424B (en) Decision issuing method, device and storage medium in software defined network
CN105847172B (en) Job flow control method and device
CN112532450B (en) Dynamic updating method and system for data stream distribution process configuration
CN116048791B (en) Regulation and control method and device of test node, electronic equipment and storage medium
CN112995704B (en) Cache management method and device, electronic equipment and storage medium

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
GR01 Patent grant
GR01 Patent grant