CN108205476A - A kind of method and device of multithreading daily record output - Google Patents

A kind of method and device of multithreading daily record output Download PDF

Info

Publication number
CN108205476A
CN108205476A CN201711446205.2A CN201711446205A CN108205476A CN 108205476 A CN108205476 A CN 108205476A CN 201711446205 A CN201711446205 A CN 201711446205A CN 108205476 A CN108205476 A CN 108205476A
Authority
CN
China
Prior art keywords
daily record
output
log
thread
sequence numbers
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
CN201711446205.2A
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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201711446205.2A priority Critical patent/CN108205476A/en
Publication of CN108205476A publication Critical patent/CN108205476A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

This application discloses a kind of multithreading daily record output method, including:Sequencing of the log-sequence numbers counting procedure according to the daily record generated time of each business thread is called, log-sequence numbers are set for each daily record;By each log buffer to the log buffer area of corresponding business thread;When receiving daily record output order input by user, search daily record output using each log buffer area of daily record output thread traverses and order corresponding daily record;Corresponding daily record is ordered according to the Sequential output daily record output of log-sequence numbers.This method realizes the isolation to output journal by pre-setting log buffer area;By the way that log-sequence numbers counting procedure is called to set log-sequence numbers for each daily record, the calling sequence of each business thread is conveniently checked;Thread is exported by using daily record to export daily record into line asynchronous rule, and the influence that daily record is exported to system is preferably minimized.The application additionally provides a kind of device, equipment and the computer readable storage medium of multithreading daily record output simultaneously, has above-mentioned advantageous effect.

Description

