CN111414269A - Log alarm method, device, storage medium and equipment - Google Patents
Log alarm method, device, storage medium and equipment Download PDFInfo
- Publication number
- CN111414269A CN111414269A CN202010186091.8A CN202010186091A CN111414269A CN 111414269 A CN111414269 A CN 111414269A CN 202010186091 A CN202010186091 A CN 202010186091A CN 111414269 A CN111414269 A CN 111414269A
- Authority
- CN
- China
- Prior art keywords
- item
- log
- information
- project
- alarm
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 48
- 238000004590 computer program Methods 0.000 claims description 10
- 238000011161 development Methods 0.000 claims description 7
- 238000012360 testing method Methods 0.000 claims description 5
- 230000008569 process Effects 0.000 claims description 3
- 230000002159 abnormal effect Effects 0.000 abstract description 13
- 239000002609 medium Substances 0.000 description 12
- 238000010586 diagram Methods 0.000 description 4
- 238000012545 processing Methods 0.000 description 4
- 230000008878 coupling Effects 0.000 description 3
- 238000010168 coupling process Methods 0.000 description 3
- 238000005859 coupling reaction Methods 0.000 description 3
- 230000005856 abnormality Effects 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000002452 interceptive effect Effects 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 239000012120 mounting media Substances 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000008447 perception Effects 0.000 description 1
- 230000008707 rearrangement Effects 0.000 description 1
- 230000008439 repair process Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0766—Error or fault reporting or storing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3065—Monitoring arrangements determined by the means or processing involved in reporting the monitored data
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/18—File system types
- G06F16/1805—Append-only file systems, e.g. using logs or journals to store data
- G06F16/1815—Journaling file systems
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Debugging And Monitoring (AREA)
Abstract
The embodiment of the invention discloses a log alarm method, a log alarm device, a storage medium and log alarm equipment. The method comprises the following steps: acquiring a pre-generated project message queue; the project message queue comprises log information and project information corresponding to at least one project; sequentially reading log information and item information corresponding to each item from the item message queue; and judging whether the current item meets the log alarm condition or not according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification. By adopting the technical scheme, the alarm can be given in time when the project is abnormal, and the stability of the project is improved.
Description
Technical Field
The embodiment of the invention relates to the technical field of data processing, in particular to a log alarm method, a log alarm device, a storage medium and log alarm equipment.
Background
With the rapid development of the internet industry, various service projects are developed by various merchants or enterprises to meet the needs of people. However, stability of a service item becomes increasingly important during its use or development. At present, measures for improving project stability are very many, but in general projects, most important is to sense abnormality at the first time and timely debug and repair the project under the condition that the project is unstable, so that the problem expansion caused by long-time errors is avoided.
In the prior art, the method for ensuring the stability of the project mainly comprises the following three methods: firstly, when the project operation is abnormal, feedback information of a user or a product is received, and then debugging is carried out. And secondly, the developers observe the log condition of the project at the server side at intervals, and monitor whether abnormal logs appear. And thirdly, when problems occur at certain key points of the project and the capturing is abnormal, sending short messages or mails to inform relevant personnel. However, the three methods for ensuring the stability of the project all have certain disadvantages, wherein in the first method, the passive receiving of the exception feedback is not timely, and the exception feedback can be sensed only in the interactive logic layer and cannot be sensed by the asynchronous thread task; in the second method, because the log condition of the project needs to be carried out at certain intervals, not only is the project untimely, but also other workloads are additionally increased; in the third method, the perception degrees of abnormal points are different, coupling processing is required, the cost is high, and the maintenance is troublesome.
Disclosure of Invention
The embodiment of the invention provides a log alarm method, a log alarm device, a storage medium and log alarm equipment, which are used for giving an alarm in time when an item is abnormal and improving the stability of the item.
In a first aspect, an embodiment of the present invention provides a log alarm method, where the method includes:
acquiring a pre-generated project message queue; the project message queue comprises log information and project information corresponding to at least one project;
sequentially reading log information and item information corresponding to each item from the item message queue;
and judging whether the current item meets the log alarm condition or not according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification.
In a second aspect, an embodiment of the present invention further provides a log alarm device, where the log alarm device includes:
the project message queue acquisition module is used for acquiring a pre-generated project message queue; the project message queue comprises log information and project information corresponding to at least one project;
the information reading module is used for sequentially reading the log information and the item information corresponding to each item from the item message queue;
and the alarm module is used for judging whether the current item meets the log alarm condition according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification.
In a third aspect, an embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a log alarm method as provided in an embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention provides an apparatus, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor executes the computer program to implement the log alarm method according to the embodiment of the present invention.
According to the log alarm scheme provided by the embodiment of the invention, a pre-generated project message queue is obtained; the project message queue comprises log information and project information corresponding to at least one project; sequentially reading log information and item information corresponding to each item from the item message queue; and judging whether the current item meets the log alarm condition or not according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification. By adopting the technical means, the alarm can be given in time when the project is abnormal, and the stability of the project is improved.
Drawings
Fig. 1 is a schematic flowchart of a log alarm method according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of another log alarm method according to an embodiment of the present invention;
fig. 3 is a block diagram of a log alarm device according to an embodiment of the present invention;
fig. 4 is a block diagram of a device according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Fig. 1 is a schematic flowchart of a log alarm method according to an embodiment of the present invention, where the method may be executed by a log alarm apparatus, where the apparatus may be implemented by software and/or hardware, and may generally be integrated in an alarm device. As shown in fig. 1, the method includes:
In the embodiment of the invention, a pre-generated project message queue is obtained, wherein the project message queue comprises log information and project information corresponding to at least one project. The log information comprises a log name, log content and a log grade, the project information comprises project identification information and a project environment, and the project environment comprises a development environment, a test environment and a generation environment.
Optionally, the process of generating the project message queue includes: determining log information of each item based on the log file of each item; configuring the item information of each item in the log file of each item based on a preset public plug-in; and sequentially inputting the log information and the item information of each item into a preset message queue to generate an item message queue. The method has the advantages that each project only needs to be configured with a corresponding log file appendix plug-in, information such as project identification and project environment of the current project is configured, and the coupling between codes can be reduced.
For example, log files can be recorded through L og4j2, wherein the log files corresponding to each business project can be recorded by L og4j2, wherein each log file contains log information of the project corresponding to the log file, such as log name, log content and log level, the log level reflects the importance of the log, and can be generally divided into Debug, Info, Warn, Error, which indicates that the importance is low to high, optionally, project information of each project is configured in the log file of each project based on a preset common plug-in, routine is shown, a corresponding applicator plug-in is configured in a L og4j2 configuration file, L og4j2 configuration file configures the project identification of the current project and the project environment information of each project, such as development environment information, test environment information or production environment information, and the like, and then the log information can be processed into a queue of the project queue, and the project information can be processed into a queue of asynchronous log queues.
And 102, sequentially reading the log information and the item information corresponding to each item from the item message queue.
In the embodiment of the invention, the log information and the item information corresponding to each item are sequentially read from the item message queue. It can be understood that the log information and the item information corresponding to each item are sequentially read from the item message queue in a first-in first-out order. For example, the log information and the item information corresponding to the items a and B are sequentially input to a preset message queue to generate an item message queue including the items a and B, and when the log information and the item information corresponding to each item are read from the item message queue, the log information and the item information of the item a are read first, and then the log information and the item information of the item B are read.
And 103, judging whether the current item meets the log alarm condition according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification.
In the embodiment of the invention, the read log information and the item information corresponding to the current item are obtained, namely, the log name, the log content and the log grade of the log corresponding to the current item, the item identification information (such as the item name) and the item environment corresponding to the current item are obtained, whether the log alarm condition is met or not is judged according to the log information and the item information, if yes, the current item is unstable, and if the current item is abnormal, an alarm notification is carried out. Alternatively, different log alarm conditions may be set for different items.
Optionally, before determining whether the current item meets the log alarm condition according to the read log information and the item information corresponding to the current item, the method further includes: acquiring a target log alarm condition corresponding to a current project; judging whether the current item meets the log alarm condition according to the read log information and the item information corresponding to the current item, wherein the judging step comprises the following steps: and judging whether the current item meets the target log alarm condition or not according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification. The method has the advantages that different alarm triggering conditions can be set for different items, so that alarm processing for different conditions is realized, and the flexibility is high.
Optionally, whether the current item meets the log alarm condition is judged according to the read log information and the item information corresponding to the current item, if yes, an alarm notification is performed, and the method includes: judging whether the current item meets a log alarm condition according to the read log information and item information corresponding to the current item, and if so, acquiring an alarm list corresponding to the current item; and carrying out alarm notification based on the alarm list. The method has the advantages that different alarm lists can be set for different projects, and corresponding users or workers can be timely notified when the projects are abnormal.
Illustratively, the alarm lists corresponding to the item a are the user 1 and the user 2, and the log information and the item information corresponding to the item a satisfy the target log alarm condition corresponding to the item a, and then the alarm lists are notified to the user 1 and the user 2 in the form of short messages or mails, so as to perform alarm notification on the item a.
The log alarm method provided by the embodiment of the invention obtains a pre-generated project message queue; the project message queue comprises log information and project information corresponding to at least one project; sequentially reading log information and item information corresponding to each item from the item message queue; and judging whether the current item meets the log alarm condition or not according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification. By adopting the technical means, the alarm can be given in time when the project is abnormal, and the stability of the project is improved.
Fig. 2 is a schematic flowchart of another log alarm method provided in the embodiment of the present invention, and as shown in fig. 2, the method includes the following steps:
And step 204, sequentially reading the log information and the item information corresponding to each item from the item message queue.
The log information comprises log names, log contents and log grades, the project information comprises project identification information and project environments, and the project environments comprise development environments, test environments and generation environments.
And step 205, acquiring a target log alarm condition corresponding to the current project.
And step 207, performing alarm notification based on the alarm list.
According to the log alarm method provided by the embodiment of the invention, each project is only required to be configured with the corresponding log file appendix plug-in, and information such as the project identification and the project environment of the current project is configured, so that the coupling between codes can be reduced; in addition, different alarm triggering conditions can be set for different items so as to realize alarm processing on different conditions, and the flexibility is high; and different alarm lists can be set for different projects, when the projects are abnormal, corresponding users or workers are timely notified, and the stability of the projects is further improved.
Fig. 3 is a block diagram of a log alarm apparatus according to an embodiment of the present invention, where the apparatus may be implemented by software and/or hardware, and is generally integrated in a device, and may perform a log alarm by executing a log alarm method. As shown in fig. 3, the apparatus includes:
a project message queue obtaining module 301, configured to obtain a pre-generated project message queue; the project message queue comprises log information and project information corresponding to at least one project;
an information reading module 302, configured to sequentially read log information and item information corresponding to each item from the item message queue;
and an alarm module 303, configured to determine whether the current item meets a log alarm condition according to the read log information and item information corresponding to the current item, and if so, perform an alarm notification.
The log warning device provided by the embodiment of the invention acquires a pre-generated project message queue; the project message queue comprises log information and project information corresponding to at least one project; sequentially reading log information and item information corresponding to each item from the item message queue; and judging whether the current item meets the log alarm condition or not according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification. By adopting the technical means, the alarm can be given in time when the project is abnormal, and the stability of the project is improved.
Optionally, the process of generating the project message queue includes:
determining log information of each item based on the log file of each item;
configuring the item information of each item in the log file of each item based on a preset public plug-in;
and sequentially inputting the log information and the item information of each item into a preset message queue to generate an item message queue.
Optionally, the log information includes a log name, log content, and a log level, the project information includes project identification information and a project environment, and the project environment includes a development environment, a test environment, and a generation environment.
Optionally, the apparatus further comprises:
the target log alarm condition acquisition module is used for acquiring a target log alarm condition corresponding to the current item before judging whether the current item meets the log alarm condition according to the read log information and the item information corresponding to the current item;
the alarm module is used for:
and judging whether the current item meets the target log alarm condition or not according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification.
Optionally, the alarm module is configured to:
judging whether the current item meets a log alarm condition according to the read log information and item information corresponding to the current item, and if so, acquiring an alarm list corresponding to the current item;
and carrying out alarm notification based on the alarm list.
Embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform a log alarm method, the method including:
acquiring a pre-generated project message queue; the project message queue comprises log information and project information corresponding to at least one project;
sequentially reading log information and item information corresponding to each item from the item message queue;
and judging whether the current item meets the log alarm condition or not according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification.
Storage medium-any of various types of memory devices or storage devices. The term "storage medium" is intended to include: mounting media such as CD-ROM, floppy disk, or tape devices; computer system memory or random access memory such as DRAM, DDRRAM, SRAM, EDORAM, Lanbas (Rambus) RAM, etc.; non-volatile memory such as flash memory, magnetic media (e.g., hard disk or optical storage); registers or other similar types of memory elements, etc. The storage medium may also include other types of memory or combinations thereof. In addition, the storage medium may be located in a first computer system in which the program is executed, or may be located in a different second computer system connected to the first computer system through a network (such as the internet). The second computer system may provide program instructions to the first computer for execution. The term "storage medium" may include two or more storage media that may reside in different locations, such as in different computer systems that are connected by a network. The storage medium may store program instructions (e.g., embodied as a computer program) that are executable by one or more processors.
Of course, the storage medium provided in the embodiment of the present invention includes computer-executable instructions, and the computer-executable instructions are not limited to the log alarm operation described above, and may also perform related operations in the log alarm method provided in any embodiment of the present invention.
The embodiment of the invention provides equipment, and the log alarm device provided by the embodiment of the invention can be integrated in the equipment. Fig. 4 is a block diagram of a device according to an embodiment of the present invention. The apparatus 400 may include: a memory 401, a processor 402 and a computer program stored on the memory 401 and executable on the processor, wherein the processor 402 implements the log alarm method according to the embodiment of the present invention when executing the computer program.
The equipment provided by the embodiment of the invention acquires a pre-generated project message queue; the project message queue comprises log information and project information corresponding to at least one project; sequentially reading log information and item information corresponding to each item from the item message queue; and judging whether the current item meets the log alarm condition or not according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification. By adopting the technical means, the alarm can be given in time when the project is abnormal, and the stability of the project is improved.
The log alarm device, the storage medium and the equipment provided in the above embodiments can execute the log alarm method provided in any embodiment of the present invention, and have corresponding functional modules and beneficial effects for executing the method. Technical details that are not described in detail in the above embodiments may be referred to a log alarm method provided in any embodiment of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.
Claims (10)
1. A log alarm method is characterized by comprising the following steps:
acquiring a pre-generated project message queue; the project message queue comprises log information and project information corresponding to at least one project;
sequentially reading log information and item information corresponding to each item from the item message queue;
and judging whether the current item meets the log alarm condition or not according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification.
2. The method of claim 1, wherein the generating of the project message queue comprises:
determining log information of each item based on the log file of each item;
configuring the item information of each item in the log file of each item based on a preset public plug-in;
and sequentially inputting the log information and the item information of each item into a preset message queue to generate an item message queue.
3. The method of claim 1, wherein the log information comprises a log name, log content, and a log level, the project information comprises project identification information and project environment, and the project environment comprises a development environment, a test environment, and a generation environment.
4. The method of claim 1, before determining whether the current item satisfies the log alarm condition according to the read log information and item information corresponding to the current item, further comprising:
acquiring a target log alarm condition corresponding to a current project;
judging whether the current item meets the log alarm condition according to the read log information and the item information corresponding to the current item, wherein the judging step comprises the following steps:
and judging whether the current item meets the target log alarm condition or not according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification.
5. The method of claim 1, wherein determining whether the current item meets a log alarm condition according to the read log information and item information corresponding to the current item, and if so, performing an alarm notification, comprising:
judging whether the current item meets a log alarm condition according to the read log information and item information corresponding to the current item, and if so, acquiring an alarm list corresponding to the current item;
and carrying out alarm notification based on the alarm list.
6. A log warning device, comprising:
the project message queue acquisition module is used for acquiring a pre-generated project message queue; the project message queue comprises log information and project information corresponding to at least one project;
the information reading module is used for sequentially reading the log information and the item information corresponding to each item from the item message queue;
and the alarm module is used for judging whether the current item meets the log alarm condition according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification.
7. The apparatus of claim 6, wherein the generation process of the project message queue comprises:
determining log information of each item based on the log file of each item;
configuring the item information of each item in the log file of each item based on a preset public plug-in;
and sequentially inputting the log information and the item information of each item into a preset message queue to generate an item message queue.
8. The apparatus of claim 6, further comprising:
the target log alarm condition acquisition module is used for acquiring a target log alarm condition corresponding to the current item before judging whether the current item meets the log alarm condition according to the read log information and the item information corresponding to the current item;
the alarm module is used for:
and judging whether the current item meets the target log alarm condition or not according to the read log information and the item information corresponding to the current item, and if so, carrying out alarm notification.
9. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, is adapted to carry out the log alarm method according to any one of claims 1 to 5.
10. An apparatus comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the log alarm method of any of claims 1-5 when executing the computer program.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010186091.8A CN111414269A (en) | 2020-03-17 | 2020-03-17 | Log alarm method, device, storage medium and equipment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010186091.8A CN111414269A (en) | 2020-03-17 | 2020-03-17 | Log alarm method, device, storage medium and equipment |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111414269A true CN111414269A (en) | 2020-07-14 |
Family
ID=71491190
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010186091.8A Pending CN111414269A (en) | 2020-03-17 | 2020-03-17 | Log alarm method, device, storage medium and equipment |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111414269A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112035411A (en) * | 2020-08-31 | 2020-12-04 | 北京金山云网络技术有限公司 | Log alarm method, device and system and electronic equipment |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107171873A (en) * | 2017-07-21 | 2017-09-15 | 北京微影时代科技有限公司 | A kind of method and apparatus of Message Processing |
CN107423194A (en) * | 2017-06-30 | 2017-12-01 | 阿里巴巴集团控股有限公司 | Front end abnormality alarming processing method, apparatus and system |
CN110321273A (en) * | 2019-07-09 | 2019-10-11 | 政采云有限公司 | A kind of business statistical method and device |
CN110515912A (en) * | 2019-07-18 | 2019-11-29 | 湖南星汉数智科技有限公司 | Log processing method, device, computer installation and computer readable storage medium |
US10528454B1 (en) * | 2018-10-23 | 2020-01-07 | Fmr Llc | Intelligent automation of computer software testing log aggregation, analysis, and error remediation |
-
2020
- 2020-03-17 CN CN202010186091.8A patent/CN111414269A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107423194A (en) * | 2017-06-30 | 2017-12-01 | 阿里巴巴集团控股有限公司 | Front end abnormality alarming processing method, apparatus and system |
CN107171873A (en) * | 2017-07-21 | 2017-09-15 | 北京微影时代科技有限公司 | A kind of method and apparatus of Message Processing |
US10528454B1 (en) * | 2018-10-23 | 2020-01-07 | Fmr Llc | Intelligent automation of computer software testing log aggregation, analysis, and error remediation |
CN110321273A (en) * | 2019-07-09 | 2019-10-11 | 政采云有限公司 | A kind of business statistical method and device |
CN110515912A (en) * | 2019-07-18 | 2019-11-29 | 湖南星汉数智科技有限公司 | Log processing method, device, computer installation and computer readable storage medium |
Non-Patent Citations (1)
Title |
---|
青岛英谷: "大数据开发与应用", 西安电子科技大学出版社, pages: 184 - 187 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112035411A (en) * | 2020-08-31 | 2020-12-04 | 北京金山云网络技术有限公司 | Log alarm method, device and system and electronic equipment |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109284269B (en) | Abnormal log analysis method and device, storage medium and server | |
US20070203973A1 (en) | Fuzzing Requests And Responses Using A Proxy | |
US20120159449A1 (en) | Call Stack Inspection For A Thread Of Execution | |
CN110417575A (en) | Alarm method, device and the computer equipment of O&M monitor supervision platform | |
US10657028B2 (en) | Method for replicating production behaviours in a development environment | |
CN108038039B (en) | Method for recording log and micro-service system | |
US9322872B2 (en) | Correlated testing system | |
CN109815119B (en) | APP link channel testing method and device | |
US20160274997A1 (en) | End user monitoring to automate issue tracking | |
US20100306593A1 (en) | Automatic bug reporting tool | |
CN112966056B (en) | Information processing method, device, equipment, system and readable storage medium | |
US9811447B2 (en) | Generating a fingerprint representing a response of an application to a simulation of a fault of an external service | |
CN114116429B (en) | Abnormal log collection method, device, equipment, medium and product | |
CN111414269A (en) | Log alarm method, device, storage medium and equipment | |
CN109271289B (en) | Application interface monitoring method, device, equipment and computer readable medium | |
CN114153703A (en) | Micro-service exception positioning method and device, electronic equipment and program product | |
US7363615B2 (en) | Stack-based callbacks for diagnostic data generation | |
CN108874621B (en) | File monitoring method and device, electronic equipment and computer readable storage medium | |
CN108390770B (en) | Information generation method and device and server | |
CN115525568A (en) | Code coverage rate inspection method and device, computer equipment and storage medium | |
CN113656003A (en) | Software package management method and related equipment | |
CN114416560A (en) | Program crash analysis aggregation method and system | |
CN110362464B (en) | Software analysis method and equipment | |
CN110990246A (en) | Tracking processing method and device for large-scale cluster deployment delivery log | |
CN116893952B (en) | Data processing method, probe, acquisition logic processing unit and service |
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 | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20200714 |
|
RJ01 | Rejection of invention patent application after publication |