CN111813757B - Characteristic information storage method, device, equipment and readable storage medium - Google Patents

Characteristic information storage method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN111813757B
CN111813757B CN202010620918.1A CN202010620918A CN111813757B CN 111813757 B CN111813757 B CN 111813757B CN 202010620918 A CN202010620918 A CN 202010620918A CN 111813757 B CN111813757 B CN 111813757B
Authority
CN
China
Prior art keywords
characteristic information
data structure
feature information
standard data
storage
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010620918.1A
Other languages
Chinese (zh)
Other versions
CN111813757A (en
Inventor
钟潘
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fiberhome Telecommunication Technologies Co Ltd
Original Assignee
Fiberhome Telecommunication Technologies 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 Fiberhome Telecommunication Technologies Co Ltd filed Critical Fiberhome Telecommunication Technologies Co Ltd
Priority to CN202010620918.1A priority Critical patent/CN111813757B/en
Publication of CN111813757A publication Critical patent/CN111813757A/en
Application granted granted Critical
Publication of CN111813757B publication Critical patent/CN111813757B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • 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/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method, a device, equipment and a readable storage medium for storing characteristic information, wherein the method comprises the following steps: acquiring characteristic information of a log to be stored, and detecting whether a data structure of the characteristic information is a target standard data structure corresponding to the characteristic information; and if the data structure of the characteristic information is the target standard data structure corresponding to the characteristic information, storing the characteristic information into a memory in a target storage mode corresponding to the characteristic information. According to the invention, the characteristic information is stored only when the data structure of the characteristic information of the log to be stored is the corresponding target standard data structure, so that the condition that a user must record the characteristic information according to the regulation is limited, and the characteristic information is stored according to the corresponding target storage mode when being stored, so that the recording and storage processes of the characteristic information of the log are standardized, and the finally stored characteristic information is more convenient to extract and analyze.

Description

Characteristic information storage method, device, equipment and readable storage medium
Technical Field
The present invention relates to the field of data storage technologies, and in particular, to a method, an apparatus, a device, and a readable storage medium for storing feature information.
Background
As the communication device network management system gradually moves to management and control integration, clouding and centralization, the system becomes more and more bulky, the system components are more and more, and the problem of positioning software in a distributed and clouded environment becomes more and more difficult. In this case, analysis using the software debug log has become an important and indispensable means, and specifically, analysis using the feature information in the software debug log is performed.
However, at present, there is no clear specification in recording and storing the characteristic information of the log, resulting in inconvenience in performing a specific analysis using the recorded characteristic information.
Disclosure of Invention
The invention mainly aims to provide a method, a device, equipment and a readable storage medium for storing characteristic information, and aims to solve the technical problem that no clear specification exists when the characteristic information of a log is recorded and stored in the prior art.
In a first aspect, the present invention provides a feature information storage method, including:
acquiring characteristic information of a log to be stored, and detecting whether a data structure of the characteristic information is a target standard data structure corresponding to the characteristic information;
and if the data structure of the characteristic information is a target standard data structure corresponding to the characteristic information, storing the characteristic information into a memory in a target storage mode corresponding to the characteristic information.
Optionally, before the step of obtaining the feature information of the log to be stored and detecting whether the data structure of the feature information is the standard data structure corresponding to the feature information, the method further includes:
respectively setting standard data structures corresponding to the characteristic information for different analysis purposes;
and respectively setting storage modes corresponding to the characteristic information for different analysis purposes.
Optionally, the step of obtaining the feature information of the log to be stored and detecting whether the data structure of the feature information is a target standard data structure corresponding to the feature information includes:
acquiring characteristic information of a log to be stored, determining an analysis purpose of the characteristic information, and determining a target standard data structure corresponding to the characteristic information based on the analysis purpose of the characteristic information;
transmitting the characteristic information and the target standard data structure into a programming interface for compiling;
and if the compiling is successful, determining that the data structure of the characteristic information is a target standard data structure corresponding to the characteristic information.
Optionally, the programming interface is defined by a generic mechanism of a programming language.
Optionally, the step of storing the feature information in a memory in a target storage manner corresponding to the feature information includes:
and determining a target storage mode corresponding to the characteristic information based on the analysis purpose of the characteristic information, and storing the characteristic information into a memory in the target storage mode.
In a second aspect, the present invention also provides a feature information storage apparatus including:
the detection module is used for acquiring the characteristic information of the log to be stored and detecting whether the data structure of the characteristic information is a target standard data structure corresponding to the characteristic information;
and the storage module is used for storing the characteristic information into a memory in a target storage mode corresponding to the characteristic information if the data structure of the characteristic information is a target standard data structure corresponding to the characteristic information.
In a third aspect, the present invention also provides a feature information storage device comprising a processor, a memory, and a feature information storage program stored on the memory and executable by the processor, wherein the feature information storage program, when executed by the processor, implements the steps of the feature information storage method as described above.
In a fourth aspect, the present invention further provides a readable storage medium, on which a feature information storage program is stored, wherein the feature information storage program, when executed by a processor, implements the steps of the feature information storage method as described above.
In the invention, the characteristic information of the log to be stored is obtained, and whether the data structure of the characteristic information is a target standard data structure corresponding to the characteristic information is detected; and if the data structure of the characteristic information is the target standard data structure corresponding to the characteristic information, storing the characteristic information into a memory in a target storage mode corresponding to the characteristic information. According to the invention, the characteristic information is stored only when the data structure of the characteristic information of the log to be stored is the corresponding target standard data structure, so that the condition that a user must record the characteristic information according to the rule is limited, and the characteristic information is stored according to the corresponding target storage mode when stored, so that the recording and storage processes of the characteristic information of the log are specified, and the finally stored characteristic information is more convenient to extract and analyze.
Drawings
Fig. 1 is a schematic diagram of a hardware structure of a feature information storage device according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating an exemplary embodiment of a method for storing characteristic information according to the present invention;
FIG. 3 is a functional block diagram of an embodiment of a characteristic information storage device according to the invention.
The implementation, functional features and advantages of the present invention will be further described with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In a first aspect, embodiments of the present invention provide a feature information storage device, which may be a Personal Computer (PC), a notebook computer, a server, or other devices having a data processing function.
Referring to fig. 1, fig. 1 is a schematic diagram of a hardware structure of a feature information storage device according to an embodiment of the present invention. In this embodiment of the present invention, the feature information storage device may include a processor 1001 (e.g., a Central Processing Unit, CPU), a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. The communication bus 1002 is used for realizing connection communication among the components; the user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard); the network interface 1004 may optionally include a standard wired interface, a WIreless interface (e.g., a WI-FI interface, WIreless FIdelity, WI-FI interface); the memory 1005 may be a Random Access Memory (RAM), a non-volatile memory (non-volatile memory), such as a disk memory, or a storage device independent of the processor 1001. Those skilled in the art will appreciate that the hardware configuration shown in fig. 1 is not intended to limit the present invention, and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
With continued reference to FIG. 1, the memory 1005 of FIG. 1, which is one type of computer storage medium, may include an operating system, a network communication module, a user interface module, and a feature information storage program therein. The processor 1001 may call a feature information storage program stored in the memory 1005, and execute the feature information storage method provided by the embodiment of the present invention.
In a second aspect, an embodiment of the present invention provides a feature information storage method.
Referring to fig. 2, fig. 2 is a schematic flowchart illustrating a characteristic information storage method according to an embodiment of the present invention. As shown in fig. 2, the feature information storage method includes:
step S10, acquiring characteristic information of a log to be stored, and detecting whether a data structure of the characteristic information is a target standard data structure corresponding to the characteristic information;
in this embodiment, when analyzing using a recorded log, it is most critical to use feature information in the log. In order to facilitate the subsequent analysis by using the feature information in the log, the user is restrained from recording the feature information according to the standard data structure corresponding to the feature information of the log to be recorded. And defining the corresponding relation between the characteristic information and the corresponding standard data structure according to actual needs.
It will be readily appreciated that each log is used to record specific information. For example, some logs record an exception encountered by program operation, and the corresponding feature information includes an exception code and an exception location; when some log recording functions are executed, the corresponding characteristic information comprises function names and execution time. The characteristic information of the logs used for recording the different information is different and the different characteristic information is used for different analysis purposes. Therefore, a standard data structure corresponding to each kind of feature information can be defined based on the analysis purpose corresponding to each kind of feature information. For example, the characteristic information for analyzing the program running abnormity corresponds to the standard data structure 1; the characteristic information for analyzing the time-consuming execution of the function corresponds to the standard data structure 2. Of course, feature information, corresponding standard data structures, may also be defined for other analysis purposes.
In this embodiment, the feature information of the log to be stored is obtained, and it is first determined what information is used for recording the log to be stored, so as to determine the analysis purpose corresponding to the feature information.
For example, if the log to be stored is used for recording an exception encountered by program operation, it is determined that the analysis purpose corresponding to the feature information is: if the analysis program is abnormal in operation, it may be determined that the target standard data structure corresponding to the feature information is the standard data structure 1, and in order to detect whether the user records the feature information according to the specification, it is necessary to detect whether the data structure of the feature information is the target standard data structure corresponding to the feature information, that is, whether the data structure of the feature information is the standard data structure 1.
Similarly, if the log to be stored is used for recording the time consumed by the execution of the function, determining that the analysis purpose corresponding to the characteristic information is as follows: when the analysis function is time-consuming to execute, it may be determined that the target standard data structure corresponding to the feature information is the standard data structure 2, and in order to detect whether the user records the feature information according to the specification, it is required to detect whether the data structure of the feature information is the target standard data structure corresponding to the feature information, that is, whether the data structure of the feature information is the standard data structure 2.
And step S20, if the data structure of the characteristic information is the target standard data structure corresponding to the characteristic information, storing the characteristic information into a memory in a target storage mode corresponding to the characteristic information.
In the present embodiment, if the data structure of the feature information is the target standard data structure corresponding to the feature information, it is described that the user records the feature information in accordance with a predetermined data structure, and therefore the feature information can be stored. When the feature information is stored, the feature information is stored in a memory according to a target storage mode corresponding to the feature information, wherein the target storage mode corresponding to the feature information is set according to actual needs. For example, a corresponding storage mode is set based on the analysis purpose corresponding to the feature information. And if the analysis purpose corresponding to the characteristic information is to analyze the distributed link call, setting a corresponding storage mode to be acyclic graph storage. In this embodiment, according to the analysis purpose corresponding to the feature information, the corresponding target storage manner is determined, and then the feature information is stored in the memory in the target storage manner.
In the embodiment, the characteristic information of the log to be stored is obtained, and whether the data structure of the characteristic information is a target standard data structure corresponding to the characteristic information is detected; and if the data structure of the characteristic information is the target standard data structure corresponding to the characteristic information, storing the characteristic information into a memory in a target storage mode corresponding to the characteristic information. According to the embodiment, the characteristic information is stored only when the data structure of the characteristic information of the log to be stored is the corresponding target standard data structure, so that the condition that a user must record the characteristic information according to the regulations is limited, and the characteristic information is stored according to the corresponding target storage mode when stored, so that the recording and storage processes of the characteristic information of the log are standardized, and the finally stored characteristic information is more convenient to extract and analyze.
Further, in an embodiment, before step S10, the method further includes:
respectively setting standard data structures corresponding to the characteristic information for different analysis purposes; and respectively setting storage modes corresponding to the characteristic information for different analysis purposes.
In this embodiment, in order to better achieve a specific analysis purpose by using the feature information, it is necessary to set a corresponding standard data structure according to the analysis purpose corresponding to the feature information, and set a corresponding storage manner according to the analysis purpose corresponding to the feature information. For example, the characteristic information for analyzing the program running abnormity is set as a standard data structure 1; and analyzing the characteristic information of the function execution time, and setting the corresponding standard data structure as a standard data structure 2. Of course, feature information, corresponding standard data structures, may also be provided for other analysis purposes. For example, the method is used for analyzing the feature information of the distributed link call and setting the corresponding storage mode to be acyclic graph storage. The existing settings can be changed, deleted and expanded according to actual needs.
Further, in an embodiment, the step S10 includes:
acquiring characteristic information of a log to be stored, determining an analysis purpose of the characteristic information, and determining a target standard data structure corresponding to the characteristic information based on the analysis purpose of the characteristic information; transmitting the characteristic information and the target standard data structure into a programming interface for compiling; and if the compiling is successful, determining that the data structure of the characteristic information is a target standard data structure corresponding to the characteristic information.
In this embodiment, the feature information of the log to be stored is obtained, and the analysis purpose of the feature information is determined. Specifically, the analysis purpose corresponding to the characteristic information can be determined according to the purpose of the log to be stored. For example, if the log to be stored is used to record an exception encountered by the program running, it is determined that the analysis purpose corresponding to the feature information is: analyzing program running abnormity; if the log to be stored is used for recording the time consumed by the execution of the function, determining that the analysis purpose corresponding to the characteristic information is as follows: the analysis function is time consuming to execute.
If the standard data structure corresponding to the characteristic information used for analyzing the abnormal operation of the program is set as a standard data structure 1, and the standard data structure corresponding to the characteristic information used for analyzing the time consumed by the execution of the function is set as a standard data structure 2. When the analysis purpose of the characteristic information of the log to be stored is abnormal operation of an analysis program, a target standard data structure corresponding to the characteristic information is a standard data structure 1; similarly, when the analysis purpose of the feature information of the log to be stored is time consumption for executing the analysis function, the target standard data structure corresponding to the feature information is the standard data structure 2.
And transmitting the characteristic information and the corresponding target standard data structure into a programming interface for compiling, wherein if the compiling is successful, the data structure of the characteristic information is the corresponding target standard data structure, otherwise, the data structure of the characteristic information is not the corresponding target standard data structure.
In this embodiment, the feature information and the target standard data structure corresponding to the feature information are sent to the programming interface for compiling, and if the compiling is successful, the data structure of the feature information is the target standard data structure corresponding to the feature information. The data structure of the characteristic information recorded by the user is automatically discriminated, so that the user is restrained from recording the characteristic information according to the standard data structure corresponding to the set characteristic information, and the recording of the characteristic information of the log is standardized.
Further, in one embodiment, the programming interface is defined by a generic mechanism of a programming language.
In this embodiment, a generic mechanism of a programming language is used to define a programming interface, for example, a template mechanism of C + + language, so that the universality of the programming interface can be improved.
Further, in an embodiment, the step of storing the feature information into a memory in a target storage manner corresponding to the feature information includes:
and determining a target storage mode corresponding to the characteristic information based on the analysis purpose of the characteristic information, and storing the characteristic information into a memory in the target storage mode.
In this embodiment, since the analysis purpose corresponding to the feature information is already set in advance, a storage manner corresponding to the feature information is set. When the feature information needs to be stored, the corresponding target storage mode can be determined according to the analysis purpose of the feature information to be stored and the existing setting, and the feature information is stored in the memory in the target storage mode.
The storage process can be completed by calling a log server. The set characteristic information used for different analysis purposes and the corresponding storage mode are stored on the log server in an associated mode. When the feature information needs to be stored, the feature information is sent to a log server through remote process call, and after receiving the feature information, the log server determines a target storage mode corresponding to the feature information based on the analysis purpose of the feature information and the storage modes corresponding to the feature information and used for different analysis purposes in a related manner, and stores the feature information into a specific storage in the target storage mode.
In this embodiment, in order to better achieve a specific analysis purpose by using the feature information, the feature information is stored in a corresponding target storage manner, and storage of the feature information of the log is standardized.
In a third aspect, an embodiment of the present invention further provides a feature information storage apparatus.
Referring to fig. 3, fig. 3 is a functional block diagram of an embodiment of a feature information storage device according to the present invention.
In this embodiment, the feature information storage device includes:
the detection module 10 is configured to acquire feature information of a log to be stored, and detect whether a data structure of the feature information is a target standard data structure corresponding to the feature information;
and a storage module 20, configured to store the feature information in a memory in a target storage manner corresponding to the feature information if the data structure of the feature information is a target standard data structure corresponding to the feature information.
Further, in an embodiment, the feature information storage apparatus further includes a setting module, configured to:
respectively setting standard data structures corresponding to the characteristic information for different analysis purposes;
and respectively setting storage modes corresponding to the characteristic information for different analysis purposes.
Further, in an embodiment, the detecting module 10 is configured to:
acquiring characteristic information of a log to be stored, determining an analysis purpose of the characteristic information, and determining a target standard data structure corresponding to the characteristic information based on the analysis purpose of the characteristic information;
transmitting the characteristic information and the target standard data structure into a programming interface for compiling;
and if the compiling is successful, determining that the data structure of the characteristic information is a target standard data structure corresponding to the characteristic information.
Further, in one embodiment, the programming interface is defined by a generic mechanism of a programming language.
Further, in an embodiment, the storage module 20 is configured to:
and determining a target storage mode corresponding to the characteristic information based on the analysis purpose of the characteristic information, and storing the characteristic information into a memory in the target storage mode.
The function implementation of each module in the feature information storage device corresponds to each step in the embodiment of the feature information storage method, and the function and implementation process are not described in detail here.
In a fourth aspect, the embodiment of the present invention further provides a readable storage medium.
The readable storage medium of the present invention stores a feature information storage program, wherein the feature information storage program, when executed by a processor, implements the steps of the feature information storage method as described above.
The method implemented when the feature information storage program is executed may refer to each embodiment of the feature information storage method of the present invention, and details are not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system 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 system. Without further limitation, an element defined by the phrases "comprising one of 8230; \8230;" 8230; "does not exclude the presence of additional like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for causing a terminal device to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (6)

