CN117632638A - Application service health inspection method, system, equipment and medium - Google Patents

Application service health inspection method, system, equipment and medium Download PDF

Info

Publication number
CN117632638A
CN117632638A CN202311520975.2A CN202311520975A CN117632638A CN 117632638 A CN117632638 A CN 117632638A CN 202311520975 A CN202311520975 A CN 202311520975A CN 117632638 A CN117632638 A CN 117632638A
Authority
CN
China
Prior art keywords
monitoring
application service
service
target application
tool
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202311520975.2A
Other languages
Chinese (zh)
Inventor
沈林锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Moduo Information Technology Co ltd
Original Assignee
Suzhou Moduo Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Moduo Information Technology Co ltd filed Critical Suzhou Moduo Information Technology Co ltd
Priority to CN202311520975.2A priority Critical patent/CN117632638A/en
Publication of CN117632638A publication Critical patent/CN117632638A/en
Pending legal-status Critical Current

Links

Classifications

    • 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
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses an application service health check method, a system, equipment and a medium, wherein the method comprises the following steps: configuring an application service monitoring tool; calling an application service monitoring tool to perform monitoring operation, wherein the monitoring operation comprises the following steps: calling an application service monitoring tool to inquire the online state of the target application service, and executing monitoring interception operation, monitoring request operation or monitoring shielding operation according to the online state; the invention can carry out periodic health examination on the application service, supports the customization of an examination target and the customization of examination time, further helps operators to find potential problems of the service in time, carries out monitoring and early warning on multiple aspects of the service, is favorable for the operators to take effective measures in time, reduces the probability of service breakdown or failure, maintains the good state of the service, reduces the interruption of the service, improves the stability and reliability of the service, reduces the loss caused by service abnormality, and has higher application value.

Description

