CN107704369B - Operation log recording method, electronic device, storage medium and system - Google Patents

Operation log recording method, electronic device, storage medium and system Download PDF

Info

Publication number
CN107704369B
CN107704369B CN201710775982.5A CN201710775982A CN107704369B CN 107704369 B CN107704369 B CN 107704369B CN 201710775982 A CN201710775982 A CN 201710775982A CN 107704369 B CN107704369 B CN 107704369B
Authority
CN
China
Prior art keywords
request
path
module
log
service information
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
CN201710775982.5A
Other languages
Chinese (zh)
Other versions
CN107704369A (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.)
Guangzhou Aerospace Yunhong Technology Co ltd
Winhong Information Technology Co ltd
Original Assignee
Guangzhou Aerospace Yunhong Technology Co ltd
Winhong 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 Guangzhou Aerospace Yunhong Technology Co ltd, Winhong Information Technology Co ltd filed Critical Guangzhou Aerospace Yunhong Technology Co ltd
Priority to CN201710775982.5A priority Critical patent/CN107704369B/en
Publication of CN107704369A publication Critical patent/CN107704369A/en
Application granted granted Critical
Publication of CN107704369B publication Critical patent/CN107704369B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3476Data logging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3438Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment monitoring of user actions

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a recording method of an operation log, which comprises the steps of intercepting an operation request, analyzing the operation request, recording service information, analyzing a response result, generating the operation log, storing the operation log, intercepting the operation request by adopting an interceptor or a filter, analyzing the operation request to obtain the request information, generating a mapping key according to the request information, obtaining the service information by matching mapping, and recording the service information to a log recording object; the invention relates to a recording system of an operation log; the invention also relates to an electronic device and a readable storage medium for executing a method for recording the operation log; the invention adds service information to the operation log by introducing a mapping table, enables the operation log record to support recording various operation logs for the same operation request by analyzing the operation request parameters, and automatically analyzes the request information by a filter or an interceptor to generate the operation log.

Description

