CN111143317A - Log storage method, device and equipment and readable storage medium - Google Patents

Log storage method, device and equipment and readable storage medium Download PDF

Info

Publication number
CN111143317A
CN111143317A CN201911386465.4A CN201911386465A CN111143317A CN 111143317 A CN111143317 A CN 111143317A CN 201911386465 A CN201911386465 A CN 201911386465A CN 111143317 A CN111143317 A CN 111143317A
Authority
CN
China
Prior art keywords
log
time interval
log information
target
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.)
Withdrawn
Application number
CN201911386465.4A
Other languages
Chinese (zh)
Inventor
苏永奇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201911386465.4A priority Critical patent/CN111143317A/en
Publication of CN111143317A publication Critical patent/CN111143317A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/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

Landscapes

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

Abstract

The application discloses a log storage method, a log storage device, log storage equipment and a readable storage medium. The method disclosed by the application comprises the following steps: acquiring a storage request of target log information; extracting identification information and a preset time interval of target log information from the storage request; calculating the actual time interval between the previous log information and the target log information corresponding to the identification information; judging whether the actual time interval is greater than a preset time interval or not; if yes, storing target log information; if not, filtering the target log information. The method and the device can prevent the problem of log waterfall, save the storage space for storing the logs, avoid the loss of effective log information, ensure the comprehensiveness of the system logs and provide reliable basis for fault problem positioning. Accordingly, the log storage device, the log storage equipment and the readable storage medium have the technical effects.

Description