Application service health inspection method, system, equipment and medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a method, a system, an apparatus, and a medium for health inspection of an application service.
Background
At present, the normal operation of application services is often affected by a number of factors, including but not limited to: hardware faults, network problems, software errors, etc.;
for example, when some application services carrying important data run abnormally, important data can be lost, so that irreparable loss is caused;
as another example, in some production environment services, once an abnormality occurs in the service, or a stagnation of the production process is caused, the continuity and stability of the production process are affected;
the above cases all show that the abnormality of the application service can affect the reliability of the service and the experience of the user, and a certain economic loss is easily caused to the user.
Disclosure of Invention
The present invention is directed to a method, system, device and medium for application service health inspection, which solve all or one of the above problems in the prior art.
In order to solve the technical problems, the specific technical scheme of the invention is as follows:
in one aspect, the present invention provides an application service health inspection method, including the steps of:
configuring an application service monitoring tool;
and calling the application service monitoring tool to perform monitoring operation, wherein the monitoring operation comprises the following steps: and calling the application service monitoring tool to inquire the online state of the target application service, and executing monitoring interception operation, monitoring request operation or monitoring shielding operation according to the online state.
As an improvement, the configuration application service monitoring tool includes:
configuring Nginx as the application service monitoring tool;
adding an inspection instruction and inspection parameters into a configuration file of the application service monitoring tool; the detection parameters include: check frequency, timeout time, and response status code.
As an improvement, the performing a monitoring interception operation, a monitoring request operation or a monitoring shielding operation according to the online status includes:
responding to the online state to execute the monitoring shielding operation when the target application service is in the online process;
responding to the online state that the target application service is online successful and the starting is successful, judging that a monitoring file in the target application service is generated, and executing the monitoring request operation;
and responding to the online state that the target application service is the application offline, judging that the monitoring file in the target application service is deleted, and executing the monitoring interception operation.
As an improvement, the monitoring and shielding operation includes:
invoking the application service monitoring tool to set the target application service to an abnormal state;
and calling the application service monitoring tool to send a monitoring request to the target application service except the abnormal state.
As an improvement, the monitoring request operation includes:
calling the application service monitoring tool to send a monitoring request to the target application service;
invoking the application service monitoring tool to judge a response result of the target application service to the monitoring request;
and generating a monitoring report according to the response result.
As an improvement, the monitoring interception operation includes:
invoking the application service monitoring tool to set the target application service to an abnormal state;
intercepting a monitoring request sent to the target application service.
As an improvement, the generating a monitoring report according to the response result includes:
responding to the response result to enable the target application service to respond correctly to the monitoring request, and generating the monitoring report about service normality;
and responding to the response result to generate the monitoring report about service abnormality for the target application service responding to the monitoring request.
On the other hand, the invention also provides an application service health check system, which comprises:
the system comprises a configuration module and a monitoring processing module;
the configuration module is used for configuring an application service monitoring tool;
the monitoring processing module is used for calling the application service monitoring tool to perform monitoring operation, and the monitoring operation comprises: and the monitoring processing module calls the application service monitoring tool to inquire the online state of the target application service, and executes monitoring interception operation, monitoring request operation or monitoring shielding operation according to the online state.
In another aspect, the present invention also provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of the application service health check method.
In another aspect, the present invention further provides a computer device, where the computer device includes a processor, a communication interface, a memory, and a communication bus, where the processor, the communication interface, and the memory complete communication with each other through the communication bus; wherein:
the memory is used for storing a computer program;
the processor is configured to execute the steps of the application service health check method by running a program stored on the memory.
The technical scheme of the invention has the beneficial effects that:
the application service health inspection method can realize periodic health inspection of application service, support customization of inspection targets and customization of inspection time, further help operators to find potential problems of service in time, monitor and early warn multiple aspects of service, facilitate operators to take effective measures in time, reduce service breakdown or failure probability, maintain good state of service, reduce service interruption, improve stability and reliability of service, reduce loss caused by service abnormality, and have higher application value.
According to the application service health inspection system, periodic health inspection of application service can be realized through the mutual coordination of the configuration module and the monitoring processing module, the customization of inspection targets and the customization of inspection time are supported, operators are helped to find potential problems of service in time, the monitoring and early warning are carried out on multiple aspects of service, the operators can take effective measures in time, the probability of service breakdown or failure is reduced, the good state of service is maintained, the interruption of service is reduced, the stability and the reliability of service are improved, the loss caused by service abnormality is reduced, and the application value is high.
The computer readable storage medium can realize the coordination of the guide configuration module and the monitoring processing module, so as to realize the application service health checking method, and the computer readable storage medium can also effectively improve the operability of the application service health checking method.
The computer equipment can realize the storage and execution of the computer readable storage medium, thereby realizing the application service health check method.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are needed in the description of the embodiments or the prior art will be briefly described, and it is obvious that the drawings in the description below are some embodiments of the present invention, and other drawings can be obtained according to the drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for health check of application services according to embodiment 1 of the present invention;
FIG. 2 is a schematic diagram of a health check report of Nginx according to example 1 of the present invention;
FIG. 3 is a schematic diagram of an architecture of an application service health check system according to embodiment 2 of the present invention;
FIG. 4 is a schematic diagram of a computer device according to embodiment 4 of the present invention;
the labels in the drawings are illustrated as follows:
1501. a processor; 1502. a communication interface; 1503. a memory; 1504. a communication bus.
Detailed Description
The preferred embodiments of the present invention will be described in detail below with reference to the accompanying drawings so that the advantages and features of the present invention can be more easily understood by those skilled in the art, thereby making clear and defining the scope of the present invention.
In the description of the present invention, it should be noted that the described embodiments of the present invention are some, but not all embodiments of the present invention; all other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The terms first, second and the like in the description and in the claims and in the above-described figures, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments described herein may be capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, apparatus, article, or device that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed or inherent to such process, method, article, or device.
Example 1
The embodiment provides an application service health checking method, as shown in fig. 1 and 2, comprising the following steps:
as an implementation mode of the invention, the method mainly realizes flexible monitoring of the application service, predicts and detects faults and abnormal conditions of the service, helps maintenance personnel to take measures in advance, reduces or even avoids multiple aspects of risks caused by service interruption, ensures the stability of the service, and comprises the following specific steps:
s100, configuring an application service monitoring tool;
in this step, ng is configured as an application service monitoring tool, specifically, ng provides a mechanism for application service health check, which can help to determine availability of the backend server;
in this step, the setting of the configuration file of the nginnx is performed according to a specific monitoring requirement, which includes: adding a health_check instruction (i.e. a check instruction) and various check parameters into a configuration file of Nginx; the detection parameters include, but are not limited to: checking frequency, timeout time and response status code; determining a health status of the application service based on the health check instruction and various inspection parameters;
s200, calling an application service monitoring tool to perform monitoring operation;
in the step, monitoring operation is carried out, and firstly, a target application service is determined; at the initial stage of monitoring, firstly judging the online state of a target application service; when the online state of the target application service is in the service online process, no monitoring is performed at this time (because the file for monitoring in the service is not generated yet at this time); therefore, nginx is called to set the target application service to be in an abnormal state, and when application service monitoring is carried out and a monitoring request is sent, the application service is not sent to the service in the abnormal state, so that the service is not influenced;
in the step, when the online state of the target application service is online successful and starting is successful, the file for monitoring in the service is successfully created and generated, and the service provides service to the outside at the moment, so that state monitoring can be performed; so that the Nginx is called to send a monitoring request to the application service at the moment;
in the step, when the online state of the application service is offline, the file used for monitoring in the service is deleted, and then Nginx is called to set the target application service as an abnormal state, and the corresponding monitoring request is intercepted and not forwarded to the service;
in this step, the monitoring operation is actually a health check for the target application service; the target application service provides a health examination url, and the corresponding sent monitoring request is the request for the health examination url; when Nginx requests url, correct response is obtained and the service is judged to be normal; when Nginx requests url, obtaining error response result or abnormality, and indicating service fault;
in this step, the implementation principle of the health check is as follows: after the target application service to be monitored is started, initializing a file for monitoring at a fixed position; the service itself will periodically/periodically detect whether the file exists; when the file does not exist or the service responds to the problem, the service is indicated to have the problem; in this case, when requesting health check url, an abnormal result is returned;
in the step, nginx supports health examination of various application services and outputs corresponding examination results; as shown in fig. 2, the health check report (web page) of Nginx; in this report, the overall availability status of each service can be seen through upstream check status of nginnx; when status of one up stream is down, a problem occurs on the whole of the representative service; based on the method, maintenance personnel can regularly monitor the health examination report of the nginx to perform early warning or alarming, and then take corresponding measures to repair abnormality or fault, so that the service stability is greatly improved.
Example 2
The present embodiment provides an application service health check system based on the same inventive concept as that of the application service health check method described in embodiment 1, as shown in fig. 3, including: the system comprises a configuration module and a monitoring processing module;
the configuration module is used for configuring an application service monitoring tool;
in the present system, the configuration application service monitoring tool includes: the configuration module configures Nginx as the application service monitoring tool; the configuration module adds an inspection instruction and inspection parameters into a configuration file of the application service monitoring tool; the detection parameters include: check frequency, timeout time, and response status code.
The monitoring processing module is used for calling the application service monitoring tool to perform monitoring operation, and the monitoring operation comprises: the monitoring processing module calls the application service monitoring tool to inquire the online state of the target application service, and executes monitoring interception operation, monitoring request operation or monitoring shielding operation according to the online state;
in the system, the executing a monitoring interception operation, a monitoring request operation or a monitoring shielding operation according to the online state includes: the monitoring processing module responds to the online state to execute the monitoring shielding operation when the target application service is in the online process; the monitoring processing module responds to the online state that the target application service is successful in online and successful in starting, judges that a monitoring file in the target application service is generated, and executes the monitoring request operation; and the monitoring processing module responds to the online state that the target application service is offline, judges that the monitoring file in the target application service is deleted, and executes the monitoring interception operation.
In the present system, the monitoring and shielding operation includes: the monitoring processing module calls the application service monitoring tool to set the target application service to be in an abnormal state; and the monitoring processing module calls the application service monitoring tool to send a monitoring request to the target application service except the abnormal state.
In the present system, the monitoring request operation includes: the monitoring processing module calls the application service monitoring tool to send a monitoring request to the target application service; the monitoring processing module calls the application service monitoring tool to judge a response result of the target application service to the monitoring request; and the monitoring processing module generates a monitoring report according to the response result.
In the system, the generating a monitoring report according to the response result includes: the monitoring processing module responds to the response result to be that the target application service responds correctly to the monitoring request, and generates the monitoring report about normal service; and the monitoring processing module responds to the response result to the response error of the target application service to the monitoring request, and generates the monitoring report about service abnormality.
In the present system, the monitoring interception operation includes: the monitoring processing module calls the application service monitoring tool to set the target application service to be in an abnormal state; the monitoring processing module intercepts a monitoring request sent to the target application service.
Example 3
The present embodiment provides a computer-readable storage medium including:
the storage medium is used for storing computer software instructions for implementing the application service health check method described in the above embodiment 1, and includes a program for executing the above program set for the application service health check method; specifically, the executable program may be built in the application service health check system described in embodiment 2, so that the application service health check system may implement the application service health check method described in embodiment 1 by executing the built-in executable program.
Further, the computer readable storage medium provided in the present embodiment may be any combination of one or more readable storage media, where the readable storage media includes an electric, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof.
Example 4
The present embodiment provides an electronic device, as shown in fig. 4, which may include: the device comprises a processor 1501, a communication interface 1502, a memory 1503 and a communication bus 1504, wherein the processor 1501, the communication interface 1502 and the memory 1503 are in communication with each other through the communication bus 1504.
A memory 1503 for storing a computer program;
the processor 1501 is configured to execute the computer program stored in the memory 1503 to implement the steps of the application service health check method described in the above embodiment 1.
As an embodiment of the present invention, the communication bus mentioned by the above-mentioned terminal may be a peripheral component interconnect standard (Peripheral Component Interconnect, abbreviated as PCI) bus or an extended industry standard architecture (Extended Industry Standard Architecture, abbreviated as EISA) bus, or the like. The communication bus may be classified as an address bus, a data bus, a control bus, or the like. For ease of illustration, only one thick line is shown in fig. 4, but not only one bus or one type of bus.
As an embodiment of the present invention, a communication interface is used for communication between the terminal and other devices.
As an embodiment of the present invention, the memory may include a random access memory (Random Access Memory, abbreviated as RAM) or may include a non-volatile memory (non-volatile memory), such as at least one disk memory. Optionally, the memory may also be at least one memory device located remotely from the aforementioned processor.
As an embodiment of the present invention, the above-mentioned processor may be a general-purpose processor, including a central processing unit (Central Processing Unit, abbreviated as CPU), a network processor (Network Processor, abbreviated as NP), and the like; but also digital signal processors (Digital Signal Processing, DSP for short), application specific integrated circuits (Application Specific Integrated Circuit, ASIC for short), field-programmable gate arrays (Field-Programmable Gate Array, FPGA for short) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components.
Compared with the prior art, the application service health inspection method, system, equipment and medium can be used for periodically inspecting the health of the application service, supporting the customization of inspection targets and the customization of inspection time, further helping operators to discover potential problems of the service in time, monitoring and early warning the service in multiple aspects, facilitating the operators to take effective measures in time, reducing the probability of service breakdown or failure, maintaining the good state of the service, reducing the interruption of the service, improving the stability and reliability of the service, reducing the loss caused by service abnormality, and having higher application value.
It should be understood that, in the various embodiments herein, the sequence number of each process described above does not mean the sequence of execution, and the execution sequence of each process should be determined by its functions and internal logic, and should not constitute any limitation on the implementation process of the embodiments herein.
It should also be understood that in embodiments herein, the term "and/or" is merely one relationship that describes an associated object, meaning that three relationships may exist. For example, a and/or B may represent: a exists alone, A and B exist together, and B exists alone. In addition, the character "/" herein generally indicates that the front and rear associated objects are an "or" relationship.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps described in connection with the embodiments disclosed herein may be embodied in electronic hardware, in computer software, or in a combination of the two, and that the elements and steps of the examples have been generally described in terms of function in the foregoing description to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.
It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the above-described systems, apparatuses and units may refer to corresponding procedures in the foregoing method embodiments, and are not repeated herein.
In the several embodiments provided herein, it should be understood that the disclosed systems, devices, and methods may be implemented in other ways. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of the units is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. In addition, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices, or elements, or may be an electrical, mechanical, or other form of connection.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the elements may be selected according to actual needs to achieve the objectives of the embodiments herein.
In addition, each functional unit in the embodiments herein may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the technical solutions herein are essentially or portions contributing to the prior art, or all or portions of the technical solutions may be embodied in the form of a software product stored in a storage medium, including several instructions to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods described in the embodiments herein. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The foregoing description is only illustrative of the present invention and is not intended to limit the scope of the invention, and all equivalent structures or equivalent processes or direct or indirect application in other related technical fields are included in the scope of the present invention.

