CN109408270B - Read-write operation processing method and device - Google Patents

Read-write operation processing method and device Download PDF

Info

Publication number
CN109408270B
CN109408270B CN201811215915.9A CN201811215915A CN109408270B CN 109408270 B CN109408270 B CN 109408270B CN 201811215915 A CN201811215915 A CN 201811215915A CN 109408270 B CN109408270 B CN 109408270B
Authority
CN
China
Prior art keywords
processing
read
module
write
key
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
CN201811215915.9A
Other languages
Chinese (zh)
Other versions
CN109408270A (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 CN201811215915.9A priority Critical patent/CN109408270B/en
Publication of CN109408270A publication Critical patent/CN109408270A/en
Application granted granted Critical
Publication of CN109408270B publication Critical patent/CN109408270B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0727Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a storage system, e.g. in a DASD or network based storage system

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application discloses a processing method and a device for read-write operation, wherein the method comprises the following steps: detecting the read-write operation of the target service; when the read operation is detected, completing the read operation by using each required first processing module, and generating a processing record for each key module in each first processing module or each key process in each key module; when the write operation is detected, completing the write operation by using each required second processing module, and generating a processing record for each key module in each second processing module or each key process in each key module; and generating a read-write processing path related to the target service according to the generated processing record. In the method, maintenance personnel can quickly know the system running state and position system faults according to the generated read-write processing path; developers can better master system architecture and design ideas according to the generated read-write processing path, and development difficulty is further reduced.

Description

Read-write operation processing method and device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for processing read and write operations.
Background
In a storage system, in order to enable read-write operations to have functions of rapidness, stability, disaster tolerance and the like, internal processing logic of the read-write operations is extremely huge, and subdivided sub-modules are numerous. It looks like a simple one-time read-write operation, a rather complicated process is experienced inside the storage system, and the complicated process causes maintenance difficulty for system maintenance personnel and development difficulty for development personnel.
Disclosure of Invention
The embodiment of the present application mainly aims to provide a method and an apparatus for processing read/write operations, which can obtain a processing result that is convenient for maintenance personnel to perform maintenance and convenient for development personnel to perform development.
The processing method for read-write operation provided by the embodiment of the application comprises the following steps:
detecting the read-write operation of the target service;
when the read operation is detected, completing the read operation by using each required first processing module, and generating a processing record for each key module in each first processing module or each key process in each key module;
when the write operation is detected, completing the write operation by using each required second processing module, and generating a processing record for each key module in each second processing module or each key process in each key module;
and generating a read-write processing path related to the target service according to the generated processing record.
Optionally, the processing record includes at least one of consumption time, processing function, and processing status of the critical module or the critical process in the critical module.
Optionally, the method further includes:
analyzing the processing record, and judging whether a processing fault occurs or whether the processing performance does not meet a preset requirement;
if yes, sending alarm information to the terminal equipment of the maintenance user, or automatically removing the fault or improving the performance through a preset intervention mechanism.
Optionally, the method further includes:
and if the display instruction of the read-write processing path is detected, displaying the read-write processing path on a graphical user interface in a flow chart and/or report form mode.
Optionally, the method further includes:
and if the query instruction of the read-write processing path is detected, performing information query on the read-write processing path according to the query instruction, and feeding back a query result to a user, wherein the query instruction carries at least one query condition of time characteristics, node characteristics and read-write characteristics.
An embodiment of the present application further provides a processing apparatus for read and write operations, including:
the read-write operation detection unit is used for detecting the read-write operation of the target service;
a read record generating unit, configured to complete a read operation by using each required first processing module when the read operation is detected, and generate a processing record for each key module in each first processing module or a key process in each key module;
a write record generating unit, configured to complete the write operation by using each required second processing module when the write operation is detected, and generate a processing record for each key module in each second processing module or a key process in each key module;
and the read-write path generating unit is used for generating a read-write processing path related to the target service according to the generated processing record.
Optionally, the processing record includes at least one of consumption time, processing function, and processing status of the critical module or the critical process in the critical module.
Optionally, the apparatus further comprises:
the record analysis unit is used for analyzing the processing record and judging whether a processing fault occurs or whether the processing performance does not meet the preset requirement;
and the fault processing unit is used for sending alarm information to the terminal equipment of the maintenance user if a processing fault occurs or the processing performance does not meet the preset requirement, or automatically removing the fault or improving the performance through a preset intervention mechanism.
Optionally, the apparatus further comprises:
and the path display unit is used for displaying the read-write processing path in a flow chart and/or report form mode on a graphical user interface if the display instruction of the read-write processing path is detected.
Optionally, the apparatus further comprises:
and the path query unit is used for querying information of the read-write processing path according to the query instruction and feeding back a query result to a user if the query instruction of the read-write processing path is detected, wherein the query instruction carries at least one query condition of time characteristics, node characteristics and read-write characteristics.
Therefore, the embodiment of the application has the following beneficial effects:
according to the method and the device for processing the read-write operation, for the read operation and the write operation of the target service, a processing record is generated when the system passes through each key module or a key process in each key module; and generating a read-write processing path corresponding to the target service according to the generated processing record. The read-write processing path comprises system state information passing through each key node in the whole process of the read-write operation. Therefore, maintenance personnel can quickly know the running state of the system and position system faults according to the generated read-write processing path; developers can better master system architecture and design ideas according to the generated read-write processing path, and development difficulty is further reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of a processing method of read/write operations according to an embodiment of the present application;
FIG. 2 is a flowchart of a method for analyzing a processing record according to an embodiment of the present application;
fig. 3 is a schematic composition diagram of a processing apparatus for read/write operations according to an embodiment of the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but 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.
Based on the problems in the prior art, the embodiments of the present application provide a processing method for read and write operations. Referring to fig. 1, which is a flowchart of a processing method for read/write operations according to an embodiment of the present application, the processing method may include steps S101 to S104:
s101: and detecting the read-write operation of the target service.
In practical scenarios, some services often need to perform read-write (Input/Output) operations in implementing service processes, for example: editing files and the like. Then, the service including a large number of read-write operations in the service can be set as a target task, and each stage of the target service in the service process is detected. For example: the read-write operation stage of the target service in the service process can be detected.
S102: when the read operation is detected, the read operation is completed by using each required first processing module, and a processing record is generated for each key module in each first processing module or each key process in each key module.
In an actual scenario, the read operation is completed by using each part in the system, where each part in the system may be a cache part, a virtual storage part, a hard disk part, and the like, and each part in the system used for completing the read operation is recorded as a first processing module. In addition, in the process of completing the read operation by the system, the system may pass through some key devices in the first processing module, such as a virtual disk which may be a virtual storage portion, and the like, and these key devices may be denoted as key modules in the first processing module, and when the system runs to each key module, the system may process some key processes, for example, the key processes may be processes in which the system processes important functions in the key modules. Then, when it is detected that the target service is in a read operation, a process record may be generated while passing through each critical module in each first process module or a critical flow in each critical module. The processing record may be a record related to the system operation state and the system performance.
S103: when the write operation is detected, the required second processing modules are used for completing the write operation, and a processing record is generated for each key module in each second processing module or each key process in each key module.
In an actual scenario, similar to the read operation, the write operation is also completed by using each part in the system, and each part in the system used for completing the write operation may be recorded as the second processing module. Similarly, in the process of completing the write operation by the system, the system may pass through some key devices in the second processing module, such as a disk which may be a cache portion, and the like, and these key devices may be denoted as key modules in the second processing module, and the system may process some key processes when running to every two key modules, for example, the key processes may be processes in which the system processes important functions in the key modules. Then, when it is detected that the target service is in a write operation, a processing record may also be generated while passing through each key module in each second processing module or a key flow in each key module.
S104: and generating a read-write processing path related to the target service according to the generated processing record.
In this embodiment, a read/write processing path for the target service may be generated according to a processing record generated during the read/write operation. The read-write processing path comprises all processing record information generated in the read and write operation process.
In one implementation of the embodiment of the present application, the processing record includes at least one of consumption time, processing function, and processing state of the critical module or the critical flow in the critical module.
In this embodiment, when performing the read/write operation, the information related to the system running state and performance may be the consumed time, the processing function, and the processing state of the system when passing through the key module or when passing through the key flow in the key module. Wherein the processing state may be information regarding whether the system is operating normally. The process record may then include one or more of the elapsed time, process function, process state of the system when performing the read and write operations, when traversing the critical module or when traversing the critical flow in the critical module.
In an implementation manner of the embodiment of the present application, referring to fig. 2, which is a flowchart of a method for analyzing and processing records provided in the embodiment of the present application, the method further includes steps S201 to S202:
s201: and analyzing the processing records, and judging whether a processing fault occurs or whether the processing performance does not meet the preset requirement.
In an actual application scenario, during the read/write operation, a situation that a processing failure occurs or the processing performance does not meet a preset requirement may occur. For example, if the system consumes too long time to pass through the virtual disk, which results in too long time to complete the read operation, the request cannot meet the preset requirement. Therefore, whether the system has a processing fault or whether the processing performance meets the preset requirement can be judged by analyzing the processing record generated by the read-write operation.
S202: if yes, sending alarm information to the terminal equipment of the maintenance user, or automatically removing the fault or improving the performance through a preset intervention mechanism.
When the processing record is analyzed and it is determined that the system has a processing fault or the processing performance does not meet the preset requirement, a new read-write operation may be added to verify whether the situation where the processing fault or the processing performance does not meet the preset requirement occurs in the read-write operation at this time is an emergency situation, and if it is determined that the situation is not an emergency situation, an alarm message may be sent to the terminal device of the maintenance user to help the maintenance user to quickly locate the fault location and know the system state. Alternatively, the fault can be automatically relieved or the system performance can be improved through a preset intervention mechanism. The intervention mechanism may be a mechanism that is preset in the system for removing a fault or improving performance.
In an implementation manner of the embodiment of the present application, the method further includes: and if the display instruction of the read-write processing path is detected, displaying the read-write processing path on a graphical user interface in a flow chart and/or report form mode.
In this embodiment, when a User needs to check a read/write processing path, a display command for displaying the read/write processing path may be sent to the system, and after the system detects the display command, the read/write processing path may be displayed to the User on a Graphical User Interface (GUI) in a manner of a flowchart and/or a report.
In an implementation manner of the embodiment of the present application, the method further includes: and if the query instruction of the read-write processing path is detected, performing information query on the read-write processing path according to the query instruction, and feeding back a query result to a user, wherein the query instruction carries at least one query condition of time characteristics, node characteristics and read-write characteristics.
In this embodiment, when a user needs to know one or more of the time characteristic, the node characteristic, and the read-write characteristic of the read-write processing path, an inquiry instruction may be sent to the system, where the inquiry instruction may carry at least one inquiry condition of the time characteristic, the node characteristic, and the read-write characteristic according to an inquiry requirement of the user. The time characteristic may be a characteristic related to time in the read-write operation process, such as a time point when the read-write operation passes through a certain key module; the node characteristics may be characteristics related to key modules through which read and write operations pass, such as whether a certain key module through which read and write operations pass fails; the read and write characteristics may be characteristics associated with the read and write operations, such as the time taken for a read operation. When the system detects the query instruction, the query result corresponding to the query instruction can be fed back to the user.
To sum up, in the processing method for read-write operation provided in the embodiment of the present application, for the read operation and the write operation of the target service, a processing record is generated when the system passes through each key module or the key process in each key module; and generating a read-write processing path corresponding to the target service according to the generated processing record. The read-write processing path comprises system state information passing through each key node in the whole process of the read-write operation. Therefore, maintenance personnel can quickly know the running state of the system and position system faults according to the generated read-write processing path; developers can better master system architecture and design ideas according to the generated read-write processing path, and development difficulty is further reduced.
Referring to fig. 3, which is a schematic composition diagram of a processing apparatus for read/write operations according to an embodiment of the present application, including:
a read-write operation detection unit 301, configured to detect a read-write operation of a target service;
a read record generating unit 302, configured to complete a read operation by using each required first processing module when the read operation is detected, and generate a processing record for each key module in each first processing module or a key process in each key module;
a write record generating unit 303, configured to complete the write operation by using each required second processing module when the write operation is detected, and generate a processing record for each key module in each second processing module or each key process in each key module;
a read-write path generating unit 304, configured to generate a read-write processing path for the target service according to the generated processing record.
In one implementation manner of this embodiment, the processing record includes at least one of consumption time, processing function, and processing state of the critical module or the critical process in the critical module.
In an implementation manner of this embodiment, the apparatus further includes:
the record analysis unit is used for analyzing the processing record and judging whether a processing fault occurs or whether the processing performance does not meet the preset requirement;
and the fault processing unit is used for sending alarm information to the terminal equipment of the maintenance user if a processing fault occurs or the processing performance does not meet the preset requirement, or automatically removing the fault or improving the performance through a preset intervention mechanism.
In an implementation manner of this embodiment, the apparatus further includes:
and the path display unit is used for displaying the read-write processing path in a flow chart and/or report form mode on a graphical user interface if the display instruction of the read-write processing path is detected.
In an implementation manner of this embodiment, the apparatus further includes:
and the path query unit is used for querying information of the read-write processing path according to the query instruction and feeding back a query result to a user if the query instruction of the read-write processing path is detected, wherein the query instruction carries at least one query condition of time characteristics, node characteristics and read-write characteristics.
As can be seen from the above description of the embodiments, those skilled in the art can clearly understand that all or part of the steps in the above embodiment methods can be implemented by software plus a necessary general hardware platform. Based on such understanding, the technical solution of the present application may be essentially or partially implemented in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network communication device such as a media gateway, etc.) to execute the method according to the embodiments or some parts of the embodiments of the present application.
It should be noted that, in the present specification, 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 may be 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, 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 phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A processing method for read-write operation is characterized by comprising the following steps:
detecting the read-write operation of the target service;
when the read operation is detected, completing the read operation by using each required first processing module, and generating a processing record for each key module in each first processing module or each key process in each key module;
when the write operation is detected, completing the write operation by using each required second processing module, and generating a processing record for each key module in each second processing module or each key process in each key module;
generating a read-write processing path related to the target service according to the generated processing record;
the key module in the first processing module is a key device in the first processing module; the key module in the second processing module is a key device in the second processing module; the key flow is a process of processing an important function in the key module;
the process record includes at least one of a consumption time, a process function, and a process state of the critical module or a critical flow in the critical module.
2. The method of claim 1, further comprising:
analyzing the processing record, and judging whether a processing fault occurs or whether the processing performance does not meet a preset requirement;
if yes, sending alarm information to the terminal equipment of the maintenance user, or automatically removing the fault or improving the performance through a preset intervention mechanism.
3. The method of claim 1, further comprising:
and if the display instruction of the read-write processing path is detected, displaying the read-write processing path on a graphical user interface in a flow chart and/or report form mode.
4. The method of claim 1, further comprising:
and if the query instruction of the read-write processing path is detected, performing information query on the read-write processing path according to the query instruction, and feeding back a query result to a user, wherein the query instruction carries at least one query condition of time characteristics, node characteristics and read-write characteristics.
5. A device for processing read and write operations, comprising:
the read-write operation detection unit is used for detecting the read-write operation of the target service;
a read record generating unit, configured to complete a read operation by using each required first processing module when the read operation is detected, and generate a processing record for each key module in each first processing module or a key process in each key module;
a write record generating unit, configured to complete the write operation by using each required second processing module when the write operation is detected, and generate a processing record for each key module in each second processing module or a key process in each key module;
a read-write path generating unit, configured to generate a read-write processing path related to the target service according to the generated processing record;
the key module in the first processing module is a key device in the first processing module; the key module in the second processing module is a key device in the second processing module; the key flow is a process of processing an important function in the key module;
the process record includes at least one of a consumption time, a process function, and a process state of the critical module or a critical flow in the critical module.
6. The apparatus of claim 5, further comprising:
the record analysis unit is used for analyzing the processing record and judging whether a processing fault occurs or whether the processing performance does not meet the preset requirement;
and the fault processing unit is used for sending alarm information to the terminal equipment of the maintenance user if a processing fault occurs or the processing performance does not meet the preset requirement, or automatically removing the fault or improving the performance through a preset intervention mechanism.
7. The apparatus of claim 5, further comprising:
and the path display unit is used for displaying the read-write processing path in a flow chart and/or report form mode on a graphical user interface if the display instruction of the read-write processing path is detected.
8. The apparatus of claim 5, further comprising:
and the path query unit is used for querying information of the read-write processing path according to the query instruction and feeding back a query result to a user if the query instruction of the read-write processing path is detected, wherein the query instruction carries at least one query condition of time characteristics, node characteristics and read-write characteristics.
CN201811215915.9A 2018-10-18 2018-10-18 Read-write operation processing method and device Active CN109408270B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811215915.9A CN109408270B (en) 2018-10-18 2018-10-18 Read-write operation processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811215915.9A CN109408270B (en) 2018-10-18 2018-10-18 Read-write operation processing method and device

