CN110674034A - Health examination method and device, electronic equipment and storage medium - Google Patents

Health examination method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN110674034A
CN110674034A CN201910866536.4A CN201910866536A CN110674034A CN 110674034 A CN110674034 A CN 110674034A CN 201910866536 A CN201910866536 A CN 201910866536A CN 110674034 A CN110674034 A CN 110674034A
Authority
CN
China
Prior art keywords
nodes
node
health
normal
processes
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
CN201910866536.4A
Other languages
Chinese (zh)
Inventor
朱文龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data 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 Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201910866536.4A priority Critical patent/CN110674034A/en
Publication of CN110674034A publication Critical patent/CN110674034A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/217Database tuning
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0677Localisation of faults

Abstract

The application discloses a health examination method, a health examination device, an electronic device and a computer readable storage medium, wherein the method comprises the following steps: acquiring IP addresses of all nodes in a cluster, utilizing a plurality of processes to concurrently test the network connectivity of all the IP addresses, and determining the nodes with normal network connectivity as normal nodes; sending health check commands to all the normal nodes through a plurality of processes so that all the detection items are subjected to health check by the normal nodes; and acquiring the inspection results of all the nodes through a plurality of processes. According to the health examination method, the original mode that the single process is trained one by one in a node rotation mode is improved, the health self-examination method for acquiring all nodes in the cluster is concurrently executed in a multi-process mode, the method has the advantages that the advantages are high under the condition that the number of the nodes is large, the speed of acquiring self-examination results is greatly accelerated, and time consumption of sequential execution of the nodes one by one is saved.

Description