Claims (10)

1. An application service health check method, comprising the steps of:
configuring an application service monitoring tool;
and calling the application service monitoring tool to perform monitoring operation, wherein the monitoring operation comprises the following steps: and calling the application service monitoring tool to inquire the online state of the target application service, and executing monitoring interception operation, monitoring request operation or monitoring shielding operation according to the online state.
2. An application service health check method according to claim 1, characterized in that:
the configuration application service monitoring tool comprises:
configuring Nginx as the application service monitoring tool;
adding an inspection instruction and inspection parameters into a configuration file of the application service monitoring tool; the detection parameters include: check frequency, timeout time, and response status code.
3. An application service health check method according to claim 1, characterized in that:
the executing a monitoring interception operation, a monitoring request operation or a monitoring shielding operation according to the online state includes:
responding to the online state to execute the monitoring shielding operation when the target application service is in the online process;
responding to the online state that the target application service is online successful and the starting is successful, judging that a monitoring file in the target application service is generated, and executing the monitoring request operation;
and responding to the online state that the target application service is the application offline, judging that the monitoring file in the target application service is deleted, and executing the monitoring interception operation.
4. An application service health check method according to claim 1, characterized in that:
the monitoring masking operation includes:
invoking the application service monitoring tool to set the target application service to an abnormal state;
and calling the application service monitoring tool to send a monitoring request to the target application service except the abnormal state.
5. The application service health check method according to claim 4, wherein:
the monitoring request operation includes:
calling the application service monitoring tool to send a monitoring request to the target application service;
invoking the application service monitoring tool to judge a response result of the target application service to the monitoring request;
and generating a monitoring report according to the response result.
6. An application service health check method according to claim 1, characterized in that:
the monitoring interception operation includes:
invoking the application service monitoring tool to set the target application service to an abnormal state;
intercepting a monitoring request sent to the target application service.
7. An application service health check method according to claim 5, characterized in that:
the generating a monitoring report according to the response result comprises the following steps:
responding to the response result to enable the target application service to respond correctly to the monitoring request, and generating the monitoring report about service normality;
and responding to the response result to generate the monitoring report about service abnormality for the target application service responding to the monitoring request.
8. An application service health check system, comprising: the system comprises a configuration module and a monitoring processing module;
the configuration module is used for configuring an application service monitoring tool;
the monitoring processing module is used for calling the application service monitoring tool to perform monitoring operation, and the monitoring operation comprises: and the monitoring processing module calls the application service monitoring tool to inquire the online state of the target application service, and executes monitoring interception operation, monitoring request operation or monitoring shielding operation according to the online state.
9. A computer readable storage medium, wherein a computer program is stored on the computer readable storage medium, and the computer program when executed by a processor implements the steps of the application service health check method according to any one of claims 1 to 7.
10. A computer device comprising a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface, the memory complete communication with each other through the communication bus; wherein:
the memory is used for storing a computer program;
the processor is configured to execute the steps of the application service health check method according to any one of claims 1 to 7 by running a program stored on the memory.
CN202311520975.2A 2023-11-15 2023-11-15 Application service health inspection method, system, equipment and medium Pending CN117632638A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311520975.2A CN117632638A (en) 2023-11-15 2023-11-15 Application service health inspection method, system, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311520975.2A CN117632638A (en) 2023-11-15 2023-11-15 Application service health inspection method, system, equipment and medium