Publications (2)

Publication Number Publication Date
CN109408270A CN109408270A (en) 2019-03-01
CN109408270B true CN109408270B (en) 2021-12-03

Family

ID=65468546

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811215915.9A Active CN109408270B (en) 2018-10-18 2018-10-18 Read-write operation processing method and device

Country Status (1)

Country Link
CN (1) CN109408270B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101616174A (en) * 2009-07-09 2009-12-30 浪潮电子信息产业股份有限公司 A kind of storage system IO handles the method that the path dynamic tracking realizes the optimization system performance
CN104378442A (en) * 2014-11-26 2015-02-25 北京航空航天大学 Trace file dump method capable of reducing resource competition
CN105389237A (en) * 2015-12-15 2016-03-09 江苏辰云信息科技有限公司 Performance test tool for block-level storage system
CN106021045A (en) * 2016-05-11 2016-10-12 深圳市国鑫恒宇科技有限公司 Method for testing IO (input/output) performance of hard disk of server under linux system
CN106886471A (en) * 2017-02-22 2017-06-23 郑州云海信息技术有限公司 A kind of read-write fault detection method and system based on disk in linux
WO2017206754A1 (en) * 2016-05-30 2017-12-07 中兴通讯股份有限公司 Storage method and storage device for distributed file system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6409613B2 (en) * 2015-02-23 2018-10-24 富士通株式会社 Information processing apparatus, multipath control method, and multipath control program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101616174A (en) * 2009-07-09 2009-12-30 浪潮电子信息产业股份有限公司 A kind of storage system IO handles the method that the path dynamic tracking realizes the optimization system performance
CN104378442A (en) * 2014-11-26 2015-02-25 北京航空航天大学 Trace file dump method capable of reducing resource competition
CN105389237A (en) * 2015-12-15 2016-03-09 江苏辰云信息科技有限公司 Performance test tool for block-level storage system
CN106021045A (en) * 2016-05-11 2016-10-12 深圳市国鑫恒宇科技有限公司 Method for testing IO (input/output) performance of hard disk of server under linux system
WO2017206754A1 (en) * 2016-05-30 2017-12-07 中兴通讯股份有限公司 Storage method and storage device for distributed file system
CN106886471A (en) * 2017-02-22 2017-06-23 郑州云海信息技术有限公司 A kind of read-write fault detection method and system based on disk in linux

Also Published As

Publication number Publication date
CN109408270A (en) 2019-03-01

Similar Documents

Publication Publication Date Title
CN108334436B (en) Application software optimization method, device, equipment and computer readable storage medium
US8813039B2 (en) Method and system for software defect reporting
WO2018120721A1 (en) Method and system for testing user interface, electronic device, and computer readable storage medium
CN107483221B (en) Cross-application problem troubleshooting method, device and system
WO2017124808A1 (en) Fault information reproduction method and reproduction apparatus
CN107562556B (en) Failure recovery method, recovery device and storage medium
US8448138B2 (en) Recording user-driven events within a computing system
CN110162512B (en) Log retrieval method, device and storage medium
US20170351560A1 (en) Software failure impact and selection system
CN110088744A (en) A kind of database maintenance method and its system
CN110597662B (en) Backup data automatic verification method and device, user equipment and storage medium
CN114003439A (en) Data backup method, device, equipment and storage medium
CN108228611B (en) Document information copying method and device
CN109408270B (en) Read-write operation processing method and device
US10417113B1 (en) System, method, and computer program for web testing and automation offline storage and analysis
CN114785763B (en) Problem reproduction processing method, device and system
US10096030B1 (en) Apparatus, computer program, and method for generating a problem ticket with a link to a cloned environment
CN114500249B (en) Root cause positioning method and device
KR102309715B1 (en) A/B Testing Platform with Anomaly Detection
CN114637685A (en) Performance test method, device, equipment and medium of application program in bank system
CN110362464B (en) Software analysis method and equipment
JP3202721B2 (en) Failure prediction system, failure prediction method, and recording medium recording failure prediction program
US10296967B1 (en) System, method, and computer program for aggregating fallouts in an ordering system
JP2017045106A (en) Information processing device and information processing program
CN111124712A (en) Event notification method, device, server 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
GR01 Patent grant
GR01 Patent grant