CN106656675B - Detection method and device for transmission node cluster - Google Patents

Detection method and device for transmission node cluster Download PDF

Info

Publication number
CN106656675B
CN106656675B CN201710003214.8A CN201710003214A CN106656675B CN 106656675 B CN106656675 B CN 106656675B CN 201710003214 A CN201710003214 A CN 201710003214A CN 106656675 B CN106656675 B CN 106656675B
Authority
CN
China
Prior art keywords
detection
transmission node
function
transmission
calling
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
CN201710003214.8A
Other languages
Chinese (zh)
Other versions
CN106656675A (en
Inventor
郑中山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Qihoo Technology Co Ltd
Original Assignee
Beijing Qihoo 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 Qihoo Technology Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Priority to CN201710003214.8A priority Critical patent/CN106656675B/en
Publication of CN106656675A publication Critical patent/CN106656675A/en
Priority to PCT/CN2017/120142 priority patent/WO2018127012A1/en
Application granted granted Critical
Publication of CN106656675B publication Critical patent/CN106656675B/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
    • 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
    • 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/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • 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
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a method and a device for detecting a transmission node cluster. The method comprises the following steps: calling a first function to simultaneously send detection instructions to each transmission node of the transmission node cluster, wherein each detection instruction carries a file pointer indicating the storage position of the detection result in the preset array, and the transmission node adds the detection result to the preset array according to the file pointer; calling a second function to detect data updating of the preset array; when detecting that the updated detection result exists, calling a third function to extract the updated detection result from the preset array; and calling the transmission nodes according to the detection results of all the transmission nodes. Because different functions are called to execute different operations and the operations are not sequentially associated, the embodiment of the invention can simultaneously send a plurality of detection instructions to each transmission node, and the detection instructions can be executed by different transmission nodes in a short time, thereby shortening the time of the detection operation and improving the execution efficiency of the detection operation.

Description

Detection method and device for transmission node cluster
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method and an apparatus for detecting a transmission node cluster.
Background
PHP (Hypertext Preprocessor) is a general open source scripting language. The grammar of the language absorbs the characteristics of C language, Java and Perl, is beneficial to learning and use, and is mainly suitable for the field of Web development.
At present, to detect the working conditions of multiple servers, a plurality of Linux commands and a plurality of detection operations executed by a detection client can be edited by using a PHP, and the plurality of detection operations are edited by using the same function. During specific execution, the detection client sends a plurality of Linux commands in sequence, and sends the next Linux command after sending one Linux command and receiving a detection result fed back by the server for the Linux command.
Although the method realizes the sending of the plurality of Linux commands, the plurality of Linux commands are sent in series, and the next Linux command can be sent only after the current Linux command is sent and the detection results fed back by all the servers aiming at the current Linux command are received, so that the sending of the plurality of detection instructions and the receiving of the plurality of detection results need to take a long time, and the execution efficiency of the detection operation is low.
Disclosure of Invention
In view of the above, the present invention is proposed in order to provide a detection method of a cluster of transmission nodes and a corresponding detection apparatus of a cluster of transmission nodes that overcome or at least partially solve the above problems.
According to an aspect of the present invention, there is provided a method for detecting a cluster of transmission nodes, including:
calling a first function to simultaneously send detection instructions to each transmission node of the transmission node cluster, wherein each detection instruction carries a file pointer indicating the storage position of the detection result in the preset array, and the transmission node adds the detection result to the preset array according to the file pointer;
calling a second function to detect data updating of the preset array;
when detecting that the updated detection result exists, calling a third function to extract the updated detection result from the preset array;
and calling the transmission nodes according to the detection results of all the transmission nodes.
Optionally, the invoking the first function to simultaneously send the detection instruction to each transmission node of the transmission node cluster includes:
and calling a first function through a first interface to simultaneously send a detection instruction to each transmission node of the transmission node cluster, and sending a detection result to a preset array through a second interface by the transmission node, wherein the first interface is the same as or different from the second interface.
Optionally, before the calling the first function through the first interface to simultaneously send the detection instruction to each transmission node of the transmission node cluster, the method further includes:
detecting the current bearing number of the second interface to the detection result;
calculating the residual bearing number of the second interface to the detection result;
the step of calling a first function through a first interface to simultaneously send a detection instruction to each transmission node of the transmission node cluster comprises:
and calling the first function through the first interface to simultaneously send a detection instruction corresponding to the residual bearing number to each transmission node of the transmission node cluster.
Optionally, the invoking the first function to simultaneously send the detection instruction to each transmission node of the transmission node cluster includes:
and calling a first function to sequentially send detection instructions corresponding to a plurality of detection tasks to each transmission node of the transmission node cluster.
Optionally, the invoking the first function to sequentially send the detection instructions corresponding to the plurality of detection tasks to each transmission node of the transmission node cluster includes:
and after the first function is called to send a detection instruction corresponding to one detection task to each transmission node of the transmission node cluster, directly calling to send a plurality of detection instructions corresponding to the next detection task to the first function.
Optionally, the invoking the first function to sequentially send the detection instructions corresponding to the plurality of detection tasks to each transmission node of the transmission node cluster includes:
and calling the first function to execute a detection task, and calling the first function to execute the next detection task after the detection results of all transmission nodes to the detection task are extracted.
Optionally, before the calling the first function to perform the next detection task, the method further includes:
searching the recorded historical processing time for the next detection task to be executed;
setting a processing time interval between the detection task and the next detection task according to the searched historical processing time of the next detection task;
the calling the first function to execute the next detection task comprises:
and after the execution of the detection task is started, calling the first function to execute the next detection task according to the set processing time interval.
Optionally, the method further comprises:
and aiming at the next detection task of which the historical processing time is not found, taking the average value of the historical processing time of other detection tasks as the historical processing time.
Optionally, the method further comprises:
and after receiving the detection results of all transmission nodes corresponding to one detection task, recording the historical processing time of the detection task.
Optionally, before the invoking of the transmission node is performed according to the detection results of all the transmission nodes, the method further includes:
receiving a calling request of a first client to a transmission node;
the detection result includes at least one operation state parameter of the transmission node, and the calling of the transmission node according to the detection results of all the transmission nodes includes:
and selecting a target transmission node with the operating state parameter meeting the set condition, and feeding back the target transmission node to the first client.
Optionally, the invoking of the transmission node according to the detection results of all the transmission nodes includes:
identifying whether the transmission node normally operates according to the detection result;
and if the transmission node is identified to be not normally operated, the transmission node is redistributed to a second client using the transmission node.
According to another aspect of the present invention, there is provided a detection apparatus for a cluster of transmission nodes, including:
the detection instruction sending module is used for calling a first function to simultaneously send detection instructions to all transmission nodes of the transmission node cluster, and each detection instruction carries a file pointer indicating the storage position of the detection result in the preset array, so that the transmission nodes add the detection result to the preset array according to the file pointer;
the data updating detection module is used for calling a second function to detect data updating of the preset array;
the detection result extraction module is used for calling a third function to extract an updated detection result from the preset array when the updated detection result is detected to exist;
and the transmission node calling module is used for calling the transmission nodes according to the detection results of all the transmission nodes.
Optionally, the detection instruction sending module is specifically configured to call a first function through a first interface to send a detection instruction to each transmission node of the transmission node cluster at the same time, and the transmission node sends a detection result to the preset array through a second interface, where the first interface is the same as or different from the second interface.
Optionally, the apparatus further comprises:
the bearing number detection module is used for detecting the current bearing number of the second interface to the detection result before the first interface calls the first function to simultaneously send the detection instruction to each transmission node of the transmission node cluster;
a remaining bearer number calculation module, configured to calculate a remaining bearer number of the detection result of the second interface;
the detection instruction sending module is specifically configured to call the first function through the first interface and send a detection instruction corresponding to the remaining number of bearers to each transmission node of the transmission node cluster at the same time.
Optionally, the detection instruction sending module is specifically configured to invoke a first function to sequentially send the detection instructions corresponding to the multiple detection tasks to each transmission node of the transmission node cluster.
Optionally, the detection instruction sending module includes:
the first detection instruction sending submodule is used for calling the first function to send a detection instruction corresponding to a detection task to each transmission node of the transmission node cluster;
and the second detection instruction sending submodule is used for directly calling and sending a plurality of detection instructions corresponding to the next detection task to the first function after sending the detection instruction corresponding to one detection task.
Optionally, the detection instruction sending module includes:
the first detection task execution submodule is used for calling the first function to execute a detection task;
and the second detection task execution submodule is used for calling the first function to execute the next detection task after the detection results of all the transmission nodes to the detection task are extracted.
Optionally, the apparatus further comprises:
the historical processing time searching module is used for searching the recorded historical processing time for the next detection task to be executed before the first function is called to execute the next detection task;
a processing time interval setting module, configured to set a processing time interval between the one detection task and the next detection task according to the searched historical processing time of the next detection task;
the second detection task execution submodule is specifically configured to, after the execution of the one detection task is started, call the first function to execute the next detection task according to a set processing time interval.
Optionally, the apparatus further comprises:
and the historical processing time determining module is used for taking the average value of the historical processing time of other detection tasks as the historical processing time for the next detection task of which the historical processing time is not found.
Optionally, the apparatus further comprises:
and the historical processing time recording module is used for recording the historical processing time of the detection task after receiving the detection results of all the transmission nodes corresponding to the detection task.
Optionally, the apparatus further comprises:
a calling request receiving module, configured to receive a calling request of a first client to a transmission node before the transmission node is called according to the detection results of all transmission nodes;
the transmission node calling module is specifically configured to select a target transmission node whose operation state parameter meets a set condition, and feed back the target transmission node to the first client, where the detection result includes at least one operation state parameter of the transmission node.
Optionally, the transfer node invoking module includes:
the operation state identification submodule is used for identifying whether the transmission node operates normally according to the detection result;
and the node redistribution submodule is used for redistributing the transmission nodes for the second client using the transmission nodes if the transmission nodes are identified to be not normally operated.
According to the embodiment of the invention, the first function is called to send the detection instruction, the second function is called to detect data updating, the third function is called to extract the updated detection result, different functions are called to execute different operations, and the operations are not sequentially associated, so that the embodiment of the invention can simultaneously send a plurality of detection instructions to each transmission node, and the plurality of detection instructions can be executed by different transmission nodes in a short time, thereby shortening the sending time of the plurality of detection instructions and the receiving time of the plurality of detection results, and improving the execution efficiency of the detection operation.
In the embodiment of the invention, before the detection instruction is sent through the first interface, the bearing number of the second interface to the detection result is also detected, and the residual bearing number of the second interface to the detection result is calculated.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a schematic flowchart illustrating steps of a method for detecting a transmission node cluster according to a first embodiment of the present invention;
fig. 2 is a schematic flowchart illustrating steps of a method for detecting a transmission node cluster according to a second embodiment of the present invention;
fig. 3 is a block diagram illustrating a detection apparatus of a transport node cluster according to a third embodiment of the present invention;
fig. 4 is a block diagram illustrating a detection apparatus for a cluster of transmission nodes according to a fourth embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Referring to fig. 1, a schematic step flow diagram illustrating a detection method for a transmission node cluster according to an embodiment of the present invention is shown, which may specifically include the following steps:
step 101, calling a first function to simultaneously send detection instructions to each transmission node of the transmission node cluster, wherein each detection instruction carries a file pointer indicating a storage position of a detection result in a preset array, and the transmission node adds the detection result to the preset array according to the file pointer.
The detection method of the transmission node cluster provided by the embodiment of the invention is used for detecting whether each transmission node in the transmission node cluster works normally or not, and comprises a plurality of operations such as detection instruction sending, data updating detection, detection result extraction and the like, wherein the plurality of operations are completed by calling a plurality of functions. The transmission node cluster comprises a plurality of transmission nodes, wherein the transmission nodes are servers with functions of data transmission, data processing and the like.
The embodiment of the invention refers to the client sending the detection instruction to each transmission node of the transmission node cluster as the detection client. Because a plurality of operations corresponding to the detection method are completed by calling a plurality of functions and no sequential association exists between the detection instruction sending operation and the detection result extracting operation, the detection client can call the first function to send a plurality of detection instructions to each transmission node of the transmission node cluster at the same time. The first function called may be various, such as a proc _ open () function. The sent detection instructions can belong to the same detection task or belong to a plurality of detection tasks. The detection instruction may take many forms, such as a numerical calculation instruction, an operating parameter detection instruction, and the like.
The method comprises the steps that a preset array is arranged in a detection client in advance and used for storing detection results fed back by all transmission nodes, and the storage positions of the detection results of different transmission nodes in the preset array are preset. In order to add the detection results fed back by different transmission nodes to the specified storage position in the preset array, when the detection instruction is sent to each transmission node, each detection instruction can carry information indicating the storage position of the detection result in the preset array, namely a file pointer, and the transmission node can extract the file pointer from the received detection instruction and add the detection result to the specified storage position of the preset array according to the file pointer.
The method of the embodiment of the invention can be applied to different scenes, such as a scene of common data transmission and a scene of stream data transmission. When applied to a scenario of streaming data transmission, a transmission node may be a node in a Content Delivery Network (CDN), and a transmission node cluster may include multiple transmission nodes in the Content Delivery Network, for example, multiple transmission nodes located in a certain geographic area may be referred to as a transmission node cluster. The scheduling node in the content distribution network may be used to manage a plurality of transmission nodes in the transmission node cluster, and the scheduling node may call a first function to simultaneously send a detection instruction to each transmission node of the transmission node cluster to detect a working condition of each transmission node.
And 102, calling a second function to detect data updating of the preset array.
The storage positions of different transmission nodes in the preset array may have historical recorded detection results or may be vacant, and after the transmission nodes feed back new detection results, data of the storage positions corresponding to the transmission nodes in the preset array can be changed and updated to the latest detection results.
The embodiment of the invention calls the second function to detect the preset array, particularly calls the second function to detect the data of each storage position in the preset array, and detects whether the updated detection result exists in the preset array. The second function to be called may be various, such as a stream _ select () function.
And 103, calling a third function to extract the updated detection result from the preset array when the updated detection result is detected to exist.
When the second function detects that the updated detection result exists in the preset array, the embodiment of the invention calls the third function to extract the updated detection result from the preset array. Since the detection instruction may be in various forms, the detection result may also be in various forms, such as a numerical calculation result, an operation state parameter detection result, and the like. The called third function may be various, such as a stream _ get _ contents () function.
The preset array is provided with a plurality of storage positions, the second function detects data at the plurality of storage positions, and specifically, the second function can detect the data at the plurality of storage positions in sequence according to the sequence of the plurality of storage positions in the preset array. When the updated detection results exist in each storage position in the preset array, the second function detects all the updated detection results, and at this time, the second function completes the detection of all the detection results corresponding to the detection task, so that the detection of the detection result corresponding to the next detection task can be performed.
And step 104, calling the transmission nodes according to the detection results of all the transmission nodes.
After receiving the node call request, the detection client can select a proper target transmission node to be used by the request end according to the detection result of each transmission node in the transmission node cluster, and the detection result provides a basis for node allocation.
The selection condition of the target transmission node may be various, for example, when the detection result is a numerical calculation result, whether the transmission node normally works may be determined by identifying the numerical value, and after it is determined that the transmission node normally works, the transmission node which normally works and is close to the request end may be selected as the target transmission node; when the detection result is the operation state parameter of the transmission node, such as the CPU utilization rate, the content occupancy rate, and the like, the transmission node with a lighter load and a closer distance to the request end may be selected as the target transmission node, thereby ensuring load balance of each transmission node in the cluster.
When the method is applied to a scene of streaming data transmission, the scheduling node in the content distribution network can supervise and distribute a plurality of transmission nodes in the transmission node cluster by executing the method, and when the scheduling node determines that a certain transmission node works abnormally according to the detection result, the scheduling node can send a node abnormity notice so as to repair the transmission node as soon as possible. Meanwhile, the scheduling node can reallocate a proper target transmission node for the node request terminal according to the detection result.
Compared with the execution processes of sending one detection instruction, receiving a corresponding detection result, sending the next detection instruction and receiving the corresponding detection result in the background technology, the method can greatly shorten the time of detection operation, shorten the waiting time of the detection result and improve the detection execution efficiency.
In this embodiment of the present invention, preferably, before the invoking of the transmission node is performed according to the detection results of all the transmission nodes, the method further includes: receiving a calling request of a first client to a transmission node;
the detection result includes at least one operation state parameter of the transmission node, and the calling of the transmission node according to the detection results of all the transmission nodes includes: and selecting a target transmission node with the operating state parameter meeting the set condition, and feeding back the target transmission node to the first client.
The detection client is responsible for detecting a plurality of transmission nodes in the transmission node cluster and also responsible for the distribution work of the plurality of transmission nodes. After receiving the node call request sent by the first client, the detection client can determine the operating conditions of each transmission node according to the detection result of each transmission node, so that a proper target transmission node is allocated to the first client, for example, a transmission node with a short distance and a light load is allocated.
The detection result may include various contents, and when the detection result includes at least one operation state parameter of the transmission node, such as a CPU utilization rate, a memory occupancy rate, and the like, the detection client may select a target transmission node whose operation state parameter satisfies a set condition, and feed back the selected target transmission node to the first client.
Different running state parameters can correspond to different setting conditions, for example, when the running state parameters are the CPU utilization rate, the setting conditions can be that the CPU utilization rate is less than a%, wherein a is a positive number; when the operation state parameter is the memory occupancy rate, the setting condition may be that the memory occupancy rate is less than b%, where b is a positive number.
In a scenario of streaming data transmission, the detection client may be a scheduling node, the first client may be a streaming data client, and when the streaming data client pushes streaming data to the network or pulls the streaming data from the network, a call request to the transmission node is sent to the scheduling node, and accordingly the scheduling node receives the call request of the streaming data client to the transmission node. The scheduling node may select a transmission node whose operating state parameter meets the set condition as a target transmission node, and feed back the target transmission node to the streaming data client for use.
The embodiment of the invention allocates the target transmission nodes according to the running state parameters of the transmission nodes, can ensure that the target transmission nodes allocated to the first client side all work normally, can also ensure the load balance of a plurality of transmission nodes in the transmission node cluster, and avoids the phenomenon of overweight load of the transmission nodes.
According to the embodiment of the invention, the first function is called to send the detection instruction, the second function is called to detect data updating, the third function is called to extract the updated detection result, different functions are called to execute different operations, and the operations are not sequentially associated, so that the embodiment of the invention can simultaneously send a plurality of detection instructions to each transmission node, and the plurality of detection instructions can be executed by different transmission nodes in a short time, thereby shortening the sending time of the plurality of detection instructions and the receiving time of the plurality of detection results, and improving the execution efficiency of the detection operation.
Referring to fig. 2, a schematic step flow diagram illustrating a detection method for a transmission node cluster according to a second embodiment of the present invention is shown, which may specifically include the following steps:
step 201, calling a first function to simultaneously send detection instructions to each transmission node of the transmission node cluster, wherein each detection instruction carries a file pointer indicating a storage position of a detection result in a preset array, and the transmission node adds the detection result to the preset array according to the file pointer.
The detection method comprises a plurality of operations such as detection instruction sending, data updating detection, detection result extraction and the like, and the plurality of operations are executed by calling a plurality of functions. The embodiment of the invention refers to the client sending the detection instruction to each transmission node of the transmission node cluster as the detection client.
To improve the detection accuracy, multiple detection tasks may be used to detect each transmission node. Specifically, the first function may be called to sequentially send the detection instructions corresponding to the plurality of detection tasks to each transmission node of the transmission node cluster. Because the carrying capacity of each transmission node to the detection result is different, the detection instructions corresponding to a plurality of detection tasks can be sent to each transmission node according to different modes. When the carrying capacity of the transmission node is weak, the sending mode of the detection instruction corresponding to the multiple detection tasks may be: and calling the first function to execute a detection task, and calling the first function to execute the next detection task after the detection results of all transmission nodes to the detection task are extracted. For example, after 100 detection instructions corresponding to the detection task 1 are sent and 100 detection results fed back by 100 transmission nodes are extracted, 100 detection instructions corresponding to the detection task 2 are sent, and the sending of the detection instructions corresponding to the multiple detection tasks is completed according to the above method.
When the carrying capacity of the transmission node is strong, the sending mode of the detection instruction corresponding to the multiple detection tasks may be: after a first function is called to send a detection instruction corresponding to one detection task to each transmission node of a transmission node cluster, a plurality of detection instructions corresponding to the next detection task are directly called to send the first function. For example, after 100 detection commands corresponding to the detection task 1 are transmitted, 100 detection commands corresponding to the detection task 2 are directly transmitted, and the detection commands corresponding to the plurality of detection tasks are transmitted according to the above-described method.
For the sending mode of the detection instructions corresponding to the multiple detection tasks when the carrying capacity of the transmission node is weak, the detection operation of the next detection task can be executed only after the execution of the current detection task is finished, and the sending time of the detection instructions corresponding to two adjacent detection tasks has a processing time interval.
In order to control the sending time of the detection instructions corresponding to the plurality of detection tasks when the sending mode is executed, in the embodiment of the present invention, before the first function is called to execute the next detection task, the recorded historical processing time may be searched for the next detection task to be executed, and the processing time interval between the one detection task and the next detection task may be set according to the searched historical processing time of the next detection task. After the execution of the detection task is started, the first function can be called to execute the next detection task according to the set processing time interval.
For example, the historical processing time of the first detection task is a seconds, the processing time of the second detection task is B seconds, the first detection task is executed first, the second detection task is executed later, the time a seconds is taken as the processing time interval between the first detection task and the second detection task, after the first detection task is started to be executed, namely the first function is called to send the detection instruction to each transmission node of the transmission node cluster, after a seconds, the second detection task is started to be executed, and the first function is called to send the detection instruction to each transmission node of the transmission node cluster.
In order to execute the above steps, the processing time interval of the two detection tasks is set according to the historical processing time of the detection task, and the embodiment of the invention can record the historical processing time of the detection task after receiving the detection results of all transmission nodes corresponding to one detection task, so as to extract the historical use time from the local record. The sending time of each detection instruction and the receiving time of the detection result corresponding to the detection instruction may be recorded, and the difference between the receiving time of the detection result and the sending time of the detection instruction may be calculated, taking the maximum time difference as the historical processing time of the detection task.
When the detection client sends the detection instructions corresponding to the multiple detection tasks, the detection client may determine the historical processing time of the currently executed current detection task according to the correspondence between the locally recorded detection task and the historical processing time after sending the detection instruction corresponding to the current detection task to each transmission node, and send the detection instruction corresponding to the next detection task after sending the historical processing time of the current detection task.
If the currently executed detection task is a new task and the detection client does not locally record the historical processing time of the task, the embodiment of the invention can use the average value of the historical processing time of other detection tasks as the historical processing time for the detection task which does not find the historical processing time. For example, if the detection client locally records that the historical processing time of the detection task 1 is 0.10s, the historical processing time of the detection task 2 is 0.12s, and the historical processing time of the detection task 3 is 0.4s, the historical processing time calculated by the new detection task is 0.12 s.
The embodiment of the invention can use the same interface to send the detection instruction and receive the detection result, and can also use different interfaces to send the detection instruction and receive the detection result. In this step, a first function may be called by a first interface to simultaneously send a plurality of detection instructions to each transmission node of the transmission node cluster, and the transmission node may send a detection result to the preset array through a second interface, where the first interface and the second interface may be the same or different. When the second interface is different from the first interface, the number of the second interfaces may be one or more, and the number of the second interfaces may be set according to the actual situation.
When the detection result that the interface received in a certain period is too much, the phenomenon that the detection result stays at the interface can appear, and the stay phenomenon can prolong the time that the detection result passes through the interface, and reduces the speed that the detection result is fed back to the detection client. In order to prevent the number of the detection results transmitted to the second interface from exceeding the number of the bearers of the interface and ensure that each detection result passes through the second interface in a short time, the embodiment of the invention can detect the current number of the bearers of the second interface on the detection results, calculate the remaining number of the bearers of the second interface on the detection results and then call the first function through the first interface to simultaneously send the detection instructions of the remaining number of the bearers to each transmission node of the transmission node cluster before calling the first function through the first interface to simultaneously send the detection instructions of the detection results to each transmission node of the transmission node cluster.
Step 202, calling a second function to detect data updating of the preset array.
Step 203, when detecting that there is an updated detection result, calling a third function to extract the updated detection result from the preset array.
And step 204, identifying whether the transmission node normally operates according to the detection result.
The detection result may include a variety of content that may indicate the operational condition of the transmitting node. And after the detection client receives the detection result, whether the transmission node normally operates can be identified according to the detection result.
Since the detection result may include various contents, there are various ways of identifying whether the transmission node operates normally. For example, when the detection result is a numerical calculation result, that is, a numerical value, the client performing the node detection may determine whether the transmission node normally operates according to the numerical value, where if the detection instruction is "calculate 1+ 1", if the received detection result is "2", it is determined that the transmission node normally operates, and otherwise, it is determined that the transmission node abnormally operates. When the detection result is the operation state parameter of the transmission node, such as the CPU utilization rate, the memory occupancy rate, and the like, the detection client may determine whether the operation state parameter of the transmission node satisfies a set condition, and if yes, determine that the transmission node is working normally, otherwise, determine that the transmission node is working abnormally.
Step 205, if it is recognized that a certain transmission node does not operate normally, the transmission node is reallocated to the second client using the transmission node.
If the abnormal operation of the transmission node is identified according to the detection result, a new transmission node can be allocated to the second client side for use in the plurality of transmission nodes of the transmission node cluster according to the detection result, so that the normal use of the transmission node by the second client side is ensured.
In a scenario of streaming data transmission, the detection client may be a scheduling node, the second client may be a streaming data client, the streaming data client uses the transmission node to push streaming data to the network or pull streaming data from the network, and when the scheduling node detects that the transmission node used by the streaming data client is abnormal, the transmission node may be reallocated for the streaming data client to use according to a detection result of another transmission node.
According to the embodiment of the invention, the first function is called to send the detection instruction, the second function is called to detect data updating, the third function is called to extract the updated detection result, different functions are called to execute different operations, and the operations are not sequentially associated, so that the embodiment of the invention can simultaneously send a plurality of detection instructions to each transmission node, and the plurality of detection instructions can be executed by different transmission nodes in a short time, thereby shortening the sending time of the plurality of detection instructions and the receiving time of the plurality of detection results, and improving the execution efficiency of the detection operation.
In the embodiment of the invention, before the detection instruction is sent by the first interface, the bearing number of the second interface to the detection result is also detected, and the residual bearing number of the second interface to the detection result is calculated.
Fig. 3 is a block diagram illustrating a detection apparatus for a cluster of transmission nodes according to a third embodiment of the present invention. The detection apparatus of the transmission node cluster in fig. 3 includes:
the detection instruction sending module 301 is configured to call a first function to send a detection instruction to each transmission node of the transmission node cluster at the same time, where each detection instruction carries a file pointer indicating a storage location of a detection result in the preset array, and the transmission node adds the detection result to the preset array according to the file pointer.
And a data update detection module 302, configured to invoke a second function to detect a data update of the preset array.
And the detection result extraction module 303 is configured to, when it is detected that an updated detection result exists, call a third function to extract the updated detection result from the preset array.
A transmission node calling module 304, configured to call a transmission node according to the detection results of all transmission nodes.
In the embodiment of the present invention, preferably, the apparatus further includes:
a calling request receiving module, configured to receive a calling request of a first client to a transmission node before the transmission node is called according to the detection results of all transmission nodes;
the transmission node invoking module 304 is specifically configured to select a target transmission node whose operation state parameter meets a set condition, and feed back the target transmission node to the first client, where the detection result includes at least one operation state parameter of the transmission node.
According to the embodiment of the invention, the first function is called to send the detection instruction, the second function is called to detect data updating, the third function is called to extract the updated detection result, different functions are called to execute different operations, and the operations are not sequentially associated, so that the embodiment of the invention can simultaneously send a plurality of detection instructions to each transmission node, and the plurality of detection instructions can be executed by different transmission nodes in a short time, thereby shortening the sending time of the plurality of detection instructions and the receiving time of the plurality of detection results, and improving the execution efficiency of the detection operation.
Fig. 4 is a block diagram illustrating a detection apparatus for a cluster of transmission nodes according to a fourth embodiment of the present invention. The detection apparatus of the transmission node cluster in fig. 4 includes:
the detection instruction sending module 401 is configured to call a first function to sequentially send detection instructions corresponding to a plurality of detection tasks to each transmission node of the transmission node cluster.
And a data update detection module 402, configured to invoke a second function to detect a data update of the preset array.
And a detection result extracting module 403, configured to, when it is detected that there is an updated detection result, call a third function to extract the updated detection result from the preset array.
A transfer node invoking module 404, configured to invoke a transfer node according to the detection results of all transfer nodes.
The transfer node invoking module 404 includes:
the running state identification submodule 4041 is used for identifying whether the transmission node runs normally according to the detection result;
the node reassignment submodule 4042 is configured to reassign a transmission node to a second client using the transmission node if it is identified that the transmission node is not operating normally.
In this embodiment of the present invention, preferably, the detection instruction sending module 401 is specifically configured to call a first function through a first interface to simultaneously send a detection instruction to each transmission node of a transmission node cluster, where the transmission node sends a detection result to a preset array through a second interface, and the first interface is the same as or different from the second interface.
In the embodiment of the present invention, preferably, the apparatus further includes:
the bearing number detection module is used for detecting the current bearing number of the second interface to the detection result before the first interface calls the first function to simultaneously send the detection instruction to each transmission node of the transmission node cluster;
a remaining bearer number calculation module, configured to calculate a remaining bearer number of the detection result of the second interface;
the detection instruction sending module 401 is specifically configured to call the first function through the first interface to send the detection instruction corresponding to the remaining bearer number to each transmission node of the transmission node cluster at the same time.
In this embodiment of the present invention, preferably, the detection instruction sending module 401 is specifically configured to invoke a first function to sequentially send the detection instructions corresponding to the multiple detection tasks to each transmission node of the transmission node cluster.
In this embodiment of the present invention, preferably, the detection instruction sending module 401 includes:
the first detection instruction sending submodule is used for calling the first function to send a detection instruction corresponding to a detection task to each transmission node of the transmission node cluster;
and the second detection instruction sending submodule is used for directly calling and sending a plurality of detection instructions corresponding to the next detection task to the first function after sending the detection instruction corresponding to one detection task.
In this embodiment of the present invention, preferably, the detection instruction sending module 401 includes:
the first detection task execution submodule is used for calling the first function to execute a detection task;
and the second detection task execution submodule is used for calling the first function to execute the next detection task after the detection results of all the transmission nodes to the detection task are extracted.
In the embodiment of the present invention, preferably, the apparatus further includes:
the historical processing time searching module is used for searching the recorded historical processing time for the next detection task to be executed before the first function is called to execute the next detection task;
a processing time interval setting module, configured to set a processing time interval between the one detection task and the next detection task according to the searched historical processing time of the next detection task;
the second detection task execution submodule is specifically configured to, after the execution of the one detection task is started, call the first function to execute the next detection task according to a set processing time interval.
In the embodiment of the present invention, preferably, the apparatus further includes:
and the historical processing time determining module is used for taking the average value of the historical processing time of other detection tasks as the historical processing time for the next detection task of which the historical processing time is not found.
In the embodiment of the present invention, preferably, the apparatus further includes:
and the historical processing time recording module is used for recording the historical processing time of the detection task after receiving the detection results of all the transmission nodes corresponding to the detection task.
According to the embodiment of the invention, the first function is called to send the detection instruction, the second function is called to detect data updating, the third function is called to extract the updated detection result, different functions are called to execute different operations, and the operations are not sequentially associated, so that the embodiment of the invention can simultaneously send a plurality of detection instructions to each transmission node, and the plurality of detection instructions can be executed by different transmission nodes in a short time, thereby shortening the sending time of the plurality of detection instructions and the receiving time of the plurality of detection results, and improving the execution efficiency of the detection operation.
In the embodiment of the invention, before the detection instruction is sent by the first interface, the bearing number of the second interface to the detection result is also detected, and the residual bearing number of the second interface to the detection result is calculated.
The algorithms and displays presented herein are not inherently related to any particular computer, virtual machine, or other apparatus. Various general purpose systems may also be used with the teachings herein. The required structure for constructing such a system will be apparent from the description above. Moreover, the present invention is not directed to any particular programming language. It is appreciated that a variety of programming languages may be used to implement the teachings of the present invention as described herein, and any descriptions of specific languages are provided above to disclose the best mode of the invention.
In the description provided herein, numerous specific details are set forth. It is understood, however, that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various inventive aspects. However, the disclosed method should not be interpreted as reflecting an intention that: that the invention as claimed requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention.
Those skilled in the art will appreciate that the modules in the device in an embodiment may be adaptively changed and disposed in one or more devices different from the embodiment. The modules or units or components of the embodiments may be combined into one module or unit or component, and furthermore they may be divided into a plurality of sub-modules or sub-units or sub-components. All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or elements of any method or apparatus so disclosed, may be combined in any combination, except combinations where at least some of such features and/or processes or elements are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
Furthermore, those skilled in the art will appreciate that while some embodiments described herein include some features included in other embodiments, rather than other features, combinations of features of different embodiments are meant to be within the scope of the invention and form different embodiments. For example, in the following claims, any of the claimed embodiments may be used in any combination.
The various component embodiments of the invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. It will be appreciated by those skilled in the art that a microprocessor or Digital Signal Processor (DSP) may be used in practice to implement some or all of the functions of some or all of the components of the detection apparatus of a cluster of transmission nodes according to embodiments of the present invention. The present invention may also be embodied as apparatus or device programs (e.g., computer programs and computer program products) for performing a portion or all of the methods described herein. Such programs implementing the present invention may be stored on computer-readable media or may be in the form of one or more signals. Such a signal may be downloaded from an internet website or provided on a carrier signal or in any other form.
It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names.

Claims (22)

1. A method of detecting a cluster of transmission nodes, comprising:
calling a first function to simultaneously send detection instructions to each transmission node of the transmission node cluster, wherein each detection instruction carries a file pointer indicating the storage position of the detection result in the preset array, and the transmission node adds the detection result to the preset array according to the file pointer;
calling a second function to detect data updating of the preset array;
when detecting that the updated detection result exists, calling a third function to extract the updated detection result from the preset array;
and calling the transmission nodes according to the detection results of all the transmission nodes.
2. The method of claim 1, wherein said invoking the first function to simultaneously send the detection instruction to each transport node of the cluster of transport nodes comprises:
and calling a first function through a first interface to simultaneously send a detection instruction to each transmission node of the transmission node cluster, and sending a detection result to a preset array through a second interface by the transmission node, wherein the first interface is the same as or different from the second interface.
3. The method of claim 2, wherein prior to said calling a first function via the first interface to simultaneously send a detection instruction to each transport node of the cluster of transport nodes, the method further comprises:
detecting the current bearing number of the second interface to the detection result;
calculating the residual bearing number of the second interface to the detection result;
the step of calling a first function through a first interface to simultaneously send a detection instruction to each transmission node of the transmission node cluster comprises:
and calling the first function through the first interface to simultaneously send a detection instruction corresponding to the residual bearing number to each transmission node of the transmission node cluster.
4. The method of claim 1, wherein said invoking the first function to simultaneously send the detection instruction to each transport node of the cluster of transport nodes comprises:
and calling a first function to sequentially send detection instructions corresponding to a plurality of detection tasks to each transmission node of the transmission node cluster.
5. The method of claim 4, wherein the invoking of the first function to sequentially send the detection instructions corresponding to the plurality of detection tasks to the respective transmission nodes of the transmission node cluster comprises:
and after the first function is called to send a detection instruction corresponding to one detection task to each transmission node of the transmission node cluster, directly calling to send a plurality of detection instructions corresponding to the next detection task to the first function.
6. The method of claim 4, wherein the invoking of the first function to sequentially send the detection instructions corresponding to the plurality of detection tasks to the respective transmission nodes of the transmission node cluster comprises:
and calling the first function to execute a detection task, and calling the first function to execute the next detection task after the detection results of all transmission nodes to the detection task are extracted.
7. The method of claim 6, wherein prior to said invoking the first function to perform a next detection task, the method further comprises:
searching the recorded historical processing time for the next detection task to be executed;
setting a processing time interval between the detection task and the next detection task according to the searched historical processing time of the next detection task;
the calling the first function to execute the next detection task comprises:
and after the execution of the detection task is started, calling the first function to execute the next detection task according to the set processing time interval.
8. The method of claim 7, wherein the method further comprises:
and aiming at the next detection task of which the historical processing time is not found, taking the average value of the historical processing time of other detection tasks as the historical processing time.
9. The method of claim 7, wherein the method further comprises:
and after receiving the detection results of all transmission nodes corresponding to one detection task, recording the historical processing time of the detection task.
10. The method of claim 1, wherein prior to the invoking of a transfer node according to the detection results of all transfer nodes, the method further comprises:
receiving a calling request of a first client to a transmission node;
the detection result includes at least one operation state parameter of the transmission node, and the calling of the transmission node according to the detection results of all the transmission nodes includes:
and selecting a target transmission node with the operating state parameter meeting the set condition, and feeding back the target transmission node to the first client.
11. The method of claim 1, wherein the invoking of the transfer node according to the detection results of all transfer nodes comprises:
identifying whether the transmission node normally operates according to the detection result;
and if the transmission node is identified to be not normally operated, the transmission node is redistributed to a second client using the transmission node.
12. An apparatus for detecting a cluster of transmission nodes, comprising:
the detection instruction sending module is used for calling a first function to simultaneously send detection instructions to all transmission nodes of the transmission node cluster, and each detection instruction carries a file pointer indicating the storage position of the detection result in the preset array, so that the transmission nodes add the detection result to the preset array according to the file pointer;
the data updating detection module is used for calling a second function to detect data updating of the preset array;
the detection result extraction module is used for calling a third function to extract an updated detection result from the preset array when the updated detection result is detected to exist;
and the transmission node calling module is used for calling the transmission nodes according to the detection results of all the transmission nodes.
13. The apparatus of claim 12, wherein:
the detection instruction sending module is specifically configured to call a first function through a first interface to simultaneously send a detection instruction to each transmission node of the transmission node cluster, where the transmission node sends a detection result to the preset array through a second interface, and the first interface is the same as or different from the second interface.
14. The apparatus of claim 13, wherein the apparatus further comprises:
the bearing number detection module is used for detecting the current bearing number of the second interface to the detection result before the first interface calls the first function to simultaneously send the detection instruction to each transmission node of the transmission node cluster;
a remaining bearer number calculation module, configured to calculate a remaining bearer number of the detection result of the second interface;
the detection instruction sending module is specifically configured to call the first function through the first interface and send a detection instruction corresponding to the remaining number of bearers to each transmission node of the transmission node cluster at the same time.
15. The apparatus of claim 12, wherein:
the detection instruction sending module is specifically configured to call a first function to sequentially send detection instructions corresponding to a plurality of detection tasks to each transmission node of the transmission node cluster.
16. The apparatus of claim 15, wherein the detection instruction sending module comprises:
the first detection instruction sending submodule is used for calling the first function to send a detection instruction corresponding to a detection task to each transmission node of the transmission node cluster;
and the second detection instruction sending submodule is used for directly calling and sending a plurality of detection instructions corresponding to the next detection task to the first function after sending the detection instruction corresponding to one detection task.
17. The apparatus of claim 15, wherein the detection instruction sending module comprises:
the first detection task execution submodule is used for calling the first function to execute a detection task;
and the second detection task execution submodule is used for calling the first function to execute the next detection task after the detection results of all the transmission nodes to the detection task are extracted.
18. The apparatus of claim 17, wherein the apparatus further comprises:
the historical processing time searching module is used for searching the recorded historical processing time for the next detection task to be executed before the first function is called to execute the next detection task;
a processing time interval setting module, configured to set a processing time interval between the one detection task and the next detection task according to the searched historical processing time of the next detection task;
the second detection task execution submodule is specifically configured to, after the execution of the one detection task is started, call the first function to execute the next detection task according to a set processing time interval.
19. The apparatus of claim 18, wherein the apparatus further comprises:
and the historical processing time determining module is used for taking the average value of the historical processing time of other detection tasks as the historical processing time for the next detection task of which the historical processing time is not found.
20. The apparatus of claim 18, wherein the apparatus further comprises:
and the historical processing time recording module is used for recording the historical processing time of the detection task after receiving the detection results of all the transmission nodes corresponding to the detection task.
21. The apparatus of claim 12, wherein the apparatus further comprises:
a calling request receiving module, configured to receive a calling request of a first client to a transmission node before the transmission node is called according to the detection results of all transmission nodes;
the transmission node calling module is specifically configured to select a target transmission node whose operation state parameter meets a set condition, and feed back the target transmission node to the first client, where the detection result includes at least one operation state parameter of the transmission node.
22. The apparatus of claim 12, wherein the transport node invoking module comprises:
the operation state identification submodule is used for identifying whether the transmission node operates normally according to the detection result;
and the node redistribution submodule is used for redistributing the transmission nodes for the second client using the transmission nodes if the transmission nodes are identified to be not normally operated.
CN201710003214.8A 2017-01-03 2017-01-03 Detection method and device for transmission node cluster Active CN106656675B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201710003214.8A CN106656675B (en) 2017-01-03 2017-01-03 Detection method and device for transmission node cluster
PCT/CN2017/120142 WO2018127012A1 (en) 2017-01-03 2017-12-29 Method and device for detecting transmission node cluster

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710003214.8A CN106656675B (en) 2017-01-03 2017-01-03 Detection method and device for transmission node cluster

Publications (2)

Publication Number Publication Date
CN106656675A CN106656675A (en) 2017-05-10
CN106656675B true CN106656675B (en) 2020-01-21

Family

ID=58842509

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710003214.8A Active CN106656675B (en) 2017-01-03 2017-01-03 Detection method and device for transmission node cluster

Country Status (2)

Country Link
CN (1) CN106656675B (en)
WO (1) WO2018127012A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106656675B (en) * 2017-01-03 2020-01-21 北京奇虎科技有限公司 Detection method and device for transmission node cluster
CN108768792B (en) * 2018-07-06 2021-02-12 网宿科技股份有限公司 Network detection system
CN110474821B (en) * 2019-07-26 2021-08-31 济南浪潮数据技术有限公司 Node fault detection method and device
CN114584490B (en) * 2022-03-25 2024-04-09 阿里巴巴(中国)有限公司 Data transmission detection method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101373447A (en) * 2008-08-20 2009-02-25 上海超级计算中心 System and method for detecting health degree of computer cluster
CN103812618A (en) * 2013-12-20 2014-05-21 杭州承联通信技术有限公司 Grouped data transmission method for wireless trunked communication system
CN105701209A (en) * 2016-01-13 2016-06-22 广西师范大学 Load balancing method for improving parallel connection performance on big data

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2266295A1 (en) * 2008-04-01 2010-12-29 France Telecom Management of the distribution of contents
US9514010B2 (en) * 2014-09-19 2016-12-06 Netapp, Inc Cluster-wide service agents
CN104993953B (en) * 2015-06-19 2019-02-26 北京奇虎科技有限公司 The method and apparatus for detecting network service state
CN105607951A (en) * 2015-12-17 2016-05-25 北京奇虎科技有限公司 Method and device for processing data request and obtaining server information
CN105553724A (en) * 2015-12-17 2016-05-04 北京奇虎科技有限公司 Method and device for processing data request and obtaining server information
CN106656675B (en) * 2017-01-03 2020-01-21 北京奇虎科技有限公司 Detection method and device for transmission node cluster

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101373447A (en) * 2008-08-20 2009-02-25 上海超级计算中心 System and method for detecting health degree of computer cluster
CN103812618A (en) * 2013-12-20 2014-05-21 杭州承联通信技术有限公司 Grouped data transmission method for wireless trunked communication system
CN105701209A (en) * 2016-01-13 2016-06-22 广西师范大学 Load balancing method for improving parallel connection performance on big data

Also Published As

Publication number Publication date
WO2018127012A1 (en) 2018-07-12
CN106656675A (en) 2017-05-10

Similar Documents

Publication Publication Date Title
CN106656675B (en) Detection method and device for transmission node cluster
CN105653630B (en) Data migration method and device for distributed database
CN106843170B (en) Method for scheduling task based on token
GB2538494A (en) Processing queue management
CN101639789B (en) Methods, devices and systems for thread ordering
CN110378529B (en) Data generation method and device, readable storage medium and electronic equipment
CN109033814B (en) Intelligent contract triggering method, device, equipment and storage medium
CN109447253B (en) Video memory allocation method and device, computing equipment and computer storage medium
US20130117755A1 (en) Apparatuses, systems, and methods for distributed workload serialization
CN106254561A (en) The real-time offline download method of a kind of Internet resources file and system
EP3724776A1 (en) Method, function manager and arrangement for handling function calls
EP3872624B1 (en) Information processing device, information processing system, and information processing method
CN113157411A (en) Reliable configurable task system and device based on Celery
CN111177160B (en) Service updating method, device, server and medium
CN116303320A (en) Real-time task management method, device, equipment and medium based on log file
CN105868957A (en) Continuous integration method and device
JP3522820B2 (en) Distributed processing system
US20140047454A1 (en) Load balancing in an sap system
CN115391051A (en) Video computing task scheduling method, device and computer readable medium
CN111585908B (en) Intelligent hotspot breaking method and device, storage medium and computer equipment
CN109101260B (en) Node software upgrading method and device and computer readable storage medium
CN110022296B (en) Real-time data processing method and device, storage medium and computer equipment
CN113253692A (en) Tour method, tour device, tour equipment and readable storage medium for AGV
CN113553175A (en) Optimal sorting algorithm selection method facing traffic data flow
CN115801693B (en) Low-blocking low-delay data communication method and system and readable 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