CN113672483A - Equipment log storage method and device, electronic equipment and medium - Google Patents

Equipment log storage method and device, electronic equipment and medium Download PDF

Info

Publication number
CN113672483A
CN113672483A CN202110908674.1A CN202110908674A CN113672483A CN 113672483 A CN113672483 A CN 113672483A CN 202110908674 A CN202110908674 A CN 202110908674A CN 113672483 A CN113672483 A CN 113672483A
Authority
CN
China
Prior art keywords
log
information
character string
static
real
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110908674.1A
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.)
Shenzhen Ape Man Innovation Technology Co ltd
Original Assignee
Shenzhen Ape Man Innovation 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 Shenzhen Ape Man Innovation Technology Co ltd filed Critical Shenzhen Ape Man Innovation Technology Co ltd
Priority to CN202110908674.1A priority Critical patent/CN113672483A/en
Publication of CN113672483A publication Critical patent/CN113672483A/en
Pending legal-status Critical Current

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
    • 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/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing
    • G06F16/90344Query processing by using string matching techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/126Character encoding

Abstract

The invention relates to an operation and maintenance technology, and discloses a device log storage method, which comprises the following steps: the method comprises the steps of obtaining real-time log information of an equipment end, extracting all character string information in the real-time log information, identifying the type of the real-time log information according to a static character string library constructed by the character string information and the equipment information of the equipment end, if the real-time log information is of a static type, carrying out fixed format coding on all the character string information in the real-time log information to obtain a static coding log, if the real-time log information is of a dynamic type, carrying out dynamic format coding on all the character string information in the real-time log information to obtain a dynamic coding log, mapping the character string information and the static coding log or the character string information and the dynamic coding log to obtain a log mapping table, and storing the log mapping table to a block chain. The invention also provides an equipment log storage device, electronic equipment and a computer readable storage medium. The invention can solve the problem that the log is difficult to store in the embedded device.

Description