Health examination method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a health check method and apparatus, an electronic device, and a computer-readable storage medium.
Background
In the related technology, the health self-checking method of the distributed management software acquires the health condition of each node one by one in a sequential training mode and then performs summary display, and is time-consuming and low in efficiency under the condition of a large number of nodes.
Therefore, how to improve the self-checking efficiency of the health of the distributed management software is a technical problem to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a health check method and device, an electronic device and a computer readable storage medium, and the health self-check efficiency of distributed management software is improved.
To achieve the above object, the present application provides a health check method, including:
acquiring IP addresses of all nodes in a cluster, utilizing a plurality of processes to concurrently test the network connectivity of all the IP addresses, and determining the nodes with normal network connectivity as normal nodes;
sending health check commands to all the normal nodes through a plurality of processes so that all the detection items are subjected to health check by the normal nodes;
and acquiring the inspection results of all the nodes through a plurality of processes.
Wherein, after obtaining the checking results of all the nodes through the plurality of processes, the method further comprises:
summarizing and displaying the inspection results of all the nodes; wherein the abnormal items are displayed in a preset mode.
Wherein, still include:
and determining the node with normal network connectivity as an abnormal node, and determining the check result of the abnormal node as network abnormality.
If the normal node is a management node, the detection item comprises any one or a combination of any several of a RabbitMQ health state, a Zookeeper health state, a Kepalived health state, an SQLite database health state, whether the number of the management software processes is correct, and a management software process running state;
and if the normal node is a common node, the detection item comprises whether the number of the management software processes is correct and/or the running state of the management software processes.
To achieve the above object, the present application provides a health check device including:
the testing module is used for acquiring the IP addresses of all the nodes in the cluster, utilizing a plurality of processes to concurrently test the network connectivity of all the IP addresses, and determining the nodes with normal network connectivity as normal nodes;
the sending module is used for sending health check commands to all the normal nodes through a plurality of processes so that the normal nodes can carry out health check on all the detection items;
and the acquisition module is used for acquiring the inspection results of all the nodes through a plurality of processes.
Wherein, still include:
the display module is used for summarizing and displaying the inspection results of all the nodes; wherein the abnormal items are displayed in a preset mode.
Wherein, still include:
and the network exception module is used for determining the node with normal network connectivity as an exception node and determining the check result of the exception node as the network exception.
If the normal node is a management node, the detection item comprises any one or a combination of any several of a RabbitMQ health state, a Zookeeper health state, a Kepalived health state, an SQLite database health state, whether the number of the management software processes is correct, and a management software process running state;
and if the normal node is a common node, the detection item comprises whether the number of the management software processes is correct and/or the running state of the management software processes.
To achieve the above object, the present application provides an electronic device including:
a memory for storing a computer program;
a processor for implementing the steps of the above-mentioned health check method when executing the computer program.
To achieve the above object, the present application provides a computer-readable storage medium having stored thereon a computer program, which when executed by a processor, performs the steps of the above health check method.
According to the scheme, the health examination method provided by the application comprises the following steps: acquiring IP addresses of all nodes in a cluster, utilizing a plurality of processes to concurrently test the network connectivity of all the IP addresses, and determining the nodes with normal network connectivity as normal nodes; sending health check commands to all the normal nodes through a plurality of processes so that all the detection items are subjected to health check by the normal nodes; and acquiring the inspection results of all the nodes through a plurality of processes.
According to the health examination method, the original mode that the single process is trained one by one in a node rotation mode is improved, the health self-examination method for acquiring all nodes in the cluster is concurrently executed in a multi-process mode, the method has the advantages that the advantages are high under the condition that the number of the nodes is large, the speed of acquiring self-examination results is greatly accelerated, and time consumption of sequential execution of the nodes one by one is saved. The application also discloses a health examination device, an electronic device and a computer readable storage medium, which can also achieve the technical effects.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. The accompanying drawings, which are included to provide a further understanding of the disclosure and are incorporated in and constitute a part of this specification, illustrate embodiments of the disclosure and together with the description serve to explain the disclosure without limiting the disclosure. In the drawings:
FIG. 1 is a flow diagram illustrating a method of health checking in accordance with an exemplary embodiment;
FIG. 2 is a flow diagram illustrating another method of health checking according to an exemplary embodiment;
FIG. 3 is a flow chart of an execution of a master management node;
FIG. 4 is a flow chart of the execution of a management node and other nodes;
FIG. 5 is a block diagram illustrating a health check device in accordance with an exemplary embodiment;
FIG. 6 is a block diagram illustrating an electronic device in accordance with an exemplary embodiment.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The embodiment of the application discloses a health check method, which improves the health self-check efficiency of distributed management software.
Referring to FIG. 1, a flow diagram of a health check method is shown according to an exemplary embodiment, as shown in FIG. 1, including:
s101: acquiring IP addresses of all nodes in a cluster, utilizing a plurality of processes to concurrently test the network connectivity of all the IP addresses, and determining the nodes with normal network connectivity as normal nodes;
the execution main body of the embodiment is a master management node in a distributed cluster. The main management node acquires IP addresses of all nodes in the cluster, wherein all the nodes comprise a management node and a common node, and then the network connectivity of the IP addresses of a plurality of nodes is tested simultaneously in a concurrent process mode. And determining the node with normal network connectivity as a normal node, preferably, determining the node with normal network connectivity as an abnormal node, and determining the inspection result of the abnormal node as the network abnormality.
S102: sending health check commands to all the normal nodes through a plurality of processes so that all the detection items are subjected to health check by the normal nodes;
in the step, the main management node sends a health check command to the normal node through the RabbitMQ message channel, and the normal node runs a health check program after receiving the health check command to detect each detection item of the normal node.
Specifically, if the normal node is a management node, the detection item includes any one or a combination of any several of a RabbitMQ health state, a Zookeeper health state, a keepalive health state, an SQLite database health state, whether the number of the management software processes is correct, and a management software process running state; and if the normal node is a common node, the detection item comprises whether the number of the management software processes is correct and/or the running state of the management software processes.
In the specific implementation, the management node detects whether the RabbitMQ is normally operated, detects whether the Zookeeper is normally operated, detects whether the keepalive is normally operated, detects whether the SQLite of the database is healthy, detects whether the number of the management software processes resident in the background of the management node is correct, detects whether the node management software processes are normally operated, counts the detailed information of the detection items, and sends the detailed information to the main management node.
Because the database contains operation information of management software equipment and a cluster, real-time performance statistical data, equipment configuration information and other important information, and damage or failure of the database can directly cause all functions of partial setting of the management software to be unavailable, the health state of the SQLite database used by the distributed storage management software can be contained in a detection item, and the health state specifically comprises whether the detection of whether the database is damaged, the detection of data table loss, the detection of increasing, deleting, modifying and the like is successful or not, so that the operation condition of the database on the node is effectively fed back.
Therefore, the method improves the original mode of collecting the health information of all cluster nodes by one-by-one training in a single process, adopts a multi-process mode to concurrently execute the health self-checking method for acquiring all the cluster nodes, can utilize the CPU performance of a machine to the maximum extent, and greatly shortens the waiting time for acquiring the health state result. Especially, the advantages of adopting the concurrent mode in dozens and hundreds of multi-node environments are more obvious.
S103: and acquiring the inspection results of all the nodes through a plurality of processes.
In this step, the master management node obtains the inspection results of all the nodes through a plurality of processes. The check result of the normal node is the check result obtained from the normal node through the process, and the check result of the abnormal node is the network abnormality.
Preferably, after this step, the method further comprises: summarizing and displaying the inspection results of all the nodes; wherein the abnormal items are displayed in a preset mode. In specific implementation, the main management node collects the inspection results of all the nodes and displays the inspection results on a web front-end interface in a unified manner, and abnormal items can be displayed in a rough manner by an alarm red mark table to prompt a user to pay attention to processing in time.
According to the health examination method provided by the embodiment of the application, the original mode of single-process node-by-node training is improved, the health self-examination method for acquiring all nodes in the cluster is concurrently executed in a multi-process mode, the advantage of the method is higher under the condition that the number of the nodes is more, the speed of acquiring self-examination results is greatly accelerated, and the time consumption for sequentially executing the nodes one by one is saved.
The embodiment of the application discloses a health examination method, and compared with the previous embodiment, the embodiment further explains and optimizes the technical scheme. Specifically, the method comprises the following steps:
referring to FIG. 2, a flow diagram of another method of health checking is shown according to an exemplary embodiment, as shown in FIG. 2, including:
s201: acquiring IP addresses of all nodes in a cluster, utilizing a plurality of processes to concurrently test the network connectivity of all the IP addresses, and determining the nodes with normal network connectivity as normal nodes;
s202: sending health check commands to all the normal nodes through a plurality of processes so that all the detection items are subjected to health check by the normal nodes;
s203: and determining the node with normal network connectivity as an abnormal node, and determining the check result of the abnormal node as network abnormality.
S204: obtaining the inspection results of all the nodes through a plurality of processes;
s205: summarizing and displaying the inspection results of all the nodes; wherein the abnormal items are displayed in a preset mode.
In the embodiment, the original single-process node-by-node training mode is improved, the health self-inspection method for acquiring all nodes in the cluster is concurrently executed in a multi-process mode, the advantage of the method is higher under the condition that the number of the nodes is larger, the speed of acquiring the self-inspection result is greatly accelerated, and the time consumption for sequentially executing the nodes one by one is saved. Meanwhile, the embodiment adds the database health examination in the original health examination items. The database comprises a plurality of important information such as running information of management software equipment and a cluster, real-time performance statistical data, equipment configuration information and the like, and damage or failure of the database can directly cause all functions of the management software to be partially set and be unusable, so that the database is an important component item for reflecting the health of the system and provides important data support for positioning the running state of the evaluation system.
An application embodiment of the present application is introduced below, and specifically, the IP addresses of all nodes in a cluster are obtained at a master management node of a management cluster, then RabbitMQ messages are sent to the IP addresses of multiple nodes simultaneously in a concurrent process manner to perform health self-inspection, then returned health inspection data are collected and displayed on a web front-end interface in a unified manner, and abnormal items are displayed in a warning banner red table in a coarse manner.
As shown in fig. 3, the main management node program mainly includes the following steps:
the method comprises the following steps: acquiring IP addresses of all nodes in a cluster;
step two: the multi-process concurrently executes the network connectivity of the IP address of the test node;
step three: returning abnormal information to the abnormal network connection in each process, and sending a health self-checking command request by the normal nodes of the network through a RabbitMQ message channel;
step four: summarizing detection information, displaying the detection information on an interface in a unified manner, displaying alarm information of abnormal items, and prompting to pay attention to processing in time;
after receiving the health self-check command, the management node executes the following steps as shown in fig. 4:
the method comprises the following steps: detecting whether the RabbitMQ operates normally;
step two: detecting whether the Zookeeper runs normally;
step three: detecting whether Keepalived operation is normal;
step four: detecting whether the database SQLite is healthy or not;
step five: detecting whether the number of the node background resident management software processes is correct or not; wherein, the correct number of management software processes of the management node is 12;
step six: detecting whether the running of the node management software process is in a normal state;
step seven: counting the detailed information of the detection items and sending the detailed information to a main management node;
after receiving the health self-check command, the other nodes execute the following steps as shown in fig. 4:
the method comprises the following steps: detecting whether the number of the node background resident management software processes is correct or not; wherein, the number of the management software processes of other nodes is correct to be 10;
step two: detecting whether the running of the node management software process is in a normal state;
step three: and counting the detailed information of the detection items and sending the detailed information to the main management node.
In the following, a health examination apparatus provided by an embodiment of the present application is described, and a health examination apparatus described below and a health examination method described above may be referred to each other.
Referring to FIG. 5, a block diagram of a health check device is shown according to an exemplary embodiment, as shown in FIG. 5, including:
the testing module 501 is configured to obtain IP addresses of all nodes in a cluster, concurrently test network connectivity of all the IP addresses by using multiple processes, and determine a node with normal network connectivity as a normal node;
a sending module 502, configured to send a health check command to all the normal nodes through a plurality of the processes, so that the normal nodes perform health check on all the detection items;
an obtaining module 503, configured to obtain the inspection results of all the nodes through a plurality of the processes.
The health examination device provided by the embodiment of the application improves the original mode of single-process node-by-node rotation training one by one, and adopts the multi-process mode to concurrently execute the health self-examination method for acquiring all nodes in the cluster, so that the advantage of the method is higher under the condition that the number of the nodes is more, the speed of acquiring the self-examination result is greatly accelerated, and the time consumption for sequentially executing the nodes one by one is saved.
On the basis of the above embodiment, as a preferred implementation, the method further includes:
the display module is used for summarizing and displaying the inspection results of all the nodes; wherein the abnormal items are displayed in a preset mode.
On the basis of the above embodiment, as a preferred implementation, the method further includes:
and the network exception module is used for determining the node with normal network connectivity as an exception node and determining the check result of the exception node as the network exception.
On the basis of the above embodiment, as a preferred implementation manner, if the normal node is a management node, the detection item includes any one or a combination of any several of a RabbitMQ health state, a Zookeeper health state, a keepalive health state, an SQLite database health state, whether the number of management software processes is correct, and a management software process running state;
and if the normal node is a common node, the detection item comprises whether the number of the management software processes is correct and/or the running state of the management software processes.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
The present application further provides an electronic device, and referring to fig. 6, a structure diagram of an electronic device 600 provided in an embodiment of the present application may include a processor 11 and a memory 12, as shown in fig. 6. The electronic device 600 may also include one or more of a multimedia component 13, an input/output (I/O) interface 14, and a communication component 15.
The processor 11 is configured to control the overall operation of the electronic device 600, so as to complete all or part of the steps of the health check method. The memory 12 is used to store various types of data to support operation at the electronic device 600, such as instructions for any application or method operating on the electronic device 600 and application-related data, such as contact data, transmitted and received messages, pictures, audio, video, and so forth. The Memory 12 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, such as Static Random Access Memory (SRAM), Electrically Erasable Programmable Read-Only Memory (EEPROM), Erasable Programmable Read-Only Memory (EPROM), Programmable Read-Only Memory (PROM), Read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk or optical disk. The multimedia component 13 may include a screen and an audio component. Wherein the screen may be, for example, a touch screen and the audio component is used for outputting and/or inputting audio signals. For example, the audio component may include a microphone for receiving external audio signals. The received audio signal may further be stored in the memory 12 or transmitted via the communication component 15. The audio assembly also includes at least one speaker for outputting audio signals. The I/O interface 14 provides an interface between the processor 11 and other interface modules, such as a keyboard, mouse, buttons, etc. These buttons may be virtual buttons or physical buttons. The communication module 15 is used for wired or wireless communication between the electronic device 600 and other devices. Wireless communication, such as Wi-Fi, bluetooth, Near Field Communication (NFC), 2G, 3G or 4G, or a combination of one or more of them, so that the corresponding communication component 15 may include: Wi-Fi module, bluetooth module, NFC module.
In an exemplary embodiment, the electronic Device 600 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, microcontrollers, microprocessors, or other electronic components for performing the above-described health check method.
In another exemplary embodiment, a computer readable storage medium comprising program instructions which, when executed by a processor, implement the steps of the above-described health check method is also provided. For example, the computer readable storage medium may be the memory 12 described above including program instructions that are executable by the processor 11 of the electronic device 600 to perform the health check method described above.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A health check method, comprising:
acquiring IP addresses of all nodes in a cluster, utilizing a plurality of processes to concurrently test the network connectivity of all the IP addresses, and determining the nodes with normal network connectivity as normal nodes;
sending health check commands to all the normal nodes through a plurality of processes so that all the detection items are subjected to health check by the normal nodes;
and acquiring the inspection results of all the nodes through a plurality of processes.
2. The health check method of claim 1, wherein after obtaining the check results of all the nodes through the plurality of processes, further comprising:
summarizing and displaying the inspection results of all the nodes; wherein the abnormal items are displayed in a preset mode.
3. The health check method as set forth in claim 1, further comprising:
and determining the node with normal network connectivity as an abnormal node, and determining the check result of the abnormal node as network abnormality.
4. The health inspection method according to any one of claims 1 to 3, wherein if the normal node is a management node, the detection item includes any one or a combination of rabbitMQ health status, Zookeeper health status, keepalive health status, SQLite database health status, whether the number of management software processes is correct, and management software process running status;
and if the normal node is a common node, the detection item comprises whether the number of the management software processes is correct and/or the running state of the management software processes.
5. A health check device, comprising:
the testing module is used for acquiring the IP addresses of all the nodes in the cluster, utilizing a plurality of processes to concurrently test the network connectivity of all the IP addresses, and determining the nodes with normal network connectivity as normal nodes;
the sending module is used for sending health check commands to all the normal nodes through a plurality of processes so that the normal nodes can carry out health check on all the detection items;
and the acquisition module is used for acquiring the inspection results of all the nodes through a plurality of processes.
6. The health check device of claim 5, further comprising:
the display module is used for summarizing and displaying the inspection results of all the nodes; wherein the abnormal items are displayed in a preset mode.
7. The health check device of claim 5, further comprising:
and the network exception module is used for determining the node with normal network connectivity as an exception node and determining the check result of the exception node as the network exception.
8. The health check device of any one of claims 5 to 7, wherein if the normal node is a management node, the detection item comprises any one or a combination of rabbitMQ health status, Zookeeper health status, keepalive health status, SQLite database health status, whether the number of management software processes is correct, and management software process running status;
and if the normal node is a common node, the detection item comprises whether the number of the management software processes is correct and/or the running state of the management software processes.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the health check method according to any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the health check method according to any one of claims 1 to 4.
CN201910866536.4A 2019-09-12 2019-09-12 Health examination method and device, electronic equipment and storage medium Withdrawn CN110674034A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910866536.4A CN110674034A (en) 2019-09-12 2019-09-12 Health examination method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910866536.4A CN110674034A (en) 2019-09-12 2019-09-12 Health examination method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110674034A true CN110674034A (en) 2020-01-10