Log storage method, device and equipment and readable storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a log storage method, apparatus, device, and readable storage medium.
Background
In a storage system, the storage space for storing the log is limited. If the storage system has a fault which cannot be repaired within a short time, the log system in the storage system may repeatedly record log information generated during the fault, thereby causing a log waterfall problem. In this way, the storage space for storing the log is easily filled, and a plurality of pieces of repeated log information are recorded therein, which causes waste of the storage space. Moreover, repeated log information may cover valid log information, which may cause loss of valid log information and make it difficult to locate the fault problem.
Therefore, how to prevent the log waterfall and avoid the effective log information being covered is a problem to be solved by those skilled in the art.
Disclosure of Invention
In view of the above, an object of the present application is to provide a log storage method, apparatus, device and readable storage medium, so as to prevent log waterfall and prevent effective log information from being covered. The specific scheme is as follows:
in a first aspect, the present application provides a log storage method, including:
acquiring a storage request of target log information;
extracting identification information and a preset time interval of the target log information from the storage request;
calculating the actual time interval between the previous log information and the target log information corresponding to the identification information;
judging whether the actual time interval is greater than the preset time interval or not;
if yes, storing the target log information;
and if not, filtering the target log information.
Preferably, the calculating an actual time interval between the previous log information corresponding to the identification information and the target log information includes:
determining a previous timestamp of the previous log information and a target timestamp of the target log information;
calculating a difference between the previous timestamp and the target timestamp;
determining the difference as the actual time interval.
Preferably, before the obtaining of the storage request of the target log information, the method further includes:
and setting the identification information and the preset time interval.
Preferably, the determining a previous timestamp of the previous log information and a target timestamp of the target log information includes:
querying the previous timestamp;
the target timestamp is extracted from the storage request.
Preferably, after calculating the actual time interval between the previous log information and the target log information corresponding to the identification information, the method further includes:
judging whether a first state corresponding to the identification information recorded in the log resource list is consistent with a second state of the target log information or not;
if not, updating the first state to the second state, and updating the time interval corresponding to the identification information recorded in the log resource list to the actual time interval.
Preferably, the method further comprises the following steps:
and if the first state is consistent with the second state, updating the time interval corresponding to the identification information recorded in the log resource list to the actual time interval.
Preferably, the filtering the target log information includes:
and storing the target log information to a power-down volatile storage medium.
Preferably, the storing the target log information includes:
and storing the target log information to a power-down nonvolatile storage medium.
In a second aspect, the present application provides a log storage apparatus, including:
the acquisition module is used for acquiring a storage request of target log information;
the extraction module is used for extracting the identification information and the preset time interval of the target log information from the storage request;
the calculation module is used for calculating the actual time interval between the previous log information corresponding to the identification information and the target log information;
the judging module is used for judging whether the actual time interval is greater than the preset time interval or not;
the storage module is used for storing the target log information if the actual time interval is greater than the preset time interval;
and the filtering module is used for filtering the target log information if the actual time interval is not greater than the preset time interval.
In a third aspect, the present application provides a log storage device, including:
a memory for storing a computer program;
a processor for executing the computer program to implement the log storage method disclosed in the foregoing.
In a fourth aspect, the present application provides a readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the log storage method disclosed in the foregoing.
According to the scheme, the application provides a log storage method, which comprises the following steps: acquiring a storage request of target log information; extracting identification information and a preset time interval of the target log information from the storage request; calculating the actual time interval between the previous log information and the target log information corresponding to the identification information; judging whether the actual time interval is greater than the preset time interval or not; if yes, storing the target log information; and if not, filtering the target log information.
After a storage request of target log information is obtained, extracting identification information and a preset time interval of the target log information from the storage request; then calculating the actual time interval between the previous log information and the target log information corresponding to the identification information; if the actual time interval is larger than the preset time interval, indicating that the current log information is normal, and storing the target log information; if the actual time interval is not larger than the preset time interval, the current log information is abnormal, and the target log information is filtered, so that the screening of the log information is realized. That is, all log information is not blindly stored, but some log information is stored after log information is filtered. Each log corresponds to one piece of identification information, the preset time interval is a standard time interval corresponding to the identification information set by a user based on service requirements, and if the actual time interval is not greater than the preset time interval, the log information corresponding to the identification information is generated too frequently and does not accord with the conventional service requirements, so that the current log information is abnormal, and the current log information is filtered. Therefore, the method and the device can prevent the problem of log waterfall, save the storage space for storing the logs, avoid the loss of effective log information, ensure the comprehensiveness of the system logs and provide reliable basis for fault problem positioning.
Correspondingly, the log storage device, the log storage equipment and the readable storage medium have the technical effects.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flowchart of a first log storage method disclosed in the present application;
FIG. 2 is a detailed flowchart of step S103 in FIG. 1;
FIG. 3 is a schematic diagram of a journal storage device disclosed in the present application;
fig. 4 is a schematic diagram of a journal storage device disclosed in the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
At present, log waterfall frequently appears in the prior art, and the log waterfall can cause the waste of storage space, the scheduling problem of losing of effective log information, therefore, this application provides a log storage scheme, can prevent log waterfall problem, practices thrift the storage space of storage log, also can avoid losing of effective log information, ensures the comprehensiveness of system log, provides reliable foundation for trouble problem location.
Referring to fig. 1, an embodiment of the present application discloses a log storage method, including:
s101, acquiring a storage request of target log information.
Wherein the storage request is transmitted to the log system through an interface of the log system. The storage request comprises target log information needing to be stored at this time, identification information corresponding to the target log information and a preset time interval corresponding to the target log information. Each log in the log system corresponds to one piece of identification information (the number and the type of the logs to be recorded in the storage system are generally preset, so that the identification information can be set for each log) and a preset time interval, and the identification information and the preset time interval of each piece of log information are preset. The identification information of each log is different, but the preset time interval may be the same. Therefore, the preset time interval corresponding to the target log information is also the preset time interval of the identification information corresponding to the target log information. The preset time interval is a standard time interval for updating the log information set by the user based on the service requirement, and the standard time interval corresponds to the unique identification information. The storage request is generated at the storage system, and when a new piece of log information is generated in the storage system, a storage request is generated.
In a specific embodiment, before obtaining the storage request of the target log information, the method further includes: setting identification information and a preset time interval. Specifically, the identification information and the preset time interval can be manually set by a user on a human-computer interaction interface, or can be written in a script, and the setting is automatically completed by the script.
S102, extracting identification information and a preset time interval of target log information from the storage request.
S103, calculating the actual time interval between the previous log information and the target log information corresponding to the identification information.
Referring to fig. 2, fig. 2 is a detailed flowchart of step S103 in fig. 1. The specific implementation step of S103 in fig. 1 includes:
s201, determining a previous time stamp of previous log information and a target time stamp of target log information;
s202, calculating a difference value between the previous time timestamp and the target timestamp;
and S203, determining the difference value as an actual time interval.
In one embodiment, determining a previous timestamp of previous log information and a target timestamp of target log information comprises: inquiring the timestamp of the previous time; the target timestamp is extracted from the storage request.
The identification information corresponding to each log is fixed, but the log information corresponding to the identification information changes in real time. One identification information may correspond to a plurality of pieces of log information. In this embodiment, the target log information is current log information corresponding to the identification information. The previous time stamp of the previous log information may be regarded as the generation time stamp of the previous log information, and the target time stamp of the target log information may be regarded as the generation time stamp of the target log information. The generation time stamp of the log information can be seen as the time stamp of the transmission of the storage request to the logging system, since the logging of the log information is generally instantaneous.
S104, judging whether the actual time interval is greater than a preset time interval or not; if yes, executing S105; if not, go to step S106.
And S105, storing the target log information.
In one embodiment, storing the target log information includes: and storing the target log information to a power-down nonvolatile storage medium. If the actual time interval is larger than the preset time interval, the current log information is normal, and the target log information is stored in the power-down nonvolatile storage medium to realize log recording. Wherein the stored target log information comprises: log description information, log importance level, and log function category (i.e., which business module the log corresponds to).
And S106, filtering the target log information.
In one embodiment, filtering the target log information includes: and storing the target log information to a power-down volatile storage medium. If the actual time interval is not greater than the preset time interval, the log information corresponding to the identification information is generated too frequently and is not in accordance with the conventional service requirement, so that the current log information is abnormal, and the current log information is filtered.
In this embodiment, the filtering target log information is not to ignore the target log information and store the target log information, but to temporarily store the target log information in the power-down volatile storage medium, so that if the filtering is out of order, the target log information can be timely queried and stored in the log information under the condition that the storage system is not powered off.
In one embodiment, after calculating the actual time interval between the previous log information and the target log information corresponding to the identification information, the method further includes: judging whether a first state corresponding to the identification information recorded in the log resource list is consistent with a second state of the target log information or not; if so, updating the time interval corresponding to the identification information recorded in the log resource list to be the actual time interval. If not, the first state is updated to the second state, and the time interval corresponding to the identification information recorded in the log resource list is updated to the actual time interval.
The log resource list may correspond to each log one to one, or may be a total log resource list corresponding to all logs to be recorded. The log resource list records the latest log state (i.e. the first state) and the update time interval corresponding to each piece of information. The log state includes: normal state, abnormal state, etc.
Therefore, after the storage request of the target log information is obtained, the identification information and the preset time interval of the target log information are extracted from the storage request; then calculating the actual time interval between the previous log information and the target log information corresponding to the identification information; if the actual time interval is larger than the preset time interval, indicating that the current log information is normal, and storing the target log information; if the actual time interval is not larger than the preset time interval, the current log information is abnormal, and the target log information is filtered, so that the screening of the log information is realized. That is, all log information is not blindly stored, but some log information is stored after log information is filtered. Therefore, the embodiment can prevent the problem of log waterfall, save the storage space for storing the logs, avoid the loss of effective log information, ensure the comprehensiveness of the system logs and provide reliable basis for fault problem positioning.
According to the method provided by the embodiment, the filtering function can be added to the log system. The method provided by the embodiment is implemented at the interface of the log system, and if the log information meets the corresponding condition, the log information is allowed to be stored in the log system. Otherwise, it is filtered.
Specifically, unified management of the logs is realized in the log system, independent identification information is distributed to each log, and storage resources which are the same in size but independent from each other are distributed to each log. Wherein, the log filtering conditions are as follows: comparing the actual time interval of updating a certain log with the preset time interval set by a user, if the actual time interval is greater than the preset time interval, indicating that the current log information is normal, and storing the target log information; if the actual time interval is not larger than the preset time interval, the current log information is abnormal, and the target log information is filtered, so that the screening of the log information is realized. The filtered log information is recorded in the power-down volatile storage medium, and the storage resource of the power-down nonvolatile storage medium is not occupied.
Each log corresponds to a log resource list, and the log resource list comprises: identification information, update interval, and log status. When new log information needs to be recorded in the log system, firstly, the log resource list is traversed, the identification information of the log information to be stored currently is found, and the preset time interval and the actual time interval of the log information to be stored currently are further compared, wherein the actual time interval is the time interval between the log information to be stored currently and the previous log information of the identification information. If the actual time interval is larger than the preset time interval, storing the target log information; and if the actual time interval is not greater than the preset time interval, filtering the target log information.
Therefore, the embodiment can effectively prevent log waterfall, effectively filter invalid log information, prevent the same log from being repeatedly recorded in a log system, occupy precious log storage space, and prevent the invalid log from covering effective logs.
In the following, a journal storage device provided by an embodiment of the present application is introduced, and a journal storage device described below and a journal storage method described above may be referred to each other.
Referring to fig. 3, an embodiment of the present application discloses a log storage device, including:
an obtaining module 301, configured to obtain a storage request of target log information;
an extracting module 302, configured to extract identification information of the target log information and a preset time interval from the storage request;
a calculating module 303, configured to calculate an actual time interval between previous log information and target log information corresponding to the identification information;
a judging module 304, configured to judge whether the actual time interval is greater than a preset time interval;
a storage module 305, configured to store the target log information if the actual time interval is greater than the preset time interval;
the filtering module 306 is configured to filter the target log information if the actual time interval is not greater than the preset time interval.
In one embodiment, the computing module comprises:
a first determining unit configured to determine a previous time stamp of previous log information and a target time stamp of target log information;
a calculating unit for calculating a difference between the previous time stamp and the target time stamp;
a second determining unit for determining the difference as the actual time interval.
In a specific embodiment, the method further comprises the following steps:
and the setting module is used for setting the identification information and the preset time interval.
In a specific embodiment, the first determining unit is specifically configured to:
inquiring the timestamp of the previous time;
the target timestamp is extracted from the storage request.
In a specific embodiment, the method further comprises the following steps:
the state judgment module is used for judging whether a first state corresponding to the identification information recorded in the log resource list is consistent with a second state of the target log information or not;
and the first updating module is used for updating the first state to the second state and updating the time interval corresponding to the identification information recorded in the log resource list to an actual time interval if the first state is inconsistent with the second state.
In a specific embodiment, the method further comprises the following steps:
and the second updating module is used for updating the time interval corresponding to the identification information recorded in the log resource list into the actual time interval if the first state is consistent with the second state.
In one embodiment, the filtration module is specifically configured to:
and storing the target log information to a power-down volatile storage medium.
In one embodiment, the storage module is specifically configured to:
and storing the target log information to a power-down nonvolatile storage medium.
For more specific working processes of each module and unit in this embodiment, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not described here again.
Therefore, the embodiment provides a log storage device, which can prevent the problem of log waterfall, save the storage space for storing logs, avoid the loss of effective log information, ensure the comprehensiveness of system logs, and provide reliable basis for fault problem positioning.
In the following, a log storage device provided by an embodiment of the present application is introduced, and a log storage device described below and a log storage method and apparatus described above may be referred to each other.
Referring to fig. 4, an embodiment of the present application discloses a log storage device, including:
a memory 401 for storing a computer program;
a processor 402 for executing said computer program for implementing the method disclosed in any of the embodiments described above.
In the following, a readable storage medium provided by an embodiment of the present application is introduced, and a readable storage medium described below and a log storage method, apparatus, and device described above may be referred to each other.
A readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the log storage method disclosed in the foregoing embodiments. For the specific steps of the method, reference may be made to the corresponding contents disclosed in the foregoing embodiments, which are not described herein again.
References in this application to "first," "second," "third," "fourth," etc., if any, are intended to distinguish between similar elements and not necessarily to describe a particular order or sequence. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises" and "comprising," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, or apparatus.
It should be noted that the descriptions in this application referring to "first", "second", etc. are for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present application.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of readable storage medium known in the art.
The principle and the implementation of the present application are explained herein by applying specific examples, and the above description of the embodiments is only used to help understand the method and the core idea of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. A method of log storage, comprising:
acquiring a storage request of target log information;
extracting identification information and a preset time interval of the target log information from the storage request;
calculating the actual time interval between the previous log information and the target log information corresponding to the identification information;
judging whether the actual time interval is greater than the preset time interval or not;
if yes, storing the target log information;
and if not, filtering the target log information.
2. The log storage method according to claim 1, wherein said calculating an actual time interval between the previous log information and the target log information corresponding to the identification information comprises:
determining a previous timestamp of the previous log information and a target timestamp of the target log information;
calculating a difference between the previous timestamp and the target timestamp;
determining the difference as the actual time interval.
3. The log storage method according to claim 1, wherein the obtaining of the storage request of the target log information is preceded by:
and setting the identification information and the preset time interval.
4. The log storage method according to claim 1, wherein after calculating an actual time interval between the previous log information and the target log information corresponding to the identification information, the method further comprises:
judging whether a first state corresponding to the identification information recorded in the log resource list is consistent with a second state of the target log information or not;
if not, updating the first state to the second state, and updating the time interval corresponding to the identification information recorded in the log resource list to the actual time interval.
5. The log storage method of claim 4, further comprising:
and if the first state is consistent with the second state, updating the time interval corresponding to the identification information recorded in the log resource list to the actual time interval.
6. The log storage method according to any one of claims 1 to 5, wherein the filtering the target log information includes:
and storing the target log information to a power-down volatile storage medium.
7. The log storage method according to any one of claims 1 to 5, wherein the storing the target log information includes:
and storing the target log information to a power-down nonvolatile storage medium.
8. A log storage device, comprising:
the acquisition module is used for acquiring a storage request of target log information;
the extraction module is used for extracting the identification information and the preset time interval of the target log information from the storage request;
the calculation module is used for calculating the actual time interval between the previous log information corresponding to the identification information and the target log information;
the judging module is used for judging whether the actual time interval is greater than the preset time interval or not;
the storage module is used for storing the target log information if the actual time interval is greater than the preset time interval;
and the filtering module is used for filtering the target log information if the actual time interval is not greater than the preset time interval.
9. A log storage device, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the log storage method of any of claims 1 to 7.
10. A readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the log storage method of any one of claims 1 to 7.
CN201911386465.4A 2019-12-29 2019-12-29 Log storage method, device and equipment and readable storage medium Withdrawn CN111143317A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911386465.4A CN111143317A (en) 2019-12-29 2019-12-29 Log storage method, device and equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911386465.4A CN111143317A (en) 2019-12-29 2019-12-29 Log storage method, device and equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN111143317A true CN111143317A (en) 2020-05-12