A kind of method and device of multithreading daily record output
Technical field
This application involves field of software development, more particularly to a kind of method, apparatus, equipment and the meter of multithreading daily record output Calculation machine readable storage medium storing program for executing.
Background technology
In software development, the concurrently operation for realizing multithreading is the conventional means of developer, and log system is inspection Survey the necessary means of software operation state.The main design idea of the day of multithreading to system be by a shared queue, it is more A input terminal can record information by increasing into queue for non-block type simultaneously, and output terminal can be automatically timely the record in queue Information is output to console or is saved in file and database.It is common to ensure the consistency of multithreading output journal Means are that the modification to shared queue carries out locking protection, and multiple threads is avoided to change queue simultaneously.
However, there is drawbacks for the mode of this locking protection:The calling sequence of per thread can not be shown, this causes Developer is difficult to be detected the operating status of per thread in software.Meanwhile the competition of mutual exclusion lock can lead to system The reduction of performance.
Therefore, how to show the calling sequence of per thread is that those skilled in the art need the technology solved to ask at present Topic.
Invention content
The purpose of the application is to provide a kind of method, apparatus, equipment and the computer-readable storage of multithreading daily record output Medium, this method can show the calling sequence of per thread.
In order to solve the above technical problems, the application provides a kind of method of multithreading daily record output, this method includes:
Sequencing of the log-sequence numbers counting procedure according to the daily record generated time of each business thread is called, is each day Will sets log-sequence numbers;
By each log buffer to the log buffer area of corresponding business thread;
When receiving daily record output order input by user, each log buffer area of daily record output thread traverses is utilized It searches the daily record output and orders corresponding daily record;
Corresponding daily record is ordered according to daily record output described in the Sequential output of the log-sequence numbers.
Optionally, the setting up procedure in the log buffer area includes:
Corresponding log buffer area is set for each business thread previously according to thread-local memory technology;
Each log buffer area is registered in the transaction log buffer queue of the daily record output thread.
Optionally, after according to corresponding daily record is ordered in daily record output described in the Sequential output of the log-sequence numbers, also Including:
It is when daily record output orders corresponding daily record output to be completed, daily record described in each log buffer area is defeated Go out the corresponding daily record of order to delete.
Optionally, corresponding daily record is ordered according to daily record output described in the Sequential output of the log-sequence numbers, including:
Corresponding daily record is ordered according to daily record output described in the Sequential output from small to large of the log-sequence numbers.
The application also provides a kind of device of multithreading daily record output, which includes:
Call unit, for calling log-sequence numbers counting procedure suitable according to the priority of the daily record generated time of each business thread Sequence sets log-sequence numbers for each daily record;
Buffer unit, for by each log buffer to the log buffer area of corresponding business thread;
Searching unit, for when receiving daily record output order input by user, it is each to export thread traverses using daily record It searches the daily record output and orders corresponding daily record in the log buffer area;
Output unit, for ordering corresponding daily record according to daily record output described in the Sequential output of the log-sequence numbers.
Optionally, the buffer unit includes:
Subelement is set, for setting corresponding daily record for each business thread previously according to thread-local memory technology Buffer area;
Registration subunit, the transaction log for each log buffer area to be registered to the daily record output thread cache In queue.
Optionally, it further includes:
Unit is deleted, for when daily record output orders corresponding daily record output to be completed, by each log buffer The output of daily record described in area orders corresponding daily record to be deleted.
Optionally, the output unit includes:
Subelement is exported, is corresponded to for daily record output order described in the Sequential output from small to large according to the log-sequence numbers Daily record.
The application also provides a kind of equipment of multithreading daily record output, which includes:
Memory, for storing computer program;
Processor realizes the side of the multithreading daily record output as described in any of the above-described during for performing the computer program The step of method.
The application also provides a kind of computer readable storage medium, and calculating is stored on the computer readable storage medium Machine program, the method that the multithreading daily record as described in any of the above-described exports is realized when the computer program is executed by processor Step.
The method of a kind of multithreading daily record output provided herein, including calling log-sequence numbers counting procedure according to each The sequencing of the daily record generated time of business thread sets log-sequence numbers for each daily record;By each log buffer to corresponding business The log buffer area of thread;When receiving daily record output order input by user, each daily record of thread traverses is exported using daily record Buffer area searches daily record output and orders corresponding daily record;Corresponding day is ordered according to the Sequential output daily record output of log-sequence numbers Will.
Technical solution provided herein passes through the day by the log buffer of each business thread to each business thread of correspondence In will buffer area, the isolation to output journal is realized, and the problem of system performance caused by avoiding mutual exclusion lock reduces;Pass through Call log-sequence numbers counting procedures that log-sequence numbers are set for each daily record, when output is corresponding according to the Sequential output of the log-sequence numbers Daily record so that the sequence of the daily record of output is the calling sequence of each business thread, facilitates developer for every in software The operating status of a thread is detected;Daily record is exported into line asynchronous rule by using daily record output thread, daily record is defeated Go out and the influence of system is preferably minimized.The application additionally provides a kind of device, equipment and the calculating of multithreading daily record output simultaneously Machine readable storage medium storing program for executing has above-mentioned advantageous effect, and details are not described herein.
Description of the drawings
In order to illustrate the technical solutions in the embodiments of the present application or in the prior art more clearly, to embodiment or it will show below There is attached drawing needed in technology description to be briefly described, it should be apparent that, the accompanying drawings in the following description is only this The embodiment of application, for those of ordinary skill in the art, without creative efforts, can also basis The attached drawing of offer obtains other attached drawings.
The flow chart of method that Fig. 1 is exported by a kind of multithreading daily record that the embodiment of the present application provides;
The structure chart of device that Fig. 2 is exported by a kind of multithreading daily record that the embodiment of the present application provides;
The structure chart of device that Fig. 3 is exported by another multithreading daily record that the embodiment of the present application provides;
The structure chart of equipment that Fig. 4 is exported by a kind of multithreading daily record that the embodiment of the present application provides.
Specific embodiment
The core of the application is to provide a kind of method, apparatus, equipment and the computer-readable storage of multithreading daily record output Medium, this method can show the calling sequence of per thread.
Purpose, technical scheme and advantage to make the embodiment of the present application are clearer, below in conjunction with the embodiment of the present application In attached drawing, the technical solution in the embodiment of the present application is clearly and completely described, it is clear that described embodiment is Some embodiments of the present application, instead of all the embodiments.Based on the embodiment in the application, those of ordinary skill in the art All other embodiments obtained without making creative work shall fall in the protection scope of this application.
It please refers to Fig.1, the flow chart of method that Fig. 1 is exported by a kind of multithreading daily record that the embodiment of the present application provides.
It specifically comprises the following steps:
S101:It is each according to the sequencing of the daily record generated time of each business thread to call log-sequence numbers counting procedure Daily record sets log-sequence numbers;
In the prior art, the consistency for guarantee multithreading output journal, common means are the modifications to shared queue Locking protection is carried out, multiple threads is avoided to change queue simultaneously, however, there is drawbacks for the mode of this locking protection:It can not The calling sequence of per thread is shown, this causes developer to be difficult to examine the operating status of per thread in software It surveys, meanwhile, the competition of mutual exclusion lock can lead to the reduction of system performance, and based on this, this application provides a kind of multithreading daily record is defeated The method gone out, not needing to the mode of locking protection just can ensure the consistency of multithreading output journal;
When the daily record generation of each business thread, technical solution provided herein can call log-sequence numbers to count journey Sequence sets log-sequence numbers according to the sequencing of daily record generated time for each daily record, so that each daily record is respectively provided with unique serial number, In order to the calling sequence of the determining each business thread that puts in order according to the serial number;
Optionally, log-sequence numbers counting procedure mentioned herein can use thread-local memory technology by each business thread It is safeguarded.
S102:By each log buffer to the log buffer area of corresponding business thread;
After log-sequence numbers counting procedure sets up log-sequence numbers for each daily record, by each log buffer to corresponding business thread Log buffer area, to realize isolation to output journal, while asking of reducing of system performance caused by mutual exclusion lock can be avoided Topic;
Optionally, the setting up procedure in log buffer area mentioned herein can include:
Corresponding log buffer area is set for each business thread previously according to thread-local memory technology;
Each log buffer area is registered in the transaction log buffer queue of daily record output thread;
The meaning mentioned herein that corresponding log buffer area is set according to thread-local memory technology for each business thread Being that it is possible to realize in each business thread all has a set of one's own daily record output system, can ensure that multithreading exports The consistency of daily record;
The meaning mentioned herein each log buffer area being registered in the transaction log buffer queue of daily record output thread It is that it is possible to search daily record convenient for each log buffer area of daily record output thread traverses.
S103:When receiving daily record output order input by user, each log buffer of thread traverses is exported using daily record It searches daily record output and orders corresponding daily record in area;
S104:Corresponding daily record is ordered according to the Sequential output daily record output of log-sequence numbers.
When output during daily record corresponding according to the Sequential output of the log-sequence numbers, it can be protected by the isolation of log system The calling sequence that the Log Sequence exported in each business thread is a business thread is demonstrate,proved, the common day in multithreading will not occur The chaotic situation of will output, can facilitate developer to be detected the operating status of per thread in software;
It optionally, can also be by daily record in each log buffer area when daily record output orders corresponding daily record output to be completed Output orders corresponding daily record to be deleted, to achieve the purpose that save log buffer space;
Optionally, it can be exported according to the daily record of Sequential output from small to large of log-sequence numbers and order corresponding daily record, so as to It is checked in user.
Based on above-mentioned technical proposal, the method for a kind of multithreading daily record provided herein output, by by each business In the log buffer of thread to the log buffer area of each business thread of correspondence, the isolation to output journal is realized, and avoid The problem of system performance caused by mutual exclusion lock reduces;By the way that log-sequence numbers counting procedure is called to set log-sequence numbers for each daily record, According to the corresponding daily record of the Sequential output of the log-sequence numbers during output so that the sequence of the daily record of output is each business thread Calling sequence, developer is facilitated to be detected the operating status of per thread in software;It is exported by using daily record Thread exports daily record into line asynchronous rule, and the influence that daily record is exported to system is preferably minimized.
It please refers to Fig.2, the structure chart of device that Fig. 2 is exported by a kind of multithreading daily record that the embodiment of the present application provides.
The device can include:
Call unit 100, for calling elder generation of the log-sequence numbers counting procedure according to the daily record generated time of each business thread Sequence afterwards sets log-sequence numbers for each daily record;
Buffer unit 200, for by each log buffer to the log buffer area of corresponding business thread;
Searching unit 300, for when receiving daily record output order input by user, thread traverses to be exported using daily record It searches daily record output and orders corresponding daily record in each log buffer area;
Output unit 400, for ordering corresponding daily record according to the Sequential output daily record of log-sequence numbers output.
It please refers to Fig.3, the structure of device that Fig. 3 is exported by another multithreading daily record that the embodiment of the present application provides Figure.
The buffer unit 200 can include:
Subelement is set, for setting corresponding log buffer for each business thread previously according to thread-local memory technology Area;
Registration subunit, for each log buffer area to be registered in the transaction log buffer queue of daily record output thread.
The device can also include:
Unit is deleted, for when daily record output orders corresponding daily record output to be completed, by daily record in each log buffer area Output orders corresponding daily record to be deleted.
The output unit 400 can include:
Subelement is exported, for ordering corresponding daily record according to the daily record of Sequential output from small to large of log-sequence numbers output.
Since the embodiment of device part is corresponded with the embodiment of method part, the embodiment of device part please Referring to the description of the embodiment of method part, wouldn't repeat here.
It please refers to Fig.4, the structure chart of a kind of multithreading daily record output equipment that Fig. 4 is provided by the embodiment of the present application.
The equipment can generate bigger difference due to configuration or different performance, can include one or more processing Device (centralprocessing units, CPU) 522 (for example, one or more processors) and memory 532, one Or the storage medium 530 of more than one storage application program 542 or data 544 (such as one or more mass memories are set It is standby).Wherein, memory 532 and storage medium 530 can be of short duration storage or persistent storage.It is stored in the journey of storage medium 530 Sequence can include one or more modules (diagram does not mark), and each module can include to the series of instructions in device Operation.Further, central processing unit 522 could be provided as communicating with storage medium 530, in multithreading daily record output equipment The series of instructions operation in storage medium 530 is performed on 500.
Multithreading daily record output equipment 500 can also include one or more power supplys 526, one or more have Line or radio network interface 550, one or more input/output interfaces 558 and/or, one or more operation system System 541, such as Windows ServerTM, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM etc..
Step in the method for the above-mentioned described multithreading daily record outputs of Fig. 1 is based on by multithreading daily record output equipment should Structure shown in Fig. 4 is realized.
It is apparent to those skilled in the art that for convenience and simplicity of description, the system of foregoing description, The specific work process of device and unit can refer to the corresponding process in preceding method embodiment, and details are not described herein.
In several embodiments provided herein, it should be understood that disclosed device, device and method, it can be with It realizes by another way.For example, the apparatus embodiments described above are merely exemplary, for example, the division of unit, Only a kind of division of logic function, can there is an other dividing mode in actual implementation, such as multiple units or component can be with With reference to or be desirably integrated into another system or some features can be ignored or does not perform.Another point, it is shown or discussed Mutual coupling, direct-coupling or communication connection can be by some interfaces, the INDIRECT COUPLING of device or unit or Communication connection can be electrical, machinery or other forms.
The unit illustrated as separating component may or may not be physically separate, be shown as unit Component may or may not be physical unit, you can be located at a place or can also be distributed to multiple networks On unit.Some or all of unit therein can be selected according to the actual needs to realize the purpose of this embodiment scheme.
In addition, each functional unit in each embodiment of the application can be integrated in a processing unit, it can also That each unit is individually physically present, can also two or more units integrate in a unit.Above-mentioned integrated list The form that hardware had both may be used in member is realized, can also be realized in the form of SFU software functional unit.
If integrated unit realized in the form of SFU software functional unit and be independent product sale or in use, can To be stored in a computer read/write memory medium.Based on such understanding, the technical solution of the application substantially or Saying all or part of the part contribute to the prior art or the technical solution can be embodied in the form of software product Out, which is stored in a storage medium, is used including some instructions so that a computer equipment (can be personal computer, funcall device or the network equipment etc.) performs the whole of each embodiment method of the application Or part steps.And aforementioned storage medium includes:USB flash disk, mobile hard disk, read-only memory (Read-Only Memory, ROM), random access memory (RandomAccess Memory, RAM), magnetic disc or CD etc. are various can store program generation The medium of code.
It the method, apparatus that exports above to a kind of multithreading daily record provided herein, equipment and computer-readable deposits Storage media is described in detail.The principle and implementation of this application are described for specific case used herein, The explanation of above example is only intended to help to understand the present processes and its core concept.It should be pointed out that for this technology For the those of ordinary skill in field, under the premise of the application principle is not departed from, several improvement can also be carried out to the application And modification, these improvement and modification are also fallen into the application scope of the claims.
It should also be noted that, in the present specification, relational terms such as first and second and the like be used merely to by One entity or operation are distinguished with another entity or operation, without necessarily requiring or implying these entities or operation Between there are any actual relationship or orders.Moreover, term " comprising ", "comprising" or its any other variant meaning Covering non-exclusive inclusion, so that process, method, article or equipment including a series of elements not only include that A little elements, but also including other elements that are not explicitly listed or further include for this process, method, article or The intrinsic element of equipment.In the absence of more restrictions, the element limited by sentence "including a ...", is not arranged Except also there are other identical elements in the process including element, method, article or equipment.

Claims (10)

  1. A kind of 1. method of multithreading daily record output, which is characterized in that including:
    Sequencing of the log-sequence numbers counting procedure according to the daily record generated time of each business thread is called, is set for each daily record Put log-sequence numbers;
    By each log buffer to the log buffer area of corresponding business thread;
    When receiving daily record output order input by user, searched using each log buffer area of daily record output thread traverses Corresponding daily record is ordered in the daily record output;
    Corresponding daily record is ordered according to daily record output described in the Sequential output of the log-sequence numbers.
  2. 2. according to the method described in claim 1, it is characterized in that, the setting up procedure in the log buffer area includes:
    Corresponding log buffer area is set for each business thread previously according to thread-local memory technology;
    Each log buffer area is registered in the transaction log buffer queue of the daily record output thread.
  3. 3. according to the method described in claim 2, it is characterized in that, in daily record described in the Sequential output according to the log-sequence numbers After corresponding daily record is ordered in output, further include:
    When daily record output orders corresponding daily record output to be completed, daily record described in each log buffer area is exported and is ordered Corresponding daily record is enabled to delete.
  4. It is 4. according to the method described in claim 3, it is characterized in that, defeated according to daily record described in the Sequential output of the log-sequence numbers Go out the corresponding daily record of order, including:
    Corresponding daily record is ordered according to daily record output described in the Sequential output from small to large of the log-sequence numbers.
  5. 5. a kind of device of multithreading daily record output, which is characterized in that including:
    Call unit, for calling sequencing of the log-sequence numbers counting procedure according to the daily record generated time of each business thread, For each daily record, log-sequence numbers are set;
    Buffer unit, for by each log buffer to the log buffer area of corresponding business thread;
    Searching unit, for when receiving daily record output order input by user, it is each described to export thread traverses using daily record It searches the daily record output and orders corresponding daily record in log buffer area;
    Output unit, for ordering corresponding daily record according to daily record output described in the Sequential output of the log-sequence numbers.
  6. 6. device according to claim 5, which is characterized in that the buffer unit includes:
    Subelement is set, for setting corresponding log buffer for each business thread previously according to thread-local memory technology Area;
    Registration subunit, for each log buffer area to be registered to the transaction log buffer queue of the daily record output thread In.
  7. 7. device according to claim 6, which is characterized in that further include:
    Unit is deleted, it, will be in each log buffer area for when daily record output orders corresponding daily record output to be completed The daily record output orders corresponding daily record to be deleted.
  8. 8. device according to claim 7, which is characterized in that the output unit includes:
    Subelement is exported, corresponding day is ordered for daily record output described in the Sequential output from small to large according to the log-sequence numbers Will.
  9. 9. a kind of equipment of multithreading daily record output, which is characterized in that including:
    Memory, for storing computer program;
    Processor realizes the multithreading daily record output as described in any one of Claims 1-4 during for performing the computer program Method the step of.
  10. 10. a kind of computer readable storage medium, which is characterized in that be stored with computer on the computer readable storage medium Program, realizing that multithreading daily record exports as described in any one of Claims 1-4 when the computer program is executed by processor The step of method.
CN201711446205.2A 2017-12-27 2017-12-27 A kind of method and device of multithreading daily record output Pending CN108205476A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711446205.2A CN108205476A (en) 2017-12-27 2017-12-27 A kind of method and device of multithreading daily record output

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711446205.2A CN108205476A (en) 2017-12-27 2017-12-27 A kind of method and device of multithreading daily record output

Publications (1)

Publication Number Publication Date
CN108205476A true CN108205476A (en) 2018-06-26

Family

ID=62606041

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711446205.2A Pending CN108205476A (en) 2017-12-27 2017-12-27 A kind of method and device of multithreading daily record output

Country Status (1)

Country Link
CN (1) CN108205476A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109309585A (en) * 2018-09-21 2019-02-05 郑州云海信息技术有限公司 A kind of log collecting method, device and equipment
CN110619227A (en) * 2019-09-12 2019-12-27 北京浪潮数据技术有限公司 Audit log management method, device, equipment and readable storage medium
CN112231274A (en) * 2020-10-16 2021-01-15 京东数字科技控股股份有限公司 Log summarizing method and device, electronic equipment and storage medium
CN113377641A (en) * 2021-06-24 2021-09-10 上海哔哩哔哩科技有限公司 Log statistical method and system
CN114116665A (en) * 2021-11-22 2022-03-01 北京海量数据技术股份有限公司 Method for parallel writing transaction log in database to improve processing efficiency
CN115840633A (en) * 2023-02-21 2023-03-24 北京极数云舟科技有限公司 Log parallel processing method, system, storage medium and equipment
CN115859368A (en) * 2023-02-07 2023-03-28 支付宝(杭州)信息技术有限公司 Data desensitization method, device, equipment and readable storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120303910A1 (en) * 2011-05-27 2012-11-29 Zhiqiang Ma Detecting Potential Access Errors In A Multi-Threaded Application
US20140081983A1 (en) * 2004-03-09 2014-03-20 Versata Development Group, Inc. Session-Based Processing Method and System
CN104252405A (en) * 2013-06-26 2014-12-31 腾讯科技(深圳)有限公司 Log information output method and device
CN105224444A (en) * 2015-10-14 2016-01-06 深圳市金证科技股份有限公司 Daily record generation method and device
CN105577445A (en) * 2015-12-30 2016-05-11 北京京东尚科信息技术有限公司 Method and device for collecting and reporting logs
CN106354817A (en) * 2016-08-30 2017-01-25 苏州蓝海彤翔系统科技有限公司 Method and device for processing log
CN106649729A (en) * 2016-12-23 2017-05-10 深圳市金证科技股份有限公司 Log running method and system, client and server

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140081983A1 (en) * 2004-03-09 2014-03-20 Versata Development Group, Inc. Session-Based Processing Method and System
US20120303910A1 (en) * 2011-05-27 2012-11-29 Zhiqiang Ma Detecting Potential Access Errors In A Multi-Threaded Application
CN104252405A (en) * 2013-06-26 2014-12-31 腾讯科技(深圳)有限公司 Log information output method and device
CN105224444A (en) * 2015-10-14 2016-01-06 深圳市金证科技股份有限公司 Daily record generation method and device
CN105577445A (en) * 2015-12-30 2016-05-11 北京京东尚科信息技术有限公司 Method and device for collecting and reporting logs
CN106354817A (en) * 2016-08-30 2017-01-25 苏州蓝海彤翔系统科技有限公司 Method and device for processing log
CN106649729A (en) * 2016-12-23 2017-05-10 深圳市金证科技股份有限公司 Log running method and system, client and server

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109309585A (en) * 2018-09-21 2019-02-05 郑州云海信息技术有限公司 A kind of log collecting method, device and equipment
CN110619227A (en) * 2019-09-12 2019-12-27 北京浪潮数据技术有限公司 Audit log management method, device, equipment and readable storage medium
CN112231274A (en) * 2020-10-16 2021-01-15 京东数字科技控股股份有限公司 Log summarizing method and device, electronic equipment and storage medium
CN112231274B (en) * 2020-10-16 2024-04-05 京东科技控股股份有限公司 Log summarizing method and device, electronic equipment and storage medium
CN113377641A (en) * 2021-06-24 2021-09-10 上海哔哩哔哩科技有限公司 Log statistical method and system
CN113377641B (en) * 2021-06-24 2022-11-04 上海哔哩哔哩科技有限公司 Log statistical method and system
CN114116665A (en) * 2021-11-22 2022-03-01 北京海量数据技术股份有限公司 Method for parallel writing transaction log in database to improve processing efficiency
CN115859368A (en) * 2023-02-07 2023-03-28 支付宝(杭州)信息技术有限公司 Data desensitization method, device, equipment and readable storage medium
CN115840633A (en) * 2023-02-21 2023-03-24 北京极数云舟科技有限公司 Log parallel processing method, system, storage medium and equipment
CN115840633B (en) * 2023-02-21 2023-04-21 北京极数云舟科技有限公司 Log parallel processing method, system, storage medium and equipment

Similar Documents

Publication Publication Date Title
CN108205476A (en) A kind of method and device of multithreading daily record output
CN103729442B (en) Record the method and database engine of transaction journal
CN110096336B (en) Data monitoring method, device, equipment and medium
US9146705B2 (en) Split brain protection in computer clusters
CN113849339B (en) Method, device and storage medium for restoring running state of application program
CN110196759B (en) Distributed transaction processing method and device, storage medium and electronic device
CN105786405A (en) Online upgrading method, device and system
CN109408214A (en) A kind of method for parallel processing of data, device, electronic equipment and readable medium
CN103778017A (en) Affinity of virtual processor dispatching
CN105359109A (en) Moving objects in primary computer based on memory errors in secondary computer
CN110633977A (en) Payment exception processing method and device and terminal equipment
WO2017118318A1 (en) Data storage and service processing method and device
CN106681867A (en) Testing method and device
WO2017020735A1 (en) Data processing method, backup server and storage system
CN109446225A (en) Data cache method, device, computer equipment and storage medium
CN106020984A (en) Creation method and apparatus of processes in electronic device
AU2019241002B2 (en) Transaction processing method and system, and server
CN110727664A (en) Method and device for executing target operation on public cloud data
US20110246582A1 (en) Message Passing with Queues and Channels
CN110636522B (en) Method and device for determining coverage quality of communication network
CN110990329B (en) Federal computing high availability method, equipment and medium
CN112882956A (en) Method and device for automatically generating full-scene automatic test case through data combination calculation, storage medium and electronic equipment
CN115760405A (en) Transaction execution method, device, computer equipment and medium
CN115237889A (en) Database switching method and device, storage medium and computer equipment
CN112667682A (en) Data processing method, data processing device, computer equipment 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20180626