Family

ID=69078101

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910866536.4A Withdrawn CN110674034A (en) 2019-09-12 2019-09-12 Health examination method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110674034A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111813625A (en) * 2020-06-30 2020-10-23 中国工商银行股份有限公司 Health check method and device for distributed server cluster
CN112162816A (en) * 2020-08-28 2021-01-01 新浪网技术(中国)有限公司 Method and device for checking container cluster resource object and storage medium
CN113590024A (en) * 2021-06-18 2021-11-02 济南浪潮数据技术有限公司 Health inspection method, device and terminal of distributed storage system
CN114827052A (en) * 2022-03-30 2022-07-29 阿里云计算有限公司 ECMP node health condition diagnosis method and device
CN115914328A (en) * 2023-01-30 2023-04-04 天翼云科技有限公司 Network health detection method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1949912A (en) * 2006-11-08 2007-04-18 华为技术有限公司 Base station health checking apparatus and method
CN101373447A (en) * 2008-08-20 2009-02-25 上海超级计算中心 System and method for detecting health degree of computer cluster
CN102404139A (en) * 2011-10-21 2012-04-04 浪潮电子信息产业股份有限公司 Method for increasing fault tolerance performance of application level of fault tolerance server
CN107659459A (en) * 2017-11-02 2018-02-02 郑州云海信息技术有限公司 Distributed type assemblies management software disaster tolerance management method, system, medium and equipment
CN109062820A (en) * 2018-11-07 2018-12-21 郑州云海信息技术有限公司 A kind of software performance testing method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1949912A (en) * 2006-11-08 2007-04-18 华为技术有限公司 Base station health checking apparatus and method
CN101373447A (en) * 2008-08-20 2009-02-25 上海超级计算中心 System and method for detecting health degree of computer cluster
CN102404139A (en) * 2011-10-21 2012-04-04 浪潮电子信息产业股份有限公司 Method for increasing fault tolerance performance of application level of fault tolerance server
CN107659459A (en) * 2017-11-02 2018-02-02 郑州云海信息技术有限公司 Distributed type assemblies management software disaster tolerance management method, system, medium and equipment
CN109062820A (en) * 2018-11-07 2018-12-21 郑州云海信息技术有限公司 A kind of software performance testing method and device

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111813625A (en) * 2020-06-30 2020-10-23 中国工商银行股份有限公司 Health check method and device for distributed server cluster
CN111813625B (en) * 2020-06-30 2024-03-08 中国工商银行股份有限公司 Health checking method and device for distributed server cluster
CN112162816A (en) * 2020-08-28 2021-01-01 新浪网技术(中国)有限公司 Method and device for checking container cluster resource object and storage medium
CN113590024A (en) * 2021-06-18 2021-11-02 济南浪潮数据技术有限公司 Health inspection method, device and terminal of distributed storage system
CN113590024B (en) * 2021-06-18 2023-12-22 济南浪潮数据技术有限公司 Health inspection method, device and terminal of distributed storage system
CN114827052A (en) * 2022-03-30 2022-07-29 阿里云计算有限公司 ECMP node health condition diagnosis method and device
CN115914328A (en) * 2023-01-30 2023-04-04 天翼云科技有限公司 Network health detection method and device, electronic equipment and storage medium
CN115914328B (en) * 2023-01-30 2023-06-23 天翼云科技有限公司 Network health detection method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110674034A (en) Health examination method and device, electronic equipment and storage medium
CN109302522B (en) Test method, test device, computer system, and computer medium
US10909028B1 (en) Multi-version regression tester for source code
US11704185B2 (en) Machine learning-based techniques for providing focus to problematic compute resources represented via a dependency graph
CN111858254B (en) Data processing method, device, computing equipment and medium
CN114064208A (en) Method and device for detecting application service state, electronic equipment and storage medium
CN110851471A (en) Distributed log data processing method, device and system
CN111400189A (en) Code coverage rate monitoring method and device, electronic equipment and storage medium
CN111240876A (en) Fault positioning method and device for microservice, storage medium and terminal
CN112732499A (en) Test method and device based on micro-service architecture and computer system
CN109462507B (en) Configuration updating method, device and system and electronic equipment
CN109559121B (en) Transaction path call exception analysis method, device, equipment and readable storage medium
CN114727100B (en) Joint debugging method and device for monitoring equipment
CN115437961A (en) Data processing method and device, electronic equipment and storage medium
CN112583660B (en) Main domain and standby domain test comparison method, device and system of recommendation platform
CN110399258B (en) Stability testing method, system and device for server system
CN112214389A (en) Public testing method, device, terminal and storage medium
CN116155688A (en) Link fault detection method, device, equipment and medium
CN117493127B (en) Application program detection method, device, equipment and medium
Nicolaescu et al. On Adequate Behavior-based Architecture Conformance Checks
CN116501585A (en) Log processing method, electronic equipment and log processing system
CN117544532A (en) Inspection display method and device, electronic equipment and storage medium
CN114554180A (en) Multimedia device test method, medium, electronic device and test system
CN117155772A (en) Alarm information enrichment method, device, equipment and storage medium
CN113505079A (en) Application program testing method, device, equipment and 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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20200110