Family

ID=70521409

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911386465.4A Withdrawn CN111143317A (en) 2019-12-29 2019-12-29 Log storage method, device and equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111143317A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112035353A (en) * 2020-08-28 2020-12-04 北京浪潮数据技术有限公司 Log recording method, device, equipment and computer readable storage medium
CN112671756A (en) * 2020-12-21 2021-04-16 北京明略昭辉科技有限公司 Method and device for filtering abnormal traffic
CN112699015A (en) * 2020-12-29 2021-04-23 北京达佳互联信息技术有限公司 Log output method, device, server and computer readable storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164511A (en) * 2013-02-21 2013-06-19 烽火通信科技股份有限公司 Method for storage event log to automatically filter repeated jitter data

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164511A (en) * 2013-02-21 2013-06-19 烽火通信科技股份有限公司 Method for storage event log to automatically filter repeated jitter data

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112035353A (en) * 2020-08-28 2020-12-04 北京浪潮数据技术有限公司 Log recording method, device, equipment and computer readable storage medium
CN112035353B (en) * 2020-08-28 2022-06-17 北京浪潮数据技术有限公司 Log recording method, device and equipment and computer readable storage medium
CN112671756A (en) * 2020-12-21 2021-04-16 北京明略昭辉科技有限公司 Method and device for filtering abnormal traffic
CN112699015A (en) * 2020-12-29 2021-04-23 北京达佳互联信息技术有限公司 Log output method, device, server and computer readable storage medium
CN112699015B (en) * 2020-12-29 2023-12-19 北京达佳互联信息技术有限公司 Log output method, device, server and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN111143317A (en) Log storage method, device and equipment and readable storage medium
CN110688358B (en) Log collection method, device and equipment and readable storage medium
CN107315659B (en) Metadata redundancy backup method and device
CN109460343A (en) System exception monitoring method, device, equipment and storage medium based on log
CN110659257B (en) Metadata object repairing method, device, equipment and readable storage medium
CN111092881A (en) Access interception method, device, equipment and readable storage medium
CN114443441B (en) Storage system management method, device and equipment and readable storage medium
CN111459764B (en) Log management method and terminal
CN112199053A (en) Log recording method, device and medium applied to small-capacity storage area
CN107229421B (en) Method and device for creating video data storage system, method and device for writing file into video data storage system and method and device for reading video data storage system
CN111124859A (en) Log processing method, device, equipment and storage medium
CN112433809B (en) JVM memory management method, device, equipment and readable storage medium
CN109219051B (en) False number determination method, device, equipment and readable storage medium
CN110134615B (en) Method and device for acquiring log data by application program
CN111258608A (en) Software upgrading method and device for terminal equipment and electronic system
CN116360695A (en) Data storage method and device based on hybrid energy storage power supply
CN116185706A (en) Data backup method and device, computing and storage medium and electronic equipment
CN109992441B (en) Firmware log collection method, system, device and medium
CN110795744B (en) Abnormal information positioning method and system, electronic equipment and storage medium
CN114860432A (en) Method and device for determining information of memory fault
CN107016054A (en) A kind of method and device of log information storage
CN107491287B (en) Instruction execution method and device
CN112328363A (en) Cloud hard disk mounting method and device
CN106897465B (en) File auditing method and system
CN111143418A (en) Data reading method, device and equipment for database and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20200512

WW01 Invention patent application withdrawn after publication