Operation log recording method, electronic device, storage medium and system
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, an electronic device, a storage medium, and a system for recording an operation log.
Background
The cloud resource management platform is used for uniformly managing physical resources, virtual resources and business resources through a network, the cloud resource management platform is generally realized by adopting an REST software architecture style, all functions are provided through an REST interface, and a front-end interface or a third-party user requests a system interface through an HTTP (or HTTPS) mode. In the cloud resource management platform, in order to ensure the effectiveness of user operations and audit and verify the user operations in the future, the system needs to log the key operations performed by users (administrators and end users). Since the operation log records the following important information: who the operation user is, what operation is performed, when the operation is performed, how the result of the execution is, and the like. The logs record operation tracks and operation results of operation users, so that the operators can review the use experience of the conventional system; meanwhile, detailed operation information is provided for system management or maintenance personnel, and the behavior of an operator is inquired and analyzed.
In the framework of providing Log records, the popular solution is to use open source frameworks such as Log4j, Apache Common Logging, logback, etc. Through the log recording and outputting functions provided by the frames, developers can add operation log recording statements in each key operation interface, and record information, operation names, processed objects, operation result information and the like of operation users; these oplogs can be exported to a console, file, or database through a log framework. To record these oplogs, developers must be required to insert logging statements at necessary locations in the system and record the relevant business information into the log records. Moreover, these log frames are more used for debugging in the program development process, and problem tracking and analysis in system maintenance, and often lack service information of request operation, such as information of what operation is executed by an operation belonging to a module, what operation object is, and the like, and when the operation log is recorded, each request can only record one operation log, and for implementing multiple operations in the same request, the service information of the operation log cannot be accurately recorded.
Disclosure of Invention
In order to overcome the defects of the prior art, an object of the present invention is to provide a method for recording an operation log, in which a mapping table is introduced to add service information to the operation log, and the operation log records a plurality of operation logs for a same operation request through analyzing parameters of the operation request.
The invention provides a method for recording an operation log, which comprises the following steps:
intercepting the operation request, and intercepting the operation request by a background;
analyzing an operation request, wherein the background analyzes the operation request to acquire request information of the operation request;
recording service information, generating a mapping key of the operation request according to the request information by the background, matching the mapping key of the operation request with a mapping key of a path mapping table, acquiring the service information, and recording the service information to a log recording object;
and generating an operation log, wherein the background generates the operation log according to the request information and the service information.
Further, the request information comprises a request method, a request path, request parameters, request time, a request address and a request user.
Further, the background generates the mapping key of the operation request according to the request information, specifically, the background analyzes the request parameter, obtains the operation of the operation request, and generates the mapping key of the operation request according to the request method, the request path, and the operation of the operation request.
Further, the step of matching the mapping key of the operation request and the mapping key of the path mapping table comprises the following steps:
path division, the background divides the mapping key of the operation request into path arrays;
the array length is matched, and the background matches the length of the path array with the length of a mapping key of the path mapping table;
path matching, wherein the background matches the values of the path array and the values of the mapping keys of the path mapping table;
and acquiring service information, and the background acquires the service information and records the service information to a log record object.
Further, a step of analyzing a response result is further included between the step of recording the service information and the step of generating the operation log, and the background analyzes the response result of the operation request and records a response state and response time.
Further, the method also comprises a step of storing the operation log after the operation log is generated in the step, and the background stores the operation log.
An electronic device, comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program including a recording method for executing one of the above-described oplogs.
A computer-readable storage medium on which a computer program is stored, the computer program being executed by a processor to perform the above-described one operation log recording method.
A recording system of an operation log comprises an interception module, an analysis module, a service information recording module, a path mapping table, a log generation module, a response analysis module and a storage module, wherein the service information recording module comprises a mapping key generation module and a path matching module, the interception module intercepts an operation request, the analysis module analyzes the operation request and obtains the request information of the operation request, the request information comprises a request method, a request path, a request parameter, a request time, a request address and a request user, the path mapping table is used for recording the service information corresponding to the request information, the mapping key generation module generates the mapping key of the operation request according to the request information, the path matching module matches the mapping key of the operation request and the mapping key of the path mapping table, and the log generation module generates the operation log, the storage module acquires the operation log and stores the operation log, and the response analysis module analyzes a response result and records a response state and response time.
Further, the module for recording service information further includes a parameter analysis module, the parameter analysis module analyzes the request parameter to obtain the operation of the operation request, and the mapping key generation module generates the mapping key of the operation request according to the request method, the request path and the operation of the operation request; the path matching module further comprises a path dividing module, an array length matching module, an array value matching module and a service information obtaining module, wherein the path dividing module divides the mapping key of the operation request into a path array, the array length matching module matches the length of the path array with the length of the mapping key of the path mapping table, the array value matching module matches the value of the path array with the value of the mapping key of the path mapping table, and the service information obtaining module obtains the service information and records the service information to a log recording object.
Compared with the prior art, the invention has the beneficial effects that:
the invention provides a recording method of an operation log, which comprises the steps of intercepting an operation request, analyzing the operation request, recording service information, analyzing a response result, generating the operation log, storing the operation log, intercepting the operation request by adopting an interceptor or a filter, analyzing the operation request to obtain the request information, generating a mapping key according to the request information, obtaining the service information by matching mapping, and recording the service information to a log recording object; the invention relates to a recording system of an operation log; the invention also relates to an electronic device and a readable storage medium for executing a method for recording the operation log; the invention adds the service information to the operation log by introducing the mapping table, enables the operation log record to support recording a plurality of operation logs for the same operation request by analyzing the operation request parameters, automatically analyzes the operation request by a filter or an interceptor and generates the operation log, reduces the workload of the operation log record of developers, only needs to add one operation service information record in the service information list, the recording system of the operation log can load the operation service information to generate the mapping table, the realization of the operation log record is decoupled with the operation interface, the code is simpler, the maintainability of the system is improved, the maintenance cost of the system is reduced, the operation log is analyzed by the service information, the operation track of a user is known, the time of response operation is analyzed, and the operation with longer time consumption is analyzed and optimized, and tracking and analyzing the operation which fails to operate, checking the reason of the operation failure, and checking whether the request path or the request parameter is correct.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical solutions of the present invention more clearly understood and to implement them in accordance with the contents of the description, the following detailed description is given with reference to the preferred embodiments of the present invention and the accompanying drawings. The detailed description of the present invention is given in detail by the following examples and the accompanying drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a flow chart of a method for recording an operation log according to the present invention;
FIG. 2 is a timing diagram illustrating a log recording process according to an embodiment of the present invention;
FIG. 3 is a flow chart of path matching according to an embodiment of the present invention;
fig. 4 is a block diagram of a structure of an operation log recording system according to the present invention.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
A method for recording an operation log, as shown in fig. 1, includes the following steps:
when a system is started, a path mapping table is loaded to a memory, a key of the path mapping table is a request method (HttpMethod) + request path (URI) + operation (action), a value of the path mapping table is service information corresponding to the key of the path mapping table, including a module, an operation type, an operation object, and the like, if one operation request includes a plurality of operations, service information of the plurality of operations needs to be added to the mapping table according to rules of the request method (HttpMethod) + request path (URI) + operation (action), so that the same request path supports records of different operation logs.
Intercepting the operation request, as shown in fig. 2, when the system is started, loading a filter or an interceptor, and intercepting the operation request in the background.
Analyzing the operation request, analyzing the operation request by a background, and acquiring request information of the operation request; preferably, the request information comprises a request method, a request path, a request parameter, a request time, a request address, a request user, a filter or an interceptor, and the operation request is automatically analyzed, so that the workload of recording an operation log by a developer is reduced.
Recording service information, generating a mapping key of an operation request according to the request information by the background, matching the mapping key of the operation request with a mapping key of a path mapping table, acquiring the service information, and recording the service information to a log recording object; the method comprises the steps that a developer only needs to add an operation service information record in a service information list, a recording system of an operation log can load the operation service information to generate a mapping table, the operation log record is decoupled from an operation interface, codes are simpler, maintainability of the system is improved, and maintenance cost of the system is reduced. When there is only one operation in the operation request, the operation (action) may be an empty string, and preferably, as shown in fig. 3, the step of matching the mapping key of the operation request with the mapping key of the path mapping table includes the following steps:
path division, namely dividing the mapping key of the operation request into path arrays by a background according to the '/' character;
matching the array lengths, wherein the length of the background matching path array is equal to the length of a mapping key of the path mapping table, if the length is equal, the matching is successful, otherwise, the matching is failed;
matching the paths, namely matching successfully if the values of the background matching path array and the values of the mapping keys of the path mapping table are equal, or else, matching fails, and if the values of the background matching path array and the values of the mapping keys of the path mapping table meet the 'XXX' wildcard character in the matching process, considering the values to be equal;
and acquiring the service information, successfully matching the path, acquiring the service information by the background, and recording the service information to a log record object.
Preferably, the step of analyzing the response result between the step of recording the service information and the step of generating the operation log further includes the step of analyzing the response result, analyzing the response result of the operation request by the background, acquiring the response state and the response time, and recording the response state and the response time, if the operation request fails, recording the details of the operation failure, and calculating the time consumption of the request, analyzing the operation log through the service information, knowing the operation track of the user, analyzing the time of the response operation, analyzing and optimizing the operation which consumes a long time, tracking and analyzing the operation which fails, checking the reason of the operation failure, and checking whether the request path or the request parameter is correct.
And generating an operation log, generating the operation log by a background, and automatically generating the operation log by a filter or an interceptor.
Preferably, after the operation log is generated in the step, the operation log is stored to a database or a file by a background, when the operation log is acquired, query, analysis and problem tracking can be performed in a structured mode, and according to module query, which users access corresponding modules are analyzed; analyzing the operation track of the user according to the user query; according to analysis of operation time consumption, performance optimization can be performed for a specified method, and whether failure reasons and checking request information are correct can be analyzed for executing failed operations.
An electronic device, comprising: a processor; a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising a recording method for executing the above-mentioned one kind of operation log; a computer-readable storage medium on which a computer program is stored, the computer program being executed by a processor to perform the above-described one operation log recording method.
A recording system of an operation log is shown in FIG. 4 and comprises an intercepting module, an analyzing module, a service information recording module, a path mapping table and a log generating module, wherein the service information recording module comprises a mapping key generating module and a path matching module, the intercepting module intercepts an operation request, the analyzing module analyzes the operation request and obtains request information of the operation request, the path mapping table is used for recording service information corresponding to the request information, the mapping key generating module generates a mapping key of the operation request according to the request information, the path matching module matches the mapping key of the operation request and the mapping key of the path mapping table, and the log generating module generates the operation log.
Preferably, the request information includes a request method, a request path, a request parameter, a request time, a request address, and a request user.
Preferably, the module for recording service information further includes a parameter analysis module, the parameter analysis module analyzes the request parameter and obtains an operation of the operation request, and the mapping key generation module generates a mapping key of the operation request according to the request method, the request path and the operation of the operation request.
Preferably, the path matching module further includes a path dividing module, an array length matching module, an array value matching module, and a service information obtaining module, the path dividing module divides the mapping key of the operation request into a path array, the array length matching module matches the length of the path array and the length of the mapping key of the path mapping table, the array value matching module matches the value of the path array and the value of the mapping key of the path mapping table, and the service information obtaining module obtains the service information and records the service information to the log record object.
Preferably, the system further comprises a response analysis module, wherein the response analysis module analyzes the response result and records the response state and the response time.
Preferably, the system further comprises a storage module, and the storage module acquires the operation log and stores the operation log.
The invention adds the service information to the operation log by introducing the mapping table, enables the operation log record to support recording a plurality of operation logs for the same operation request by analyzing the operation request parameters, automatically analyzes the operation request by a filter or an interceptor and generates the operation log, reduces the workload of the operation log record of developers, only needs to add one operation service information record in the service information list, the recording system of the operation log can load the operation service information to generate the mapping table, the realization of the operation log record is decoupled with the operation interface, the code is simpler, the maintainability of the system is improved, the maintenance cost of the system is reduced, the operation log is analyzed by the service information, the operation track of a user is known, the time of response operation is analyzed, and the operation with longer time consumption is analyzed and optimized, and tracking and analyzing the operation which fails to operate, checking the reason of the operation failure, and checking whether the request path or the request parameter is correct.
The foregoing is merely a preferred embodiment of the invention and is not intended to limit the invention in any manner; those skilled in the art can readily practice the invention as shown and described in the drawings and detailed description herein; however, those skilled in the art should appreciate that they can readily use the disclosed conception and specific embodiments as a basis for designing or modifying other structures for carrying out the same purposes of the present invention without departing from the scope of the invention as defined by the appended claims; meanwhile, any changes, modifications, and evolutions of the equivalent changes of the above embodiments according to the actual techniques of the present invention are still within the protection scope of the technical solution of the present invention.