1. A feature information storage method, characterized by comprising:
respectively setting standard data structures corresponding to the characteristic information for different analysis purposes;
respectively setting storage modes corresponding to the characteristic information for different analysis purposes;
acquiring characteristic information of a log to be stored, determining an analysis purpose of the characteristic information, and determining a target standard data structure corresponding to the characteristic information based on the analysis purpose of the characteristic information;
transmitting the characteristic information and the target standard data structure into a programming interface for compiling;
if the compiling is successful, determining that the data structure of the characteristic information is a target standard data structure corresponding to the characteristic information;
and if the data structure of the characteristic information is a target standard data structure corresponding to the characteristic information, storing the characteristic information into a memory in a target storage mode corresponding to the characteristic information.
2. The method of claim 1, wherein the programming interface is defined by a generic mechanism of a programming language.
3. The method for storing feature information according to claim 1, wherein the step of storing the feature information in a memory in a target storage manner corresponding to the feature information comprises:
and determining a target storage mode corresponding to the characteristic information based on the analysis purpose of the characteristic information, and storing the characteristic information into a memory in the target storage mode.
4. A feature information storage apparatus, characterized by comprising:
the setting module is used for respectively setting standard data structures corresponding to the characteristic information for different analysis purposes; respectively setting storage modes corresponding to the characteristic information for different analysis purposes;
the detection module is used for acquiring the characteristic information of the log to be stored, determining the analysis purpose of the characteristic information and determining a target standard data structure corresponding to the characteristic information based on the analysis purpose of the characteristic information; transmitting the characteristic information and the target standard data structure into a programming interface for compiling; if the compiling is successful, determining that the data structure of the characteristic information is a target standard data structure corresponding to the characteristic information;
and the storage module is used for storing the characteristic information into a memory in a target storage mode corresponding to the characteristic information if the data structure of the characteristic information is a target standard data structure corresponding to the characteristic information.
5. A feature information storage device characterized by comprising a processor, a memory, and a feature information storage program stored on the memory and executable by the processor, wherein the feature information storage program, when executed by the processor, implements the steps of the feature information storage method according to any one of claims 1 to 3.
6. A readable storage medium, characterized in that the readable storage medium has stored thereon a feature information storage program, wherein the feature information storage program, when executed by a processor, implements the steps of the feature information storage method according to any one of claims 1 to 3.
CN202010620918.1A 2020-06-30 2020-06-30 Characteristic information storage method, device, equipment and readable storage medium Active CN111813757B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010620918.1A CN111813757B (en) 2020-06-30 2020-06-30 Characteristic information storage method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010620918.1A CN111813757B (en) 2020-06-30 2020-06-30 Characteristic information storage method, device, equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN111813757A CN111813757A (en) 2020-10-23
CN111813757B true CN111813757B (en) 2023-02-24