Equipment log storage method and device, electronic equipment and medium
Technical Field
The present invention relates to the field of operation and maintenance technologies, and in particular, to a device log storage method and apparatus, an electronic device, and a computer-readable storage medium.
Background
With the great development of the internet, the popularization of network devices and the progress of chip technology, the functions of embedded devices become more and more complex, and even if strict tests are performed on many functions, when the functions reach the hands of users after being released, faults still occur due to the difference of the actual environments of the users. By collecting the running state and the log information of the embedded equipment, developers can conveniently locate and analyze the root cause of the fault and fundamentally solve the problem.
In the prior art, because the general storage capacity and the connection bandwidth of the embedded device are limited, the remaining storage capacity and the connection bandwidth except for normal functions may be very limited, and conventional log storage occupies a large amount of storage capacity, how to store the log of the embedded device under the condition of limited resources is a difficult point to be solved urgently.
Disclosure of Invention
The invention provides a device log storage method and device and a computer readable storage medium, and mainly aims to solve the problem that logs in an embedded device are difficult to store.
In order to achieve the above object, the present invention provides a device log storage method, including:
acquiring real-time log information of an equipment end;
extracting all character string information in the real-time log information, and identifying the type of the real-time log information according to a static character string library constructed by the character string information and the equipment information of the equipment end;
if the real-time log information is in a static type, performing fixed format coding on all character string information in the real-time log information to obtain a static coding log; or
If the real-time log information is of a dynamic type, performing dynamic format coding on all character string information in the real-time log information to obtain a dynamic coding log;
and mapping the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table, and storing the log mapping table into a pre-constructed block chain.
Optionally, before the static string library constructed according to the string information and the device information of the device side identifies the type of the real-time log information, the method further includes:
extracting the unique equipment identifier of the equipment terminal;
and extracting historical static character strings from the historical log information according to the unique equipment identifier, and summarizing the historical static character strings and preset extension character strings to obtain a static character string library.
Optionally, the identifying the type of the real-time log information according to the static character string library constructed according to the character string information and the device information of the device side includes:
calculating the similarity between each piece of character string information and the character strings in the static character string library;
if the similarity between all the character string information and the character strings in the static character string library is greater than or equal to a preset similarity threshold, determining that the log information is of a static type;
and if the similarity between any character string information and the character strings in the static character string library is smaller than or equal to the similarity threshold, determining that the log information is of a dynamic type.
Optionally, the performing fixed format encoding on all the character string information in the real-time log information to obtain a static encoded log includes:
generating a static identifier of the real-time log information;
extracting character string parameters corresponding to each static character string contained in the real-time log information;
and summarizing the static identification and the extracted character string parameters to obtain the static encoding log.
Optionally, the performing dynamic format encoding on all the character string information in the real-time log information to obtain a dynamic encoding log includes:
generating a dynamic identification of the real-time log information;
calculating the data length of all character string information in the real-time log information;
summarizing the dynamic identification, the data length of the character string information and the character string information to obtain an initial coding log;
judging whether the length of the initial coding log is integral multiple of the preset number or not;
if the length of the initial coding log is integral multiple of the preset number, outputting the initial coding log as the dynamic coding log;
and if the length of the initial coding log is not an integral multiple of the preset number, performing data filling on the initial coding log until the length of the initial coding log after filling is the integral multiple of the preset number, and outputting the initial coding log after filling as the dynamic coding log.
Optionally, the mapping the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table includes:
extracting a static character string in the static coding log, replacing a parameter corresponding to the static character string with a preset placeholder to obtain a mapping character string, and constructing a static key value pair according to the static identifier and the mapping character string; or
Constructing a dynamic key value pair according to the dynamic identification and the dynamic coding log;
and summarizing all static key value pairs or all dynamic key value pairs of the log information to obtain the log mapping table.
Optionally, after storing the log mapping table into a pre-constructed blockchain, the method further includes:
acquiring the update log information of the equipment terminal according to a preset time interval;
and carrying out format coding on the updated log information, mapping the result of the format coding with the updated log information, generating a new log mapping table according to the key value pair obtained by mapping, and storing the new log mapping table in the block chain.
In order to solve the above problem, the present invention further provides an apparatus for storing device logs, including:
the log acquisition module is used for acquiring real-time log information of the equipment end;
the log type identification module is used for extracting all character string information in the real-time log information and identifying the type of the real-time log information according to a static character string library constructed by the character string information and the equipment information of the equipment end;
the log coding module is used for carrying out fixed format coding on all character string information in the real-time log information to obtain a static coding log if the real-time log information is of a static type, and carrying out dynamic format coding on all character string information in the real-time log information to obtain a dynamic coding log if the real-time log information is of a dynamic type;
and the log mapping module is used for mapping the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table, and storing the log mapping table into a pre-constructed block chain.
In order to solve the above problem, the present invention also provides an electronic device, including:
a memory storing at least one instruction; and
and the processor executes the instructions stored in the memory to realize the device log storage method.
In order to solve the above problem, the present invention further provides a computer-readable storage medium, in which at least one instruction is stored, and the at least one instruction is executed by a processor in an electronic device to implement the device log storage method described above.
According to the invention, by accurately judging the type of the character string information and performing code conversion on different types of log information by using different methods, only the coded code log is stored during storage, and the occupation of the storage space and the network bandwidth of the log information during storage is reduced. Meanwhile, the log mapping table is stored through the block chain, and the safety and the traceability of the log information storage are greatly improved based on the non-tampering property and the traceability of the block chain. Therefore, the device log storage method, the device, the electronic device and the computer readable storage medium provided by the invention can solve the problem that the log is difficult to store in the embedded device.
Drawings
Fig. 1 is a schematic flowchart of a device log storage method according to an embodiment of the present invention;
FIG. 2 is a functional block diagram of an apparatus log storage device according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device implementing the device log storage method according to an embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained 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.
The embodiment of the application provides a device log storage method. The execution subject of the device log storage method includes, but is not limited to, at least one of electronic devices that can be configured to execute the method provided by the embodiments of the present application, such as a server, a terminal, and the like. In other words, the device log storage method may be performed by software or hardware installed in the terminal device or the server device, and the software may be a blockchain platform. The server includes but is not limited to: a single server, a server cluster, a cloud server or a cloud server cluster, and the like.
Fig. 1 is a schematic flowchart of a device log storage method according to an embodiment of the present invention. In this embodiment, the device log storage method includes:
and S1, acquiring real-time log information of the equipment side.
In the embodiment of the present invention, the device side refers to an embedded electronic device having a certain specific function to meet a certain requirement of a user, for example, a smart watch, a camera device, and the like.
In the embodiment of the invention, the log information is a recording file or a file set for recording the system operation event, and the running state of the equipment terminal and the like can be recorded through the log information.
S2, extracting all the character string information in the real-time log information, and identifying the type of the real-time log information according to a static character string library constructed by the character string information and the equipment information of the equipment terminal.
In the embodiment of the present invention, the character string information refers to a character string text describing an operating state of the device side, for example, the character string information is "Buffer 0x12345678length 234data a, B", where the character string Buffer represents a cache, the character string length represents a data length, and the character string data represents data.
The static character string library comprises character string information commonly used by the equipment terminal in some historical logs and character string information added by a user according to an actual application scene.
Specifically, before the static string library constructed according to the string information and the device information of the device side identifies the type of the real-time log information, the method further includes:
extracting the unique equipment identifier of the equipment terminal;
and extracting historical static character strings from the historical log information according to the unique equipment identifier, and summarizing the historical static character strings and preset extension character strings to obtain a static character string library.
In the embodiment of the present invention, the device unique identifier may be extracted from device information of a device side, where the device information includes the device unique identifier, a firmware version number of the device, log collection state information, and the like. The device unique identifier may be uuid, that is, a device may be uniquely identified by the device unique identifier, and the device unique identifiers of different devices are different. The history log information records log information of different devices.
Extracting the historical static character string from the historical log information according to the unique identifier of the equipment refers to extracting the static character string which has a corresponding relation with the unique identifier of the equipment from the historical log information.
In particular, a static string means that the string text is fixed and invariant, such as the string text "hello, world".
Or some fixed parts in the character string may be changed, but after the changed parts are described in a parameterization manner, the parameters themselves may completely describe the changed contents, for example, the character string is ' ″ data length% d ', data _ length ', where% d is a placeholder and data _ length is a parameter character string, and the display contents of the% d part are replaced according to the actual result of the runtime.
The extension string includes a reference statement, reference placeholder, etc., e.g., "% d" placeholder to reference other strings
In the embodiment of the invention, more accurate static character string library can be constructed by utilizing the historical log information and the preset extension character string.
For example, historical static strings include "hello, world", "data length", etc., and extension strings include placeholders such as "% d".
Specifically, the identifying the type of the real-time log information according to the static character string library constructed according to the character string information and the device information of the device side includes:
calculating the similarity between each piece of character string information and the character strings in the static character string library;
if the similarity between all the character string information and the character strings in the static character string library is greater than or equal to a preset similarity threshold, determining that the log information is of a static type;
and if the similarity between any character string information and the character strings in the static character string library is smaller than or equal to the similarity threshold, determining that the log information is of a dynamic type.
In the embodiment of the present invention, the static type indicates that all the character string information of the log is static character strings, and the dynamic type indicates that all the character string information is not static character strings, that is, the content of a character string cannot be determined completely or partially before actual operation, such as a character string returned from a network interface, or other character strings are referred to in the character string (for example, a character string referred to by using the% s placeholder of c language printf).
For example, the dynamic type log information is: < "hello,% s", name >, where name is the other string referenced.
In this embodiment of the present invention, the calculating the similarity between each piece of the character string information and the character strings in the static character string library includes:
and sequentially calculating the similarity between the character string information and the character strings in the static character string library by using the following similarity calculation formula:
Figure BDA0003202860270000061
wherein j (A, B) is the similarity, A is the character string information, and B is the character string in the static character string library.
In an optional embodiment of the present invention, the preset similarity threshold may be 100%. For example, string information < "hello,% s", name >, where name is the other string referenced. The segmented character string field comprises "% s", which represents a character string placeholder and is used for referring to other fields, and the character string field cannot be found in a static character string library, and then the character string information is determined to be in a dynamic type.
And S3, if the real-time log information is in a static type, performing fixed format coding on all character string information in the real-time log information to obtain a static coding log.
In the embodiment of the invention, because all the static type log information are static character strings, namely the character strings are fixed and unchangeable, the static type log information can be encoded according to a fixed format to obtain the static encoding log with smaller data size.
Specifically, the encoding all the character string information in the real-time log information in a fixed format to obtain a static encoded log includes:
generating a static identifier of the real-time log information;
extracting character string parameters corresponding to each static character string contained in the real-time log information;
and summarizing the static identification and the extracted character string parameters to obtain the static encoding log.
In this embodiment of the present invention, the log information of the static type may be numbered by sequentially increasing 1 according to the minimum available numerical value, for example, the static identifiers are sequentially 1, 2, 3, and ….
In an alternative embodiment of the present invention, five fixed fields may be used for encoding: string ID, parameter 1, parameter 2, parameter 3, parameter 4. For example, for the static type log information "Buffer 0x12345678length 123content 66, 65", the encoded static encoding log is "1, 0x12345678,123,65, 66", where the first bit indicates that the static string ID is 1, and the second bit to the fourth bit are, in turn, parameter 1 to parameter 4 corresponding to the static string.
When the information type of the log information is a static type, because the static type log information usually contains fixed and unchangeable character string content, if the description information (i.e., the static character string) and the key parameter value (and the parameter corresponding to the static character string) are stored and transmitted together, this will also bring great pressure to the storage space and the network bandwidth of the device, therefore, in this embodiment, by performing fixed format encoding on the static type log, the purpose of data compression can be achieved, and the excessive occupation of the storage space and the network bandwidth is reduced.
And S4, if the real-time log information is of a dynamic type, performing dynamic format coding on all character string information in the real-time log information to obtain a dynamic coding log.
In the embodiment of the present invention, since the dynamic type string information is not all static strings, that is, the strings are not fixed, encoding cannot be performed according to a fixed format.
Specifically, the dynamic format encoding of all the character string information in the real-time log information to obtain a dynamic encoding log includes:
generating a dynamic identification of the real-time log information;
calculating the data length of all character string information in the real-time log information;
summarizing the dynamic identification, the data length of the character string information and the character string information to obtain an initial coding log;
judging whether the length of the initial coding log is integral multiple of the preset number or not;
if the length of the initial coding log is integral multiple of the preset number, outputting the initial coding log as the dynamic coding log;
and if the length of the initial coding log is not an integral multiple of the preset number, performing data filling on the initial coding log until the length of the initial coding log after filling is the integral multiple of the preset number, and outputting the initial coding log after filling as the dynamic coding log.
In an optional embodiment of the present invention, the preset number may be 4.
In the embodiment of the present invention, the log information of the dynamic type may be numbered according to the maximum available value minus 1 in turn, for example, the dynamic identifiers are 65535, 65534, 65533, and … in turn.
In an alternative embodiment of the present invention, for example, for the string identifier "Buffer 0x12345678length 123content 66, 65", the encoded dynamic encoding log is "65535, 40," Buffer0x12345678length 123content a, B' ", where the first bit represents the dynamic string ID, the second bit represents the data length of the string information as 40, and the third bit represents the string information, and since the total length is 40, it is already an integer multiple of 4, so that the content does not need to be filled.
S5, mapping the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table, and storing the log mapping table into a pre-constructed block chain.
In this embodiment of the present invention, the mapping the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table includes:
extracting a static character string in the static coding log, replacing a parameter corresponding to the static character string with a preset placeholder to obtain a mapping character string, and constructing a static key value pair according to the static identifier and the mapping character string; or
Constructing a dynamic key value pair according to the dynamic identification and the dynamic coding log;
and summarizing all static key value pairs or all dynamic key value pairs of the log information to obtain the log mapping table.
In an embodiment of the present invention, the key-value pair may be a key-value pair, for example, for static type string information "Buffer 0x12345678length 123content 66, 65", and the encoded static encoding log is "1, 0x12345678,123,65, 66", the key value is 1, and the value is Buffer% p length% d content% c,% c, where% p,% d,% c are corresponding placeholders.
In the embodiment of the invention, the log mapping table is obtained by encoding the logs of different types, and only the encoded static encoding log or dynamic encoding log needs to be transmitted during storage and transmission, so that the requirements on storage and bandwidth in the storage or transmission of the log information of the equipment are greatly reduced. Meanwhile, the log mapping table comprises all types of key value pairs, and complete log information can be quickly found by searching the identification.
In another optional embodiment of the present invention, after the mapping is performed on the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table, the method further includes:
extracting the equipment version number of the equipment end;
setting an equipment identification field and an equipment version field, filling the equipment unique identification into the equipment identification field, filling the equipment version number into the equipment version field, and summarizing the filled equipment identification field and the filled equipment version field to obtain an equipment state table;
and adding the status information of the real-time log information coding and mapping into the equipment status table, and storing the equipment status table to the block chain.
In this embodiment of the present invention, the device version number is used to identify version information of hardware and/or firmware of a device. For example, the device status table includes a device unique identifier Uuid: abcd, bcde, and cdef, current device Version number Version: x, Y, Z, Status of real-time log information encoding and mapping: level1, off, level2, and the like.
In another optional embodiment of the present invention, after storing the log mapping table in a pre-constructed blockchain, the method further includes:
acquiring the update log information of the equipment terminal according to a preset time interval;
and carrying out format coding on the updated log information, mapping the result of the format coding with the updated log information, generating a new log mapping table according to the key value pair obtained by mapping, and storing the new log mapping table in the block chain.
In the embodiment of the present invention, the time interval may be 1 day, and the log information updated every day is mapped into the log mapping table and stored in the block chain, so that the storage security of the log information and the traceability of the log information can be greatly improved based on the non-tamper property and the traceability of the block chain.
According to the invention, by accurately judging the type of the character string information and performing code conversion on different types of log information by using different methods, only the coded code log is stored during storage, and the occupation of the storage space and the network bandwidth of the log information during storage is reduced. Meanwhile, the log mapping table is stored through the block chain, and the safety and the traceability of the log information storage are greatly improved based on the non-tampering property and the traceability of the block chain. Therefore, the device log storage method provided by the invention can solve the problem that the log in the embedded device is difficult to store.
Fig. 2 is a functional block diagram of a device log storage apparatus according to an embodiment of the present invention.
The device log storage apparatus 100 according to the present invention may be installed in an electronic device. According to the implemented functions, the device log storage apparatus 100 may include a log obtaining module 101, a log type identifying module 102, a log encoding module 103, and a log mapping module 104. The module of the present invention, which may also be referred to as a unit, refers to a series of computer program segments that can be executed by a processor of an electronic device and that can perform a fixed function, and that are stored in a memory of the electronic device.
In the present embodiment, the functions regarding the respective modules/units are as follows:
the log obtaining module 101 is configured to obtain real-time log information of the device side;
the log type identification module 102 is configured to extract all character string information in the real-time log information, and identify the type of the real-time log information according to a static character string library constructed by the character string information and the device information of the device side;
the log encoding module 103 is configured to perform fixed format encoding on all character string information in the real-time log information to obtain a static encoded log if the real-time log information is of a static type, and perform dynamic format encoding on all character string information in the real-time log information to obtain a dynamic encoded log if the real-time log information is of a dynamic type;
the log mapping module 104 is configured to map the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table, and store the log mapping table into a pre-constructed block chain.
In detail, the specific implementation of each module of the device log storage apparatus 100 is as follows:
step one, acquiring real-time log information of an equipment terminal.
In the embodiment of the present invention, the device side refers to an embedded electronic device having a certain specific function to meet a certain requirement of a user, for example, a smart watch, a camera device, and the like.
In the embodiment of the invention, the log information is a recording file or a file set for recording the system operation event, and the running state of the equipment terminal and the like can be recorded through the log information.
And step two, extracting all character string information in the real-time log information, and identifying the type of the real-time log information according to a static character string library constructed by the character string information and the equipment information of the equipment terminal.
In the embodiment of the present invention, the character string information refers to a character string text describing an operating state of the device side, for example, the character string information is "Buffer 0x12345678length 234data a, B", where the character string Buffer represents a cache, the character string length represents a data length, and the character string data represents data.
The static character string library comprises character string information commonly used by the equipment terminal in some historical logs and character string information added by a user according to an actual application scene.
Specifically, before the static string library constructed according to the string information and the device information of the device side identifies the type of the real-time log information, the method further includes:
extracting the unique equipment identifier of the equipment terminal;
and extracting historical static character strings from the historical log information according to the unique equipment identifier, and summarizing the historical static character strings and preset extension character strings to obtain a static character string library.
In the embodiment of the present invention, the device unique identifier may be extracted from device information of a device side, where the device information includes the device unique identifier, a firmware version number of the device, log collection state information, and the like. The device unique identifier may be uuid, that is, a device may be uniquely identified by the device unique identifier, and the device unique identifiers of different devices are different. The history log information records log information of different devices.
Extracting the historical static character string from the historical log information according to the unique identifier of the equipment refers to extracting the static character string which has a corresponding relation with the unique identifier of the equipment from the historical log information.
In particular, a static string means that the string text is fixed and invariant, such as the string text "hello, world".
Or some fixed parts in the character string may be changed, but after the changed parts are described in a parameterization manner, the parameters themselves may completely describe the changed contents, for example, the character string is ' ″ data length% d ', data _ length ', where% d is a placeholder and data _ length is a parameter character string, and the display contents of the% d part are replaced according to the actual result of the runtime.
The extension string includes a reference statement, reference placeholder, etc., e.g., "% d" placeholder to reference other strings
In the embodiment of the invention, more accurate static character string library can be constructed by utilizing the historical log information and the preset extension character string.
For example, historical static strings include "hello, world", "data length", etc., and extension strings include placeholders such as "% d".
Specifically, the identifying the type of the real-time log information according to the static character string library constructed according to the character string information and the device information of the device side includes:
calculating the similarity between each piece of character string information and the character strings in the static character string library;
if the similarity between all the character string information and the character strings in the static character string library is greater than or equal to a preset similarity threshold, determining that the log information is of a static type;
and if the similarity between any character string information and the character strings in the static character string library is smaller than or equal to the similarity threshold, determining that the log information is of a dynamic type.
In the embodiment of the present invention, the static type indicates that all the character string information of the log is static character strings, and the dynamic type indicates that all the character string information is not static character strings, that is, the content of a character string cannot be determined completely or partially before actual operation, such as a character string returned from a network interface, or other character strings are referred to in the character string (for example, a character string referred to by using the% s placeholder of c language printf).
For example, the dynamic type log information is: < "hello,% s", name >, where name is the other string referenced.
In this embodiment of the present invention, the calculating the similarity between each piece of the character string information and the character strings in the static character string library includes:
and sequentially calculating the similarity between the character string information and the character strings in the static character string library by using the following similarity calculation formula:
Figure BDA0003202860270000121
wherein j (A, B) is the similarity, A is the character string information, and B is the character string in the static character string library.
In an optional embodiment of the present invention, the preset similarity threshold may be 100%. For example, string information < "hello,% s", name >, where name is the other string referenced. The segmented character string field comprises "% s", which represents a character string placeholder and is used for referring to other fields, and the character string field cannot be found in a static character string library, and then the character string information is determined to be in a dynamic type.
And thirdly, if the real-time log information is in a static type, performing fixed format coding on all character string information in the real-time log information to obtain a static coding log.
In the embodiment of the invention, because all the static type log information are static character strings, namely the character strings are fixed and unchangeable, the static type log information can be encoded according to a fixed format to obtain the static encoding log with smaller data size.
Specifically, the encoding all the character string information in the real-time log information in a fixed format to obtain a static encoded log includes:
generating a static identifier of the real-time log information;
extracting character string parameters corresponding to each static character string contained in the real-time log information;
and summarizing the static identification and the extracted character string parameters to obtain the static encoding log.
In this embodiment of the present invention, the log information of the static type may be numbered by sequentially increasing 1 according to the minimum available numerical value, for example, the static identifiers are sequentially 1, 2, 3, and ….
In an alternative embodiment of the present invention, five fixed fields may be used for encoding: string ID, parameter 1, parameter 2, parameter 3, parameter 4. For example, for the static type log information "Buffer 0x12345678length 123content 66, 65", the encoded static encoding log is "1, 0x12345678,123,65, 66", where the first bit indicates that the static string ID is 1, and the second bit to the fourth bit are, in turn, parameter 1 to parameter 4 corresponding to the static string.
When the information type of the log information is a static type, because the static type log information usually contains fixed and unchangeable character string content, if the description information (i.e., the static character string) and the key parameter value (and the parameter corresponding to the static character string) are stored and transmitted together, this will also bring great pressure to the storage space and the network bandwidth of the device, therefore, in this embodiment, by performing fixed format encoding on the static type log, the purpose of data compression can be achieved, and the excessive occupation of the storage space and the network bandwidth is reduced.
And fourthly, if the real-time log information is of a dynamic type, carrying out dynamic format coding on all character string information in the real-time log information to obtain a dynamic coding log.
In the embodiment of the present invention, since the dynamic type string information is not all static strings, that is, the strings are not fixed, encoding cannot be performed according to a fixed format.
Specifically, the dynamic format encoding of all the character string information in the real-time log information to obtain a dynamic encoding log includes:
generating a dynamic identification of the real-time log information;
calculating the data length of all character string information in the real-time log information;
summarizing the dynamic identification, the data length of the character string information and the character string information to obtain an initial coding log;
judging whether the length of the initial coding log is integral multiple of the preset number or not;
if the length of the initial coding log is integral multiple of the preset number, outputting the initial coding log as the dynamic coding log;
and if the length of the initial coding log is not an integral multiple of the preset number, performing data filling on the initial coding log until the length of the initial coding log after filling is the integral multiple of the preset number, and outputting the initial coding log after filling as the dynamic coding log.
In an optional embodiment of the present invention, the preset number may be 4.
In the embodiment of the present invention, the log information of the dynamic type may be numbered according to the maximum available value minus 1 in turn, for example, the dynamic identifiers are 65535, 65534, 65533, and … in turn.
In an alternative embodiment of the present invention, for example, for the string identifier "Buffer 0x12345678length 123content 66, 65", the encoded dynamic encoding log is "65535, 40," Buffer0x12345678length 123content a, B' ", where the first bit represents the dynamic string ID, the second bit represents the data length of the string information as 40, and the third bit represents the string information, and since the total length is 40, it is already an integer multiple of 4, so that the content does not need to be filled.
And step five, mapping the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table, and storing the log mapping table into a pre-constructed block chain.
In this embodiment of the present invention, the mapping the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table includes:
extracting a static character string in the static coding log, replacing a parameter corresponding to the static character string with a preset placeholder to obtain a mapping character string, and constructing a static key value pair according to the static identifier and the mapping character string; or
Constructing a dynamic key value pair according to the dynamic identification and the dynamic coding log;
and summarizing all static key value pairs or all dynamic key value pairs of the log information to obtain the log mapping table.
In an embodiment of the present invention, the key-value pair may be a key-value pair, for example, for static type string information "Buffer 0x12345678length 123content 66, 65", and the encoded static encoding log is "1, 0x12345678,123,65, 66", the key value is 1, and the value is Buffer% p length% d content% c,% c, where% p,% d,% c are corresponding placeholders.
In the embodiment of the invention, the log mapping table is obtained by encoding the logs of different types, and only the encoded static encoding log or dynamic encoding log needs to be transmitted during storage and transmission, so that the requirements on storage and bandwidth in the storage or transmission of the log information of the equipment are greatly reduced. Meanwhile, the log mapping table comprises all types of key value pairs, and complete log information can be quickly found by searching the identification.
In another optional embodiment of the present invention, after the mapping is performed on the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table, the method further includes:
extracting the equipment version number of the equipment end;
setting an equipment identification field and an equipment version field, filling the equipment unique identification into the equipment identification field, filling the equipment version number into the equipment version field, and summarizing the filled equipment identification field and the filled equipment version field to obtain an equipment state table;
and adding the status information of the real-time log information coding and mapping into the equipment status table, and storing the equipment status table to the block chain.
In this embodiment of the present invention, the device version number is used to identify version information of hardware and/or firmware of a device. For example, the device status table includes a device unique identifier Uuid: abcd, bcde, and cdef, current device Version number Version: x, Y, Z, Status of real-time log information encoding and mapping: level1, off, level2, and the like.
In another optional embodiment of the present invention, after storing the log mapping table in a pre-constructed blockchain, the method further includes:
acquiring the update log information of the equipment terminal according to a preset time interval;
and carrying out format coding on the updated log information, mapping the result of the format coding with the updated log information, generating a new log mapping table according to the key value pair obtained by mapping, and storing the new log mapping table in the block chain.
In the embodiment of the present invention, the time interval may be 1 day, and the log information updated every day is mapped into the log mapping table and stored in the block chain, so that the storage security of the log information and the traceability of the log information can be greatly improved based on the non-tamper property and the traceability of the block chain.
According to the invention, by accurately judging the type of the character string information and performing code conversion on different types of log information by using different methods, only the coded code log is stored during storage, and the occupation of the storage space and the network bandwidth of the log information during storage is reduced. Meanwhile, the log mapping table is stored through the block chain, and the safety and the traceability of the log information storage are greatly improved based on the non-tampering property and the traceability of the block chain. Therefore, the device log storage device provided by the invention can solve the problem that the log in the embedded device is difficult to store.
Fig. 3 is a schematic structural diagram of an electronic device implementing a device log storage method according to an embodiment of the present invention.
The electronic device may comprise a processor 10, a memory 11, a communication interface 12 and a bus 13, and may further comprise a computer program, such as a device log storage program, stored in the memory 11 and executable on the processor 10.
The memory 11 includes at least one type of readable storage medium, which includes flash memory, removable hard disk, multimedia card, card-type memory (e.g., SD or DX memory, etc.), magnetic memory, magnetic disk, optical disk, etc. The memory 11 may in some embodiments be an internal storage unit of the electronic device, for example a removable hard disk of the electronic device. The memory 11 may also be an external storage device of the electronic device in other embodiments, such as a plug-in mobile hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the electronic device. Further, the memory 11 may also include both an internal storage unit and an external storage device of the electronic device. The memory 11 may be used not only to store application software installed in the electronic device and various types of data, such as codes of a device log storage program, etc., but also to temporarily store data that has been output or is to be output.
The processor 10 may be composed of an integrated circuit in some embodiments, for example, a single packaged integrated circuit, or may be composed of a plurality of integrated circuits packaged with the same or different functions, including one or more Central Processing Units (CPUs), microprocessors, digital Processing chips, graphics processors, and combinations of various control chips. The processor 10 is a Control Unit (Control Unit) of the electronic device, connects various components of the whole electronic device by using various interfaces and lines, and executes various functions and processes data of the electronic device by running or executing programs or modules (e.g., device log storing programs, etc.) stored in the memory 11 and calling data stored in the memory 11.
The communication interface 12 is used for communication between the electronic device and other devices, and includes a network interface and a user interface. Optionally, the network interface may include a wired interface and/or a wireless interface (e.g., WI-FI interface, bluetooth interface, etc.), which are typically used to establish a communication connection between the electronic device and other electronic devices. The user interface may be a Display (Display), an input unit such as a Keyboard (Keyboard), and optionally a standard wired interface, a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like. The display, which may also be referred to as a display screen or display unit, is suitable, among other things, for displaying information processed in the electronic device and for displaying a visualized user interface.
The bus 13 may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus 13 may be divided into an address bus, a data bus, a control bus, etc. The bus 13 is arranged to enable connection communication between the memory 11 and at least one processor 10 or the like.
Fig. 3 shows only an electronic device having components, and those skilled in the art will appreciate that the structure shown in fig. 3 does not constitute a limitation of the electronic device, and may include fewer or more components than those shown, or some components may be combined, or a different arrangement of components.
For example, although not shown, the electronic device may further include a power supply (such as a battery) for supplying power to each component, and preferably, the power supply may be logically connected to the at least one processor 10 through a power management device, so that functions of charge management, discharge management, power consumption management and the like are realized through the power management device. The power supply may also include any component of one or more dc or ac power sources, recharging devices, power failure detection circuitry, power converters or inverters, power status indicators, and the like. The electronic device may further include various sensors, a bluetooth module, a Wi-Fi module, and the like, which are not described herein again.
Further, the electronic device may further include a network interface, and optionally, the network interface may include a wired interface and/or a wireless interface (such as a WI-FI interface, a bluetooth interface, etc.), which are generally used to establish a communication connection between the electronic device and other electronic devices.
Optionally, the electronic device may further comprise a user interface, which may be a Display (Display), an input unit (such as a Keyboard), and optionally a standard wired interface, a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like. The display, which may also be referred to as a display screen or display unit, is suitable, among other things, for displaying information processed in the electronic device and for displaying a visualized user interface.
It is to be understood that the described embodiments are for purposes of illustration only and that the scope of the appended claims is not limited to such structures.
The device log storage program stored in the memory 11 of the electronic device is a combination of instructions, which when executed in the processor 10, can implement:
acquiring real-time log information of an equipment end;
extracting all character string information in the real-time log information, and identifying the type of the real-time log information according to a static character string library constructed by the character string information and the equipment information of the equipment end;
if the real-time log information is in a static type, performing fixed format coding on all character string information in the real-time log information to obtain a static coding log; or
If the real-time log information is of a dynamic type, performing dynamic format coding on all character string information in the real-time log information to obtain a dynamic coding log;
and mapping the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table, and storing the log mapping table into a pre-constructed block chain.
Specifically, the specific implementation method of the processor 10 for the instruction may refer to the description of the relevant steps in the embodiment corresponding to fig. 1, which is not described herein again.
Further, the electronic device integrated module/unit, if implemented in the form of a software functional unit and sold or used as a separate product, may be stored in a computer readable storage medium. The computer readable storage medium may be volatile or non-volatile. For example, the computer-readable medium may include: any entity or device capable of carrying said computer program code, recording medium, U-disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM).
The present invention also provides a computer-readable storage medium, storing a computer program which, when executed by a processor of an electronic device, may implement:
acquiring real-time log information of an equipment end;
extracting all character string information in the real-time log information, and identifying the type of the real-time log information according to a static character string library constructed by the character string information and the equipment information of the equipment end;
if the real-time log information is in a static type, performing fixed format coding on all character string information in the real-time log information to obtain a static coding log; or
If the real-time log information is of a dynamic type, performing dynamic format coding on all character string information in the real-time log information to obtain a dynamic coding log;
and mapping the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table, and storing the log mapping table into a pre-constructed block chain.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus, device and method can be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof.
The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference signs in the claims shall not be construed as limiting the claim concerned.
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the system claims may also be implemented by one unit or means in software or hardware. The terms second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (10)

1. A method for device log storage, the method comprising:
acquiring real-time log information of an equipment end;
extracting all character string information in the real-time log information, and identifying the type of the real-time log information according to a static character string library constructed by the character string information and the equipment information of the equipment end;
if the real-time log information is in a static type, performing fixed format coding on all character string information in the real-time log information to obtain a static coding log; or
If the real-time log information is of a dynamic type, performing dynamic format coding on all character string information in the real-time log information to obtain a dynamic coding log;
and mapping the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table, and storing the log mapping table into a pre-constructed block chain.
2. The device log storage method according to claim 1, wherein before the static string library constructed from the string information and the device information at the device side identifies the type of the real-time log information, the method further comprises:
extracting the unique equipment identifier of the equipment terminal;
and extracting historical static character strings from the historical log information according to the unique equipment identifier, and summarizing the historical static character strings and preset extension character strings to obtain a static character string library.
3. The device log storage method according to claim 1, wherein the identifying the type of the real-time log information by the static string library constructed from the string information and the device information at the device side comprises:
calculating the similarity between each piece of character string information and the character strings in the static character string library;
if the similarity between all the character string information and the character strings in the static character string library is greater than or equal to a preset similarity threshold, determining that the log information is of a static type;
and if the similarity between any character string information and the character strings in the static character string library is smaller than or equal to the similarity threshold, determining that the log information is of a dynamic type.
4. The device log storage method according to any one of claims 1 to 3, wherein the performing fixed format encoding on all the character string information in the real-time log information to obtain a static encoded log comprises:
generating a static identifier of the real-time log information;
extracting character string parameters corresponding to each static character string contained in the real-time log information;
and summarizing the static identification and the extracted character string parameters to obtain the static encoding log.
5. The device log storage method according to claim 1, wherein the dynamically format-encoding all the character string information in the real-time log information to obtain a dynamically-encoded log comprises:
generating a dynamic identification of the real-time log information;
calculating the data length of all character string information in the real-time log information;
summarizing the dynamic identification, the data length of the character string information and the character string information to obtain an initial coding log;
judging whether the length of the initial coding log is integral multiple of the preset number or not;
if the length of the initial coding log is integral multiple of the preset number, outputting the initial coding log as the dynamic coding log;
and if the length of the initial coding log is not an integral multiple of the preset number, performing data filling on the initial coding log until the length of the initial coding log after filling is the integral multiple of the preset number, and outputting the initial coding log after filling as the dynamic coding log.
6. The device log storage method according to claim 5, wherein the mapping the string information and the static encoding log or the string information and the dynamic encoding log to obtain a log mapping table comprises:
extracting a static character string in the static coding log, replacing a parameter corresponding to the static character string with a preset placeholder to obtain a mapping character string, and constructing a static key value pair according to the static identifier and the mapping character string; or
Constructing a dynamic key value pair according to the dynamic identification and the dynamic coding log;
and summarizing all static key value pairs or all dynamic key value pairs of the log information to obtain the log mapping table.
7. The device log storage method of any of claims 1 to 3, wherein after storing the log mapping table into a pre-built blockchain, the method further comprises:
acquiring the update log information of the equipment terminal according to a preset time interval;
and carrying out format coding on the updated log information, mapping the result of the format coding with the updated log information, generating a new log mapping table according to the key value pair obtained by mapping, and storing the new log mapping table in the block chain.
8. An apparatus log storage, the apparatus comprising:
the log acquisition module is used for acquiring real-time log information of the equipment end;
the log type identification module is used for extracting all character string information in the real-time log information and identifying the type of the real-time log information according to a static character string library constructed by the character string information and the equipment information of the equipment end;
the log coding module is used for carrying out fixed format coding on all character string information in the real-time log information to obtain a static coding log if the real-time log information is of a static type, and carrying out dynamic format coding on all character string information in the real-time log information to obtain a dynamic coding log if the real-time log information is of a dynamic type;
and the log mapping module is used for mapping the character string information and the static encoding log or the character string information and the dynamic encoding log to obtain a log mapping table, and storing the log mapping table into a pre-constructed block chain.
9. An electronic device, characterized in that the electronic device comprises:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the device log storage method of any of claims 1 to 7.
10. A computer-readable storage medium storing a computer program, wherein the computer program, when executed by a processor, implements the device log storage method according to any one of claims 1 to 7.
CN202110908674.1A 2021-08-09 2021-08-09 Equipment log storage method and device, electronic equipment and medium Pending CN113672483A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110908674.1A CN113672483A (en) 2021-08-09 2021-08-09 Equipment log storage method and device, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110908674.1A CN113672483A (en) 2021-08-09 2021-08-09 Equipment log storage method and device, electronic equipment and medium

Publications (1)

Publication Number Publication Date
CN113672483A true CN113672483A (en) 2021-11-19

Family

ID=78541900

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110908674.1A Pending CN113672483A (en) 2021-08-09 2021-08-09 Equipment log storage method and device, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN113672483A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101178709A (en) * 2006-11-08 2008-05-14 中兴通讯股份有限公司 Diary record system and method
CN107391762A (en) * 2017-08-28 2017-11-24 京信通信系统(中国)有限公司 The processing method and processing device of daily record data
CN108876963A (en) * 2018-07-11 2018-11-23 广东远峰汽车电子有限公司 A kind of storage method, device, microprocessor and the storage medium of automobile log
CN110795606A (en) * 2019-09-02 2020-02-14 西安交大捷普网络科技有限公司 Method for generating log analysis rule
US20200134487A1 (en) * 2018-10-30 2020-04-30 Samsung Sds Co., Ltd. Apparatus and method for preprocessing security log

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101178709A (en) * 2006-11-08 2008-05-14 中兴通讯股份有限公司 Diary record system and method
CN107391762A (en) * 2017-08-28 2017-11-24 京信通信系统(中国)有限公司 The processing method and processing device of daily record data
CN108876963A (en) * 2018-07-11 2018-11-23 广东远峰汽车电子有限公司 A kind of storage method, device, microprocessor and the storage medium of automobile log
US20200134487A1 (en) * 2018-10-30 2020-04-30 Samsung Sds Co., Ltd. Apparatus and method for preprocessing security log
CN110795606A (en) * 2019-09-02 2020-02-14 西安交大捷普网络科技有限公司 Method for generating log analysis rule

Similar Documents

Publication Publication Date Title
CN112134739B (en) Link state tracking method and device, electronic equipment and computer storage medium
CN111625252A (en) Cluster upgrading maintenance method and device, electronic equipment and storage medium
CN113806434A (en) Big data processing method, device, equipment and medium
CN114398194A (en) Data collection method and device, electronic equipment and readable storage medium
CN112528013A (en) Text abstract extraction method and device, electronic equipment and storage medium
CN113890712A (en) Data transmission method and device, electronic equipment and readable storage medium
CN115129753A (en) Data blood relationship analysis method and device, electronic equipment and storage medium
CN112464619B (en) Big data processing method, device and equipment and computer readable storage medium
CN112486490B (en) Front-end code packaging method and device, electronic equipment and storage medium
CN113468175A (en) Data compression method and device, electronic equipment and storage medium
CN113239106A (en) Excel file export method and device, electronic equipment and storage medium
CN112541688A (en) Service data checking method and device, electronic equipment and computer storage medium
CN112256472A (en) Distributed data calling method and device, electronic equipment and storage medium
CN115827115A (en) H5 page jump method, device, equipment and storage medium of WeChat applet
CN114138243A (en) Function calling method, device, equipment and storage medium based on development platform
CN113672483A (en) Equipment log storage method and device, electronic equipment and medium
CN114417998A (en) Data feature mapping method, device, equipment and storage medium
CN112667244A (en) Data verification method and device, electronic equipment and computer readable storage medium
CN113434359B (en) Data traceability system construction method and device, electronic device and readable storage medium
CN113672484A (en) Equipment monitoring method, device, equipment and medium based on log information
CN113657076B (en) Page operation record table generation method and device, electronic equipment and storage medium
CN113434365B (en) Data characteristic monitoring method and device, electronic equipment and storage medium
CN113704109B (en) Front-end and back-end data interaction method and device, electronic equipment and storage medium
CN114398277A (en) Test information marking method, device, equipment and readable storage medium
CN113485711A (en) Task triggering method and device based on dependency relationship, electronic equipment and medium

Legal Events

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