Claims (9)

1. A method for recording an operation log, comprising the steps of:
intercepting the operation request, and intercepting the operation request by a background;
analyzing an operation request, wherein the background analyzes the operation request to acquire request information of the operation request;
recording service information, generating a mapping key of the operation request according to the request information by the background, matching the mapping key of the operation request with a mapping key of a path mapping table, acquiring the service information, and recording the service information to a log recording object;
generating an operation log, wherein the background generates the operation log according to the request information and the service information;
the step of matching the mapping key of the operation request and the mapping key of the path mapping table comprises the following steps:
path division, the background divides the mapping key of the operation request into path arrays;
the array length is matched, and the background matches the length of the path array with the length of a mapping key of the path mapping table;
path matching, wherein the background matches the values of the path array and the values of the mapping keys of the path mapping table;
and acquiring service information, and the background acquires the service information and records the service information to a log record object.
2. The method of claim 1, wherein: the request information comprises a request method, a request path, a request parameter, request time, a request address and a request user.
3. A method of logging operations as claimed in claim 2, characterized by: and the background generates a mapping key of the operation request according to the request information, specifically, the background analyzes the request parameter, obtains the operation of the operation request, and generates the mapping key of the operation request according to the request method, the request path and the operation of the operation request.
4. The method of claim 1, wherein: and analyzing a response result between the step of recording the service information and the step of generating the operation log, and analyzing the response result of the operation request by the background to record a response state and response time.
5. The method of claim 1, wherein: and after the operation log is generated in the step, the step of storing the operation log is further included, and the background stores the operation log.
6. An electronic device, characterized by comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for carrying out the method of any one of claims 1-5.
7. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program is executed by a processor for performing the method according to any of claims 1-5.
8. A logging system for an operation log, comprising: the system comprises an interception module, an analysis module, a service information recording module, a path mapping table, a log generation module, a response analysis module and a storage module, wherein the service information recording module comprises a mapping key generation module and a path matching module, the interception module intercepts an operation request, the analysis module analyzes the operation request and acquires request information of the operation request, the request information comprises a request method, a request path, a request parameter, a request time, a request address and a request user, the path mapping table is used for recording service information corresponding to the request information, the mapping key generation module generates a mapping key of the operation request according to the request information, the path matching module matches the mapping key of the operation request and the mapping key of the path mapping table, and the log generation module generates an operation log, the storage module acquires the operation log and stores the operation log, and the response analysis module analyzes a response result and records a response state and response time; the path matching module further comprises a path dividing module, an array length matching module, an array value matching module and a service information obtaining module, wherein the path dividing module divides the mapping key of the operation request into a path array, the array length matching module matches the length of the path array with the length of the mapping key of the path mapping table, the array value matching module matches the value of the path array with the value of the mapping key of the path mapping table, and the service information obtaining module obtains the service information and records the service information to a log recording object.
9. A logging system for an operation log as claimed in claim 8, wherein: the business information recording module further comprises a parameter analysis module, the parameter analysis module analyzes the request parameters to obtain the operation of the operation request, and the mapping key generation module generates the mapping key of the operation request according to the request method, the request path and the operation of the operation request.
CN201710775982.5A 2017-08-31 2017-08-31 Operation log recording method, electronic device, storage medium and system Active CN107704369B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710775982.5A CN107704369B (en) 2017-08-31 2017-08-31 Operation log recording method, electronic device, storage medium and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710775982.5A CN107704369B (en) 2017-08-31 2017-08-31 Operation log recording method, electronic device, storage medium and system