Family

ID=72855722

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010620918.1A Active CN111813757B (en) 2020-06-30 2020-06-30 Characteristic information storage method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111813757B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107391746A (en) * 2017-08-10 2017-11-24 深圳前海微众银行股份有限公司 Log analysis method, equipment and computer-readable recording medium
CN110263009A (en) * 2019-06-21 2019-09-20 深圳前海微众银行股份有限公司 Generation method, device, equipment and the readable storage medium storing program for executing of log classifying rules
CN110309035A (en) * 2018-03-20 2019-10-08 北京乐我无限科技有限责任公司 Log recording method, device, electronic equipment and storage medium
CN110941526A (en) * 2019-10-29 2020-03-31 平安科技(深圳)有限公司 Log storage method and device, server and computer readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107391746A (en) * 2017-08-10 2017-11-24 深圳前海微众银行股份有限公司 Log analysis method, equipment and computer-readable recording medium
CN110309035A (en) * 2018-03-20 2019-10-08 北京乐我无限科技有限责任公司 Log recording method, device, electronic equipment and storage medium
CN110263009A (en) * 2019-06-21 2019-09-20 深圳前海微众银行股份有限公司 Generation method, device, equipment and the readable storage medium storing program for executing of log classifying rules
CN110941526A (en) * 2019-10-29 2020-03-31 平安科技(深圳)有限公司 Log storage method and device, server and computer readable storage medium

Also Published As

Publication number Publication date
CN111813757A (en) 2020-10-23

Similar Documents

Publication Publication Date Title
EP2073121A2 (en) Analyzer and analyzing system, and computer program product
CN107678948B (en) Test case generation method, terminal and storage medium
CN110309039B (en) Method, device, equipment and storage medium for automatically acquiring application program log
CN110019038B (en) File reference analysis method, device, equipment and computer readable storage medium
EP3828696A1 (en) Method invoke chain tracing method, electronic apparatus, and computer-readable storage medium
CN111475401A (en) Test method and related equipment
CN105095074B (en) Upgrade test method and device for configuration file
CN111475390A (en) Log collection system deployment method, device, equipment and storage medium
CN106021069A (en) CPU occupation detection method, device and equipment
CN112558982B (en) Code detection method and device and computer equipment
CN110019076B (en) Method, device and equipment for constructing multi-system log data and readable storage medium
CN110704311A (en) Application program testing method and device, electronic equipment and readable storage medium
CN111813757B (en) Characteristic information storage method, device, equipment and readable storage medium
CN112416735A (en) Application program detection method and device, terminal equipment and storage medium
CN116340092A (en) Security monitoring method, device, equipment and medium for software development kit
CN111309311B (en) Vulnerability detection tool generation method, device, equipment and readable storage medium
CN113918384A (en) Data saving method, device, equipment and storage medium
CN113505365A (en) Authority management method, device, electronic equipment and storage medium
CN113778801B (en) Method and device for reporting start event, electronic equipment and storage medium
CN114489756B (en) Code quality evaluation method, device, equipment and readable storage medium
CN116932414B (en) Method and equipment for generating interface test case and computer readable storage medium
CN109508245A (en) A kind of method and terminal for realizing anomaly analysis
JP2006260053A (en) Specific subroutine retrieval system and program used therefor
CN116820920A (en) Buried point test method and device, computer equipment and storage medium
CN112422400A (en) Content recommendation method and device and computer equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant