CN108924002B - Method, device and equipment for analyzing performance data file and storage medium - Google Patents

Method, device and equipment for analyzing performance data file and storage medium Download PDF

Info

Publication number
CN108924002B
CN108924002B CN201810679016.8A CN201810679016A CN108924002B CN 108924002 B CN108924002 B CN 108924002B CN 201810679016 A CN201810679016 A CN 201810679016A CN 108924002 B CN108924002 B CN 108924002B
Authority
CN
China
Prior art keywords
performance data
analysis
state information
data folder
folder
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810679016.8A
Other languages
Chinese (zh)
Other versions
CN108924002A (en
Inventor
郭坤
李强
王团结
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN201810679016.8A priority Critical patent/CN108924002B/en
Publication of CN108924002A publication Critical patent/CN108924002A/en
Application granted granted Critical
Publication of CN108924002B publication Critical patent/CN108924002B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0817Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking functioning
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/14Arrangements for monitoring or testing data switching networks using software, i.e. software packages
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Abstract

The application discloses a data file analysis method, which comprises the steps of periodically traversing each performance data folder, and executing the following steps when traversing each performance data folder: acquiring the analysis state information of the current performance data folder from an analysis state information base; if the current performance data folder is in the analysis ending state, restarting an analysis thread aiming at the current performance data folder, and sequentially analyzing each performance data file in the current performance data folder; updating the analysis state information of the current performance data folder in the analysis state information base into an analysis running state; if the operation state is analyzed, the traversal of the current performance data folder is ended, so that the traversal of other performance data folders is started. The method and the device can effectively ensure normal operation of analysis work, effectively improve analysis efficiency and reduce analysis energy consumption. The application also discloses a data file analyzing device, equipment and a computer readable storage medium, and the beneficial effects are also achieved.

Description

Method, device and equipment for analyzing performance data file and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for analyzing a performance data file.
Background
With the depth of devices such as servers and computing storage in human work and life, the importance of performance analysis on related devices is increasingly prominent. Some potential performance problems can be diagnosed through performance analysis, and therefore effective work of various components such as application programs and the like is guaranteed.
The main analysis object of the performance analysis is various performance data files generated by the computer device in the working process, and the performance data may be the storage of each disk, the read-write of each I/O port, the occupancy rate of the processor or the bandwidth of the network port. Generally, each type of performance data file is generated in a corresponding folder, i.e., a performance data folder.
Because the number of the performance data folders is large, the performance data folders are generally processed in a multi-thread concurrent mode, namely, an analysis thread is opened for each performance data folder, an analysis result is stored, and the performance data files which are analyzed are deleted. Because the performance data file is generated continuously along with the operation of the device, in the prior art, each performance data folder is traversed continuously and periodically, so that a new parsing thread is started again to parse the newly generated performance data file. Therefore, when the performance data files in a certain period are more and are not ready to be processed in the traversal cycle, it is likely that some performance data files are successively added into the processing queues of the two analysis threads, which may cause an error report of the analysis threads, greatly waste time and increase energy consumption.
Therefore, what kind of analysis method of the performance data file with high efficiency and low energy consumption is adopted and the normal operation of the analysis process is ensured is a technical problem to be solved urgently by technical personnel in the field.
Disclosure of Invention
The application aims to provide a method, a device and equipment for analyzing a data file, which are high in efficiency and low in energy consumption, and a computer readable storage medium, and effectively ensure the normal operation of an analysis process.
In order to solve the above technical problem, the present application provides a method for parsing a data file, including:
periodically traversing each performance data folder, and executing the following steps when traversing each performance data folder:
acquiring the analysis state information of the current performance data folder from an analysis state information base; the analysis state information base stores and updates the identification information and the analysis state information of all the performance data folders which participate in analysis; the analysis state information is the state information of an analysis thread which is opened for the performance data folder during the last time of the pass;
if the analysis state information of the current performance data folder is an analysis ending state, restarting an analysis thread aiming at the current performance data folder so as to analyze each performance data file in the current performance data folder in sequence; updating the analysis state information of the current performance data folder in the analysis state information base into an analysis running state;
if the analysis state information of the current performance data folder is an analysis running state, ending the traversal of the current performance data folder so as to start to traverse other performance data folders.
Optionally, sequentially parsing each performance data file in the current performance data folder includes:
adding each performance data file in the current performance data folder into an analysis queue;
and analyzing the performance data files in the analysis queue in sequence, and saving analysis results and deleting the performance data files after the analysis of each performance data file is completed.
Optionally, the identification information of the performance data folder is a path of the performance data folder.
Optionally, the parsing state information is expressed by boolean values.
Optionally, when the analysis state information of the current performance data folder is obtained in the analysis state information base, the method further includes:
if the acquisition fails, starting an analysis thread aiming at the current performance data folder so as to analyze each performance data file in the current performance data folder in sequence; and the analysis state information of the current performance data folder is recorded in the analysis state information base in a supplementing mode.
The application also provides an analysis device for the performance data file, which comprises:
an acquisition module: the analysis state information database is used for acquiring the analysis state information of the current performance data folder when each performance data folder is traversed periodically; the analysis state information base stores and updates the identification information and the analysis state information of all the performance data folders which participate in analysis; the analysis state information is the state information of an analysis thread which is opened for the performance data folder during the last time of the pass;
an analysis module: the analysis thread corresponding to the current performance data folder is restarted when the analysis state information of the current performance data folder is an analysis ending state, so that each performance data file in the current performance data folder is analyzed in sequence; updating the analysis state information of the current performance data folder into an analysis running state;
an end module: and when the analysis state information of the current performance data folder is an analysis running state, ending the traversal of the current performance data folder so as to start to traverse other performance data folders.
Optionally, the parsing module is specifically configured to:
adding each performance data file in the current performance data folder into an analysis queue; and analyzing the performance data files in the analysis queue in sequence, and saving analysis results and deleting the performance data files after the analysis of each performance data file is completed.
Optionally, the parsing module is further configured to:
when the acquisition module fails to acquire the analysis state information of the current performance data folder, starting an analysis thread aiming at the current performance data folder so as to analyze each performance data file in the current performance data folder in sequence; and the analysis state information of the current performance data folder is recorded in the analysis state information base in a supplementing mode.
The application also provides an analysis device of the performance data file, which comprises:
a memory: for storing a computer program;
a processor: for executing the computer program to implement the steps of any of the performance data file parsing methods described above.
The present application further provides a computer-readable storage medium having a computer program stored thereon, which, when being executed by a processor, is adapted to carry out the steps of any of the methods for parsing a performance data file as described above.
The method for analyzing the data file comprises the following steps: periodically traversing each performance data folder, and executing the following steps when traversing each performance data folder: acquiring the analysis state information of the current performance data folder from an analysis state information base; the analysis state information base stores and updates the identification information and the analysis state information of all the performance data folders which participate in analysis; the analysis state information is the state information of an analysis thread which is opened for the performance data folder during the last time of the pass; if the analysis state information of the current performance data folder is an analysis ending state, restarting an analysis thread aiming at the current performance data folder so as to analyze each performance data file in the current performance data folder in sequence; updating the analysis state information of the current performance data folder in the analysis state information base into an analysis running state; if the analysis state information of the current performance data folder is an analysis running state, ending the traversal of the current performance data folder so as to start to traverse other performance data folders.
Therefore, compared with the prior art, in the analysis method of the data file provided by the application, the real-time analysis state information of each performance data folder is recorded and updated by establishing the analysis state information base, a new analysis thread can be started for the performance data folder with the last analysis completed when the performance data folder is traversed each time, and no analysis processing is performed on the performance data folder with the last analysis not completed. Therefore, the condition that a plurality of analysis threads analyze the same performance data file can be effectively avoided, the normal operation of analysis work is ensured, the analysis efficiency is effectively improved, and the analysis energy consumption is reduced. The data file analyzing device, the data file analyzing equipment and the computer readable storage medium can realize the data file analyzing method, and also have the beneficial effects.
Drawings
In order to more clearly illustrate the technical solutions in the prior art and the embodiments of the present application, the drawings that are needed to be used in the description of the prior art and the embodiments of the present application will be briefly described below. Of course, the following description of the drawings related to the embodiments of the present application is only a part of the embodiments of the present application, and it will be obvious to those skilled in the art that other drawings can be obtained from the provided drawings without any creative effort, and the obtained other drawings also belong to the protection scope of the present application.
Fig. 1 is a flowchart of a method for parsing a data file provided in the present application;
fig. 2 is a block diagram of a data file parsing apparatus according to the present application.
Detailed Description
The core of the application is to provide a method, a device, equipment and a computer readable storage medium for analyzing a data file with high efficiency and low energy consumption, and simultaneously effectively ensure the normal operation of an analysis process.
In order to more clearly and completely describe the technical solutions in the embodiments of the present application, the technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application. It is to be understood that the embodiments described are only a few embodiments of the present application and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, fig. 1 is a flowchart of a data file parsing method provided in the present application, and the main steps include periodically traversing each performance data folder, where traversing each performance data folder mainly includes the following steps:
step 1: and acquiring the analysis state information of the current performance data folder in an analysis state information base.
The analysis state information base stores and updates the identification information and the analysis state information of all performance data folders participating in analysis; the analysis state information is the state information of the analysis thread which is opened to the performance data folder during the last pass.
If the analysis state information of the current performance data folder is an analysis ending state, entering the step 2; and if the analysis state information of the current performance data folder is the analysis running state, entering the step 3.
Specifically, the analysis method for the data file provided by the application establishes an analysis state information base for storing the analysis state information of each performance data folder which participates in analysis. Of course, in order to identify each performance data folder, identification information of each performance data folder is also generally stored. The analysis state information comprises an analysis running state and an analysis ending state and is used for representing the running state of an analysis thread opened to the performance data folder when the performance data file is traversed last time.
Step 2: restarting an analysis thread aiming at the current performance data folder so as to analyze each performance data file in the current performance data folder in sequence; and updating the analysis state information of the current performance data folder in the analysis state information base into an analysis running state.
Specifically, when the analysis state information of the performance data file is an analysis end state, it indicates that the analysis thread that was opened for the performance data folder during the last pass has completed the analysis work, and all the performance data files that need to be analyzed are analyzed, and at this time, the performance data files that still exist in the performance data folder should all be performance data files that are newly generated after the last analysis thread is opened, and they have not been added to any analysis thread. Therefore, at this time, a new parsing thread may be opened for the performance data folder, and all performance data files existing in the performance data folder at this time may be parsed.
Moreover, when a new parsing thread is started, the parsing status of the performance data folder changes, and therefore, the parsing status information of the performance data folder needs to be updated in the parsing status information base.
And step 3: the traversal of the current performance data folder is ended to begin traversing the other performance data folders.
Specifically, on the other hand, when the analysis state information of the performance data folder is in the analysis running state, it indicates that the analysis thread opened for the performance data folder during the last pass has not been run and ended, and a part of the performance data file to be analyzed is not analyzed at that time, and therefore, the part of the performance data file to be analyzed is stored in the performance data folder together with the newly generated performance data file. In order to avoid that a plurality of analysis threads analyze the same performance data file, at this time, a new analysis thread does not need to be opened for the performance data folder, but the traversal of the performance data folder can be directly ended, and the traversal of the next performance data folder is started.
Therefore, in the analysis method for the data file provided by the application, the real-time analysis state information of each performance data folder is recorded and updated by establishing the analysis state information base, so that a new analysis thread can be started for the performance data folder which has been analyzed last time when the performance data folder is traversed each time, and the performance data folder which has not been analyzed last time is not subjected to any analysis processing. Therefore, the condition that a plurality of analysis threads analyze the same performance data file can be effectively avoided, the normal operation of analysis work is ensured, the analysis efficiency is effectively improved, and the analysis energy consumption is reduced.
The method for analyzing the data file provided by the application is based on the embodiment as follows:
as a preferred embodiment, sequentially parsing each performance data file in the current performance data folder includes:
adding each performance data file in the current performance data folder into an analysis queue;
and analyzing the performance data files in the analysis queue in sequence, and saving analysis results and deleting the performance data files after the analysis of each performance data file is completed.
Specifically, when a plurality of performance data files exist in the traversed current performance data folder, all the performance data files can be added into the analysis queue, and the analysis thread is started to analyze the performance data files in the analysis queue in sequence. As described above, generally, after one performance data file is analyzed, the performance data file is deleted and the analysis result is stored.
As a preferred embodiment, the identification information of the performance data folder is a path of the performance data folder.
Specifically, a path is generally used to identify a folder, and therefore, the identification information of the performance data folder may also be used as the path.
As a preferred embodiment, the parsing state information is expressed in boolean values.
Specifically, the boolean value includes two states of fire and FALSE, which are easy to recognize, and therefore, in order to enhance readability, the analytic state information may be expressed in a boolean value representation manner. For example, the analysis status information indicating that the current performance data folder is in the analysis end status may be referred to as "tune"; and the FALSE represents the analysis state information of the current performance data folder as the analysis running state.
As a preferred embodiment, when the analysis state information of the current performance data folder is obtained in the analysis state information base, the method further includes:
if the acquisition fails, starting an analysis thread aiming at the current performance data folder so as to analyze each performance data file in the current performance data folder in sequence; and the analysis state information of the current performance data folder is supplementarily recorded in the analysis state information base.
Specifically, if the acquisition fails when the analysis state information of the current performance data folder is acquired in the analysis state information base, it indicates that the current performance data folder has not been subjected to analysis and has not been added to the analysis state information base. Therefore, at this time, an analysis thread can be directly opened for the performance data folder to analyze the performance data file therein.
The following describes an analysis apparatus for data files provided in the present application.
Referring to fig. 2, fig. 2 is a block diagram illustrating a structure of a data file parsing apparatus according to the present application; the system comprises an acquisition module 1, an analysis module 2 and an end module 3;
the obtaining module 1 is configured to obtain analysis state information of a current performance data folder in an analysis state information base when each performance data folder is periodically traversed.
The analysis state information base stores and updates the identification information and the analysis state information of all performance data folders participating in analysis; the analysis state information is the state information of the analysis thread which is opened to the performance data folder during the last pass.
The analysis module 2 is used for restarting an analysis thread aiming at the current performance data folder when the analysis state information of the current performance data folder is an analysis ending state so as to analyze each performance data file in the current performance data folder in sequence; updating the analysis state information of the current performance data folder into an analysis running state;
the ending module 3 is configured to end traversal of the current performance data folder when the analysis state information of the current performance data folder is an analysis running state, so as to start traversal of other performance data folders.
Therefore, the data file analysis device provided by the application records and updates the real-time analysis state information of each performance data folder by establishing the analysis state information base, can open a new analysis thread for the performance data folder with the last analysis completed when traversing the performance data folders each time, and does not perform any analysis processing on the performance data folder with the last analysis not completed. Therefore, the condition that a plurality of analysis threads analyze the same performance data file can be effectively avoided, the normal operation of analysis work is ensured, the analysis efficiency is effectively improved, and the analysis energy consumption is reduced.
The data file analysis device provided by the application is based on the embodiment:
as a preferred embodiment, the parsing module 2 is specifically configured to:
adding each performance data file in the current performance data folder into an analysis queue; and analyzing the performance data files in the analysis queue in sequence, and saving analysis results and deleting the performance data files after the analysis of each performance data file is completed.
As a preferred embodiment, the parsing module 2 is further configured to:
when the acquisition module fails to acquire the analysis state information of the current performance data folder, starting an analysis thread aiming at the current performance data folder so as to analyze each performance data file in the current performance data folder in sequence; and the analysis state information of the current performance data folder is supplementarily recorded in the analysis state information base.
The application also provides an analysis device of the performance data file, which comprises:
a memory: for storing a computer program;
a processor: for executing the computer program to implement the steps of any of the performance data file parsing methods described above.
The present application further provides a computer-readable storage medium having a computer program stored thereon, which, when being executed by a processor, is adapted to carry out the steps of any of the methods for parsing a performance data file as described above.
The specific embodiments of the data file parsing apparatus, the device and the computer-readable storage medium provided in the present application and the data file parsing method described above may be referred to correspondingly, and are not described herein again.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is further noted that, throughout this document, relational terms such as "first" and "second" are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Furthermore, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The technical solutions provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.

Claims (8)

1. A method for analyzing a performance data file is characterized by comprising the following steps:
periodically traversing each performance data folder, and executing the following steps when traversing each performance data folder:
acquiring the analysis state information of the current performance data folder from an analysis state information base; the analysis state information base stores and updates the identification information and the analysis state information of all the performance data folders which participate in analysis; the analysis state information is the state information of an analysis thread which is opened for the performance data folder during the last time of the pass;
if the analysis state information of the current performance data folder is an analysis ending state, restarting an analysis thread aiming at the current performance data folder so as to analyze each performance data file in the current performance data folder in sequence; updating the analysis state information of the current performance data folder in the analysis state information base into an analysis running state;
if the analysis state information of the current performance data folder is an analysis running state, ending the traversal of the current performance data folder so as to start to traverse other performance data folders;
if the acquisition fails, starting an analysis thread aiming at the current performance data folder so as to analyze each performance data file in the current performance data folder in sequence; and the analysis state information of the current performance data folder is recorded in the analysis state information base in a supplementing mode.
2. The parsing method according to claim 1, wherein sequentially parsing the performance data files in the current performance data folder comprises:
adding each performance data file in the current performance data folder into an analysis queue;
and analyzing the performance data files in the analysis queue in sequence, and saving analysis results and deleting the performance data files after the analysis of each performance data file is completed.
3. The parsing method according to claim 2, wherein the identification information of the performance data folder is a path of the performance data folder.
4. The parsing method according to claim 2, wherein the parsing state information is expressed in boolean values.
5. An apparatus for parsing a performance data file, comprising:
an acquisition module: the analysis state information database is used for acquiring the analysis state information of the current performance data folder when each performance data folder is traversed periodically; the analysis state information base stores and updates the identification information and the analysis state information of all the performance data folders which participate in analysis; the analysis state information is the state information of an analysis thread which is opened for the performance data folder during the last time of the pass;
an analysis module: the analysis thread corresponding to the current performance data folder is restarted when the analysis state information of the current performance data folder is an analysis ending state, so that each performance data file in the current performance data folder is analyzed in sequence; updating the analysis state information of the current performance data folder into an analysis running state;
an end module: when the analysis state information of the current performance data folder is an analysis running state, ending the traversal of the current performance data folder so as to start to traverse other performance data folders;
the parsing module is further configured to: when the acquisition module fails to acquire the analysis state information of the current performance data folder, starting an analysis thread aiming at the current performance data folder so as to analyze each performance data file in the current performance data folder in sequence; and the analysis state information of the current performance data folder is recorded in the analysis state information base in a supplementing mode.
6. The parsing device of claim 5, wherein the parsing module is specifically configured to:
adding each performance data file in the current performance data folder into an analysis queue; and analyzing the performance data files in the analysis queue in sequence, and saving analysis results and deleting the performance data files after the analysis of each performance data file is completed.
7. An analysis device for a performance data file, comprising:
a memory: for storing a computer program;
a processor: steps for executing the computer program to implement a method of parsing a performance data file according to any of claims 1 to 4.
8. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, is adapted to carry out the steps of the method for parsing a performance data file according to any one of claims 1 to 4.
CN201810679016.8A 2018-06-27 2018-06-27 Method, device and equipment for analyzing performance data file and storage medium Active CN108924002B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810679016.8A CN108924002B (en) 2018-06-27 2018-06-27 Method, device and equipment for analyzing performance data file and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810679016.8A CN108924002B (en) 2018-06-27 2018-06-27 Method, device and equipment for analyzing performance data file and storage medium

Publications (2)

Publication Number Publication Date
CN108924002A CN108924002A (en) 2018-11-30
CN108924002B true CN108924002B (en) 2021-10-15

Family

ID=64422662

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810679016.8A Active CN108924002B (en) 2018-06-27 2018-06-27 Method, device and equipment for analyzing performance data file and storage medium

Country Status (1)

Country Link
CN (1) CN108924002B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110515797A (en) * 2019-07-31 2019-11-29 广东浪潮大数据研究有限公司 A kind of data processing method, device, equipment and computer readable storage medium
CN114880174A (en) * 2022-05-07 2022-08-09 苏州睿芯集成电路科技有限公司 Modularized and configurable fast regression method and device in CPU verification

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102236718A (en) * 2011-07-20 2011-11-09 中兴通讯股份有限公司 Data query method and device
CN104933131A (en) * 2015-06-12 2015-09-23 北京海泰方圆科技有限公司 Method for dynamically adjusting traversal frequency of electronic files
US9152466B2 (en) * 2013-03-13 2015-10-06 Barracuda Networks, Inc. Organizing file events by their hierarchical paths for multi-threaded synch and parallel access system, apparatus, and method of operation
CN106227751A (en) * 2016-07-14 2016-12-14 青岛海信电器股份有限公司 A kind of scan method storing file and scanning device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102236718A (en) * 2011-07-20 2011-11-09 中兴通讯股份有限公司 Data query method and device
US9152466B2 (en) * 2013-03-13 2015-10-06 Barracuda Networks, Inc. Organizing file events by their hierarchical paths for multi-threaded synch and parallel access system, apparatus, and method of operation
CN104933131A (en) * 2015-06-12 2015-09-23 北京海泰方圆科技有限公司 Method for dynamically adjusting traversal frequency of electronic files
CN106227751A (en) * 2016-07-14 2016-12-14 青岛海信电器股份有限公司 A kind of scan method storing file and scanning device

Also Published As

Publication number Publication date
CN108924002A (en) 2018-11-30

Similar Documents

Publication Publication Date Title
CN110569214B (en) Index construction method and device for log file and electronic equipment
US8732199B2 (en) System, method, and computer readable media for identifying a user-initiated log file record in a log file
CN103699580A (en) Database synchronization method and database synchronization device
DE112013005882T5 (en) Execute a cross-branch path based on a confidence threshold for a branch prediction
JP2015528612A (en) Method and system for monitoring the execution of user requests in a distributed system
CN106354817B (en) Log processing method and device
CN108924002B (en) Method, device and equipment for analyzing performance data file and storage medium
CN111680085A (en) Data processing task analysis method and device, electronic equipment and readable storage medium
CN109408330A (en) Log analysis method, device, terminal device and readable storage medium storing program for executing
CN112783725A (en) Index acquisition method and device
CN110569399B (en) Link construction method based on pinpoint log
CN111125018B (en) File exception tracing method, device, equipment and storage medium
CN108733543B (en) Log analysis method and device, electronic equipment and readable storage medium
CN109189343B (en) Metadata disk-dropping method, device, equipment and computer-readable storage medium
CN111177193A (en) Flink-based log streaming processing method and system
CN109299132B (en) SQL data processing method and system and electronic equipment
CN108446224A (en) The method for analyzing performance, storage medium of application program on mobile terminal
CN112559525A (en) Data checking system, method, device and server
US11216352B2 (en) Method for automatically analyzing bottleneck in real time and an apparatus for performing the method
CN104317820B (en) Statistical method and device for report forms
CN112422669B (en) Multi-association equipment data real-time extraction method and related device
CN112395119B (en) Abnormal data processing method, device, server and storage medium
CN108595502B (en) Method, apparatus and computer readable storage medium for evaluating database service performance
CN104572309A (en) Identification of code synchronization points
CN112764989A (en) Method for monitoring start-stop time of application service

Legal Events

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