Publications (1)

Publication Number Publication Date
CN117632638A true CN117632638A (en) 2024-03-01

Family

ID=90022671

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311520975.2A Pending CN117632638A (en) 2023-11-15 2023-11-15 Application service health inspection method, system, equipment and medium

Country Status (1)

Country Link
CN (1) CN117632638A (en)

Similar Documents

Publication Publication Date Title
CN112162878A (en) Database fault discovery method and device, electronic equipment and storage medium
CN107483572A (en) The dispositions method and device of a kind of server
EP2485148A1 (en) Method, device and system for displaying analysis result of essential cause analysis of failure
EP2839632A1 (en) Systems, methods, apparatuses and computer program products for providing mobile device protection
CN111130938B (en) Index acquisition method and device, electronic equipment and computer readable storage medium
CN112256593B (en) Program processing method and device, computer equipment and readable storage medium
CN111211929A (en) Fault positioning method, fault positioning device, control equipment and intelligent equipment
CN113608908A (en) Server fault processing method, system, equipment and readable storage medium
CN112783703A (en) SAS link fault positioning method, device, equipment and storage medium
CN108400885A (en) A kind of service availability detection method, device and electronic equipment
CN117632638A (en) Application service health inspection method, system, equipment and medium
CN115037653B (en) Service flow monitoring method, device, electronic equipment and storage medium
CN117271234A (en) Fault diagnosis method and device, storage medium and electronic device
CN110569163A (en) method, device, equipment and medium for monitoring health state of cloud host in telescopic group
JP2017211806A (en) Communication monitoring method, security management system, and program
CN107370618B (en) Troubleshooting method and device and electronic equipment
CN111813872A (en) Fault troubleshooting model generation method, device and equipment
CN112230949A (en) Terminal software upgrading method and device, electronic equipment and storage medium
CN114610560A (en) System abnormity monitoring method, device and storage medium
CN112306038A (en) Detection method, detection device and diagnosis equipment
CN113760874A (en) Data quality detection method and device, electronic equipment and storage medium
CN111506495A (en) Distributed system testing method and device based on springboot frame
US9311210B1 (en) Methods and apparatus for fault detection
CN117857284A (en) Distributed database cluster management method, device, equipment and medium
CN118210666A (en) Automatic service testing system, method, 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