CN115480984A - System and method for analyzing performance of server and application software - Google Patents

System and method for analyzing performance of server and application software Download PDF

Info

Publication number
CN115480984A
CN115480984A CN202211054489.1A CN202211054489A CN115480984A CN 115480984 A CN115480984 A CN 115480984A CN 202211054489 A CN202211054489 A CN 202211054489A CN 115480984 A CN115480984 A CN 115480984A
Authority
CN
China
Prior art keywords
monitoring
file
early warning
server
parameters
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
CN202211054489.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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202211054489.1A priority Critical patent/CN115480984A/en
Publication of CN115480984A publication Critical patent/CN115480984A/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/3089Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents
    • G06F11/3093Configuration details thereof, e.g. installation, enabling, spatial arrangement of the probes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/324Display of status information
    • G06F11/327Alarm or error message display
    • 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/3409Recording 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 for performance assessment
    • 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/865Monitoring of software

Landscapes

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

Abstract

The invention belongs to the technical field of server performance test, and relates to a system and a method for analyzing the performance of a server and application software, wherein the system comprises an environment pre-inspection module, a monitoring module and a monitoring module, wherein the environment pre-inspection module is used for inspecting whether the tool installation of a server to be tested and the environment configuration information meet the requirement of starting a monitoring tool, and storing the environment and the configuration information of the monitoring tool into a configuration information file; the monitoring data processing module is used for automatically setting monitoring parameters and early warning threshold values according to user requirements, starting a monitoring command and generating initial monitoring data; the monitoring data summarizing module is used for analyzing and processing the initial monitoring data and customizing and generating a monitoring result file and an early warning file whether the server and the application software reach an early warning threshold value or not according to the specific requirements set by a user; and the data analysis module is used for analyzing and processing the configuration information file and the early warning file, generating the optimized configuration parameters which may exist and storing the optimized configuration parameters.

Description