Publications (2)

Publication Number Publication Date
CN107704369A CN107704369A (en) 2018-02-16
CN107704369B true CN107704369B (en) 2021-05-04

Family

ID=61171507

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710775982.5A Active CN107704369B (en) 2017-08-31 2017-08-31 Operation log recording method, electronic device, storage medium and system

Country Status (1)

Country Link
CN (1) CN107704369B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110874305A (en) * 2019-11-14 2020-03-10 北京金山云网络技术有限公司 User operation recording method and device and server
CN111625552B (en) * 2020-05-20 2024-01-02 北京百度网讯科技有限公司 Data collection method, device, equipment and readable storage medium
CN113661484A (en) * 2021-08-25 2021-11-16 商汤国际私人有限公司 Log recording method and device, electronic equipment and computer readable storage medium
CN113726770B (en) * 2021-08-30 2023-06-30 平安国际融资租赁有限公司 Data interception method, device, computer equipment and storage medium
CN117407369B (en) * 2023-12-14 2024-05-28 宁德时代新能源科技股份有限公司 Operation log recording method and device and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104899724A (en) * 2015-06-29 2015-09-09 北京金山安全软件有限公司 Method and device for generating item reminding
CN105512276A (en) * 2015-12-04 2016-04-20 北京金山安全软件有限公司 Method and device for constructing junk file and electronic equipment

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101515245A (en) * 2008-02-21 2009-08-26 卓望数码技术(深圳)有限公司 Operation log recording method and system
CN103902537B (en) * 2012-12-25 2017-02-08 重庆新媒农信科技有限公司 Multi-service log data storage processing and inquiring system and method thereof
US8990853B1 (en) * 2013-03-15 2015-03-24 Tribune Broadcasting Company, Llc Systems and methods for determining a time period remaining until a live production system changes states
CN104281506B (en) * 2014-07-10 2017-02-15 中国科学院计算技术研究所 Data maintenance method and system for file system
CN104361032B (en) * 2014-10-27 2018-05-22 深圳市远行科技股份有限公司 A kind of method of operation log management

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104899724A (en) * 2015-06-29 2015-09-09 北京金山安全软件有限公司 Method and device for generating item reminding
CN105512276A (en) * 2015-12-04 2016-04-20 北京金山安全软件有限公司 Method and device for constructing junk file and electronic equipment

Also Published As

Publication number Publication date
CN107704369A (en) 2018-02-16

Similar Documents

Publication Publication Date Title
CN107704369B (en) Operation log recording method, electronic device, storage medium and system
US10872034B2 (en) Method, device and computer program product for executing test cases
US8108456B2 (en) Method and apparatus for migrating the system environment on which the applications depend
US11720334B2 (en) Inductive equivalence in machine-based instruction editing
US9697066B2 (en) Method for processing data quality exceptions in a data processing system
US7747986B2 (en) Generating static performance modeling factors in a deployed system
US20100115496A1 (en) Filter generation for load testing managed environments
CN110196809B (en) Interface testing method and device
CN114595201A (en) Method, equipment and storage medium for inquiring acquisition record of interface access log
CN111309570A (en) Pressure testing method, medium, device and computing equipment
US11561886B2 (en) Open data protocol performance test automation intelligence (OPT-AI)
JP2016099857A (en) Fraudulent program handling system and fraudulent program handling method
US9158641B2 (en) Cloud auto-test system, method and non-transitory computer readable storage medium of the same
CN106708727B (en) Distributed virus characteristic sample verification method and system
US11526501B2 (en) Materialized views assistant
Sârbu et al. Profiling the operational behavior of OS device drivers
CN111435327B (en) Log record processing method, device and system
CN115617668A (en) Compatibility testing method, device and equipment
US11243857B2 (en) Executing test scripts with respect to a server stack
Kristiansen Use of the ERD for administrative monitoring of Theta
US8321844B2 (en) Providing registration of a communication
CN117992359B (en) Method and device for observing service software and electronic equipment
US12032461B2 (en) Software upgrade stability recommendations
US11797419B2 (en) Task-specific logging in digital computer systems
CN116661758B (en) Method, device, electronic equipment and medium for optimizing log framework configuration

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