System and method for analyzing performance of server and application software
Technical Field
The invention belongs to the technical field of server performance testing, and particularly relates to a system and a method for analyzing performance of a server and application software.
Background
Background services of an enterprise are mostly deployed on a Linux server, when the enterprise performs background migration, purchases cloud services of different manufacturers or starts new equipment for expansion, disaster recovery and the like, various tests are required, and then the performance condition of the server is analyzed to adjust the traffic of application services and the performance parameters of application software.
However, some enterprises do not have a systematic monitoring system in a testing environment or cloud services of different manufacturers cannot share one set of monitoring due to the fact that networks cannot be opened, and testers can only perform performance analysis on the servers through Linux commands or nmon, but cannot perform deeper monitoring, such as performance of the database (mysql) and performance of the application middleware (kafka). This is a disadvantage of the prior art.
In view of the above, the present invention provides a system and method for analyzing performance of a server and application software; it is very necessary to solve the above-mentioned defects existing in the prior art.
Disclosure of Invention
The present invention is directed to a system and method for analyzing performance of a server and application software, so as to solve the above-mentioned technical problems.
In order to realize the purpose, the invention provides the following technical scheme:
a system for analyzing performance of servers and applications, comprising:
the environment pre-inspection module is used for inspecting whether the tool installation and the environment configuration information of the server to be tested meet the requirement of starting the monitoring tool or not, and storing the environment and the configuration information of the monitoring tool into a configuration information file;
the monitoring data processing module is used for automatically setting monitoring parameters and early warning threshold values according to user requirements, starting a monitoring command and generating initial monitoring data;
the monitoring data summarizing module is used for analyzing and processing the initial monitoring data and customizing and generating a monitoring result file and an early warning file whether the server and the application software reach an early warning threshold value or not according to the specific requirements set by a user;
and the data analysis module is used for analyzing and processing the configuration information file and the early warning file, generating the optimized configuration parameters which may exist and storing the optimized configuration parameters.
Preferably, in the environment pre-inspection module, it is checked whether the server has installed a necessary tool package, such as logstack, jmxxtrans, etc., if the installation package is missing, the tool package is installed first, and if the necessary tool package is installed, it is checked whether the environment variable and the configuration information of the necessary tool package meet the requirements, and if not, the configuration parameter is modified, and the configuration parameter is saved as the configuration information file after meeting the requirements.
Preferably, in the monitoring data processing module, the monitoring parameters include server operation parameters and software performance parameters.
Preferably, the data analysis module processes and analyzes the initial monitoring data, and judges whether the monitoring data reaches an early warning threshold value;
if the early warning threshold value is not reached, generating a customized monitoring result file, and ending the process;
and if the early warning threshold value is reached, generating an early warning file.
Preferably, in the data analysis module, the early warning file is compared with the configuration information file, then monitoring and tuning analysis is performed, the parameters capable of being tuned and the estimated performance of the parameters after tuning are analyzed, and a tuning result file is generated according to the analysis result.
The invention also provides a method for analyzing the performance of the server and the application software, which comprises the following steps:
s1: a step of environmental pre-inspection, in which:
checking whether the tool installation and the environment configuration information of the server to be tested meet the requirement of starting a monitoring tool, and storing the configuration information of the environment and the monitoring tool into a configuration information file;
s2: a step of monitoring data processing, in which:
setting monitoring parameters and early warning threshold values according to user requirements, starting a monitoring command, and generating initial monitoring data;
s3: a step of monitoring data summarization, in which:
analyzing and processing initial monitoring data, and customizing to generate a monitoring result file and an early warning file whether a server and application software reach an early warning threshold value or not according to specific requirements set by a user;
s4: a step of data analysis, in which:
and analyzing and processing the configuration information file and the early warning file to generate an optimized configuration parameter file which may have optimized configuration parameters and is stored.
Preferably, in step S1, it is checked whether the server has installed a necessary tool package, such as logstack, jmxxtrans, and the like, if the installation package is missing, the installation of the tool package is performed first, and if the necessary tool package is installed, it is checked whether the environment variable and the configuration information of the necessary tool package meet the requirements, and if the requirements are not met, the configuration parameter is modified, and the configuration parameter is saved as the configuration information file after the requirements are met.
Preferably, in step S2, the monitoring parameters include server operation parameters and software performance parameters.
Preferably, in step S3, the initial monitoring data is processed and analyzed, and whether the monitoring data reaches the early warning threshold value is judged;
if the early warning threshold value is not reached, generating a customized monitoring result file, and ending the process;
and if the early warning threshold value is reached, generating an early warning file.
Preferably, in step S4, the early warning file is compared with the configuration information file, then monitoring tuning analysis is performed, the tunable parameters and the estimated performance after the parameters are tuned are analyzed, and a tuning result file is generated as a result of the analysis.
The method has the advantages that the expected functional characteristics are realized by using ready-made tools and shell script language (interpreted language), the ready-made tools have corresponding execution programs on different hardware platforms, the script language coding is simple, compiling and linking are not needed, the cross-platform direct operation can be realized, and further, the performance monitoring result files of the server and the application software are directly generated by the method.
In addition, the invention has reliable design principle, simple structure and very wide application prospect.
Therefore, compared with the prior art, the invention has prominent substantive features and remarkable progress, and the beneficial effects of the implementation are also obvious.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a control schematic diagram of a system for analyzing the performance of a server and application software according to the present invention.
Fig. 2 is a flowchart of a method for analyzing the performance of a server and application software according to the present invention.
The system comprises an environment pre-detection module, a monitoring data processing module, a monitoring data summarizing module and a data analyzing module, wherein the environment pre-detection module is 1, the monitoring data processing module is 2, the monitoring data summarizing module is 3, and the data analyzing module is 4.
Detailed Description
The present invention will be described in detail below with reference to the accompanying drawings by way of specific examples, which are illustrative of the present invention and are not limited to the following embodiments.
Example 1:
as shown in fig. 1, the system for analyzing the performance of the server and the application software provided in this embodiment includes:
the environment pre-inspection module 1 is used for inspecting whether the tool installation and the environment configuration information of the server to be inspected meet the requirement of starting the monitoring tool or not, and storing the configuration information of the environment and the monitoring tool into a configuration information file; in the environment pre-inspection module 1, whether a server has installed a necessary tool package, such as logstack, jmxxtrans, etc., is checked, if the installation package is missing, the tool package is installed first, and if the necessary tool package is installed, whether an environment variable and configuration information of the necessary tool package meet requirements is checked, and if the requirement is not met, configuration parameters are modified and saved as a configuration information file after the requirement is met.
The monitoring data processing module 2 is used for automatically setting monitoring parameters and early warning threshold values according to user requirements, starting a monitoring command and generating initial monitoring data; in the monitoring data processing module 2, the monitoring parameters include server operation parameters and software performance parameters.
The monitoring data summarizing module 3 is used for analyzing and processing the initial monitoring data, and customizing and generating a monitoring result file and an early warning file whether the server and the application software reach an early warning threshold value or not according to the specific requirements set by a user; in the data analysis module 3, the initial monitoring data is processed and analyzed, and whether the monitoring data reaches an early warning threshold value is judged;
if the early warning threshold value is not reached, generating a customized monitoring result file, and ending the process;
and if the early warning threshold value is reached, generating an early warning file.
And the data analysis module 4 is used for analyzing and processing the configuration information file and the early warning file to generate a tuning configuration parameter file which may have tuning configuration parameters and is stored. In the data analysis module 4, the early warning file is compared with the configuration information file, then monitoring, tuning and analyzing are carried out, parameters capable of being tuned and estimated performance after the parameters are tuned are analyzed, and tuning result files are generated according to the analyzed results.
Example 2:
the embodiment provides a method for analyzing the performance of a server and application software, which comprises the following steps:
s1: a step of environmental pre-inspection, in which:
checking whether the tool installation and the environment configuration information of the server to be tested meet the requirement of starting a monitoring tool or not, and storing the environment and the configuration information of the monitoring tool into a configuration information file; in the step S1, it is checked whether the server has installed a necessary tool package, such as logstack, jmxxtrans, etc., if the installation package is missing, the installation of the tool package is performed first, and if the necessary tool package is installed, it is checked whether the environment variable and the configuration information of the necessary tool package meet the requirements, and if not, the configuration parameter is modified, and the configuration parameter is saved as the configuration information file after meeting the requirements.
S2: a step of monitoring data processing, in which:
setting monitoring parameters and early warning threshold values according to user requirements, starting a monitoring command, and generating initial monitoring data; in step S2, the monitoring parameters include server operation parameters and software performance parameters.
S3: monitoring data summarization, wherein:
analyzing and processing initial monitoring data, and customizing to generate a monitoring result file and an early warning file whether a server and application software reach an early warning threshold value or not according to specific requirements set by a user; in the step S3, the initial monitoring data is processed and analyzed, and whether the monitoring data reaches an early warning threshold value is judged;
if the early warning threshold value is not reached, generating a customized monitoring result file, and ending the process;
and if the early warning threshold value is reached, generating an early warning file.
S4: a step of data analysis, in which:
analyzing and processing the configuration information file and the early warning file to generate a tuning configuration parameter file which may have tuning configuration parameters and storing the tuning configuration parameter file;
in the step S4, the early warning file is compared with the configuration information file, then monitoring, tuning and analyzing are performed, parameters that can be tuned and estimated performance after the parameters are tuned are analyzed, and a tuning result file is generated according to an analysis result.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The method disclosed by the embodiment corresponds to the system disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the description of the method part.
Those of skill would further appreciate that the various illustrative components and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the components and steps of the various examples have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided by the present invention, it should be understood that the disclosed system, system and method can be implemented in other ways. For example, the above-described system embodiments are merely illustrative, and for example, the division of the units is only one type of logical functional division, and other divisions may be realized in practice, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed coupling or direct coupling or communication connection between each other may be through some interfaces, indirect coupling or communication connection of systems or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units 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 units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each module may exist alone physically, or two or more modules are integrated into one unit.
Similarly, each processing unit in the embodiments of the present invention may be integrated into one functional module, or each processing unit may exist physically, or two or more processing units are integrated into one functional module.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be 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. Also, 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 phrases "comprising one of 8230; \8230;" 8230; "does not exclude the presence of additional like elements in a process, method, article, or apparatus that comprises the element.
The above disclosure is only for the preferred embodiments of the present invention, but the present invention is not limited thereto, and any non-inventive changes that can be made by those skilled in the art and several modifications and amendments made without departing from the principle of the present invention shall fall within the protection scope of the present invention.

Claims (10)

1. A system for analyzing performance of servers and applications, comprising:
the environment pre-inspection module is used for inspecting whether the tool installation and the environment configuration information of the server to be tested meet the requirement of starting the monitoring tool or not, and storing the environment and the configuration information of the monitoring tool into a configuration information file;
the monitoring data processing module is used for automatically setting monitoring parameters and early warning threshold values according to user requirements, starting a monitoring command and generating initial monitoring data;
the monitoring data summarizing module is used for analyzing and processing the initial monitoring data and customizing and generating a monitoring result file and an early warning file whether the server and the application software reach an early warning threshold value or not according to the specific requirements set by a user;
and the data analysis module is used for analyzing and processing the configuration information file and the early warning file, generating the optimized configuration parameters which may exist and storing the optimized configuration parameters.
2. The system according to claim 1, wherein the environment pre-inspection module checks whether the server has installed a necessary tool package, such as logstack, jmxrans, etc., if the installation package is missing, the tool package is installed first, if the necessary tool package is installed, it checks whether the environment variables and the configuration information of the necessary tool package meet the requirements, if not, the configuration parameters are modified, and if so, the configuration parameters are saved as the configuration information file.
3. The system of claim 2, wherein the monitoring parameters of the data processing module comprise server operating parameters and software performance parameters.
4. The system for analyzing the performance of the server and the application software according to claim 3, wherein the data analysis module processes and analyzes the initial monitoring data to determine whether the monitoring data reaches an early warning threshold;
if the early warning threshold value is not reached, generating a customized monitoring result file, and ending the process;
and if the early warning threshold value is reached, generating an early warning file.
5. The analysis server and the system for the performance of the application software according to claim 4, wherein in the data analysis module, the early warning file is compared with the configuration information file, then monitoring tuning analysis is performed, parameters capable of being tuned and estimated performance after the parameters are tuned are analyzed, and a tuning result file is generated according to the analysis result.
6. A method for analyzing performance of a server and application software is characterized by comprising the following steps:
s1: a step of environmental pre-inspection, in which:
checking whether the tool installation and the environment configuration information of the server to be tested meet the requirement of starting a monitoring tool, and storing the configuration information of the environment and the monitoring tool into a configuration information file;
s2: a step of monitoring data processing, in which:
setting monitoring parameters and early warning threshold values according to user requirements, starting a monitoring command, and generating initial monitoring data;
s3: monitoring data summarization, wherein:
analyzing and processing initial monitoring data, and customizing to generate a monitoring result file and an early warning file whether a server and application software reach an early warning threshold value or not according to specific requirements set by a user;
s4: a step of data analysis, in which:
and analyzing and processing the configuration information file and the early warning file to generate a tuning configuration parameter file which may have tuning configuration parameters and storing the tuning configuration parameter file.
7. The method for analyzing performance of server and application software as claimed in claim 6, wherein in step S1, it is checked whether the server has installed a necessary tool package, such as logstack, jmxrans, etc., if the installation package is missing, the installation of the tool package is performed first, if the necessary tool package is installed, it is checked whether the environment variable and the configuration information of the necessary tool package meet the requirements, if not, the configuration parameters are modified, and after meeting, the configuration parameters are saved as the configuration information file.
8. The method of claim 7, wherein in step S2, the monitoring parameters include server operation parameters and software performance parameters.
9. The method for analyzing the performance of the server and the application software according to claim 8, wherein in the step S3, the initial monitoring data is processed and analyzed to determine whether the monitoring data reaches an early warning threshold;
if the alarm threshold value is not reached, generating a customized monitoring result file, and ending the process;
and if the early warning threshold value is reached, generating an early warning file.
10. The method for analyzing the performance of the server and the application software as claimed in claim 9, wherein in the step S4, the pre-warning file is compared with the configuration information file, then monitoring tuning analysis is performed, parameters which can be tuned and estimated performance after the parameters are tuned are analyzed, and a tuning result file is generated as a result of the analysis.
CN202211054489.1A 2022-08-30 2022-08-30 System and method for analyzing performance of server and application software Pending CN115480984A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211054489.1A CN115480984A (en) 2022-08-30 2022-08-30 System and method for analyzing performance of server and application software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211054489.1A CN115480984A (en) 2022-08-30 2022-08-30 System and method for analyzing performance of server and application software

Publications (1)

Publication Number Publication Date
CN115480984A true CN115480984A (en) 2022-12-16

Family

ID=84423179

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211054489.1A Pending CN115480984A (en) 2022-08-30 2022-08-30 System and method for analyzing performance of server and application software

Country Status (1)

Country Link
CN (1) CN115480984A (en)

Similar Documents

Publication Publication Date Title
CN111897724B (en) Automatic testing method and device suitable for cloud platform
CN111416821A (en) Internet of things equipment information acquisition method, system and device
CN107807883B (en) Unit test method and device for user mode network file system
CN112241360A (en) Test case generation method, device, equipment and storage medium
CN110063042A (en) A kind of response method and its terminal of database failure
CN112306877A (en) Power system fault operation and maintenance method and system
CN112650688A (en) Automated regression testing method, associated device and computer program product
Gurumdimma et al. Towards detecting patterns in failure logs of large-scale distributed systems
EP3514680B1 (en) Identification of changes in functional behavior and runtime behavior of a system during maintenance cycles
CN112269697B (en) Equipment storage performance testing method, system and related device
CN116541270B (en) Method and device for testing adaptation verification of operating system
CN115480984A (en) System and method for analyzing performance of server and application software
CN111400171A (en) Interface testing method, system, device and readable storage medium
US7979238B2 (en) System, method and computer program product for evaluating a test of an alternative system
CN114860619B (en) Database audit program regression testing method and device
CN115269424A (en) Automatic regression testing method, device, equipment and storage medium for production flow
CN115757138A (en) Method and device for determining script abnormal reason, storage medium and electronic equipment
CN113111009A (en) Software testing device and testing method
CN114546799A (en) Point burying log checking method and device, electronic equipment, storage medium and product
CN110928784A (en) Software testing environment monitoring method and device
CN116303067B (en) Testing method, device, equipment and medium based on cloud testing platform
CN113867998B (en) Method and system for collecting fault transient logs in authentication test
CN113688017B (en) Automatic abnormality testing method and device for multi-node BeeGFS file system
CN115344491A (en) Code detection method, device, equipment and storage medium
US20230216727A1 (en) Identification of root causes in data processing errors

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