CN110851293A - Information system linkage processing system and method - Google Patents

Information system linkage processing system and method Download PDF

Info

Publication number
CN110851293A
CN110851293A CN201910980759.3A CN201910980759A CN110851293A CN 110851293 A CN110851293 A CN 110851293A CN 201910980759 A CN201910980759 A CN 201910980759A CN 110851293 A CN110851293 A CN 110851293A
Authority
CN
China
Prior art keywords
instruction
linkage
library
log
information system
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.)
Granted
Application number
CN201910980759.3A
Other languages
Chinese (zh)
Other versions
CN110851293B (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.)
China Helicopter Research and Development Institute
Original Assignee
China Helicopter Research and Development Institute
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 China Helicopter Research and Development Institute filed Critical China Helicopter Research and Development Institute
Priority to CN201910980759.3A priority Critical patent/CN110851293B/en
Publication of CN110851293A publication Critical patent/CN110851293A/en
Application granted granted Critical
Publication of CN110851293B publication Critical patent/CN110851293B/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/008Reliability or availability analysis
    • 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/0766Error or fault reporting or storing
    • 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/0793Remedial or corrective actions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • 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
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention belongs to the technical field of computer information systems and information system integration, and discloses an information system linkage processing system and a method, aiming at a log of an application system, a log collection and analysis device, a linkage instruction library, a log filing library, an instruction execution device, a historical instruction library, a suspension instruction library and a suspension recovery device are arranged, so that the technical effect of executing instructions in linkage along with the change of the log of the information system is realized, the abnormal execution condition of the linkage instructions can be coped with, most of the linkage instructions can be executed in real time in linkage along with the change of the log of the information system, and part of the linkage instructions which are executed abnormally can also be executed successfully after manual intervention. The invention provides a technical solution for linkage processing of an information system, which can realize the promotion of data and instructions of the information system on the premise of not transforming the information system, thereby realizing the integration of the information system and having real-time performance and reliability.

Description

Information system linkage processing system and method
Technical Field
The invention belongs to the technical field of computer information systems and information system integration, and relates to a system and a method for linkage processing of information systems.
Background
Information system linkage processing is a common functional requirement in information system integration, and generally, one operation or action of an information system is expected to trigger related actions of other information systems or trigger an independent processing program to serve as a supplementary action, so that some automatic post-processing requirements of users are met.
The realization mode of the information system linkage processing is various, and for the information system with better openness, the execution action of the information system can realize code modification or configuration, so that the linkage processing of the information system can be realized directly by modifying and configuring the system. Common methods include changing a processing component, adding an interface call, adding a trigger to a database, and the like. These common approaches typically require the information system to have some capability for modification, or to have some system openness.
The existing information system linkage processing method usually needs to modify an information system, but does not have modification conditions for the information system, and the data storage structure is complex, so that other solutions must be selected under the condition that the information system is not suitable for being realized by a trigger.
Disclosure of Invention
The invention provides a system and a method for linkage processing of an information system aiming at the defects of the prior information system linkage processing method, which can realize the promotion of data and instructions of the information system on the premise of not transforming the information system, thereby realizing the integration of the information system and having real-time performance and reliability.
A linkage processing system and method for information system is prepared as forming linkage command by real-time collecting and analyzing information system log, executing command to realize linkage processing of information system, realizing suspension and recovery of command by feedback of command execution and ensuring reliability of linkage processing.
The technical scheme of the invention comprises that a log collection and analysis device, a linkage instruction library, a log filing library, an instruction execution device, a historical instruction library, a suspension instruction library and a suspension recovery device are arranged aiming at the log of an application system.
The log collection and analysis device is used for monitoring the change of the log file of the information system, reading the log file of the information system in real time, writing the log file into a log filing library, analyzing the log file into a linkage processing instruction and writing the linkage processing instruction into a linkage instruction library.
The linkage instruction library is used for storing linkage processing instructions to be executed.
The journal archive is used for backing up the journal generated by the information system.
The instruction execution device is used for executing the linkage processing instruction in the linkage instruction library in real time and acquiring an instruction execution result so as to judge whether the instruction execution is successful or not, if the instruction execution is successful, the instruction content is written into the historical instruction library, and if the instruction execution is failed, the instruction content and the failure reason are written into the suspend instruction library.
The suspension recovery device provides a suspension instruction list and an execution failure reason for the fault handling personnel, and provides a human-computer interface for the fault handling personnel to recover the instruction to the linkage instruction library.
The invention provides a method for linkage processing of an information system, which comprises the following implementation steps:
1) the log collection and analysis device reads the contents of the log file item by item, performs matching analysis on the log items, and writes a linkage processing instruction obtained through matching analysis into a linkage instruction library if the log items are successfully matched; the log entry contents are written to the log archive regardless of whether the log entry match was successful.
2) The instruction execution device takes out a linkage processing instruction from the linkage instruction library, executes the instruction, obtains an execution result of the instruction, judges whether the instruction is successfully executed, writes the instruction content into a historical instruction library if the instruction is successfully executed, and obtains error information, the instruction content and the error information according to the execution result of the instruction if the instruction is unsuccessfully executed. If the linkage processing instruction exists in the linkage instruction library, the instruction execution device continues to execute the step 2);
3) the fault processing personnel acquires the hang-up instruction list and the error information corresponding to each instruction from the hang-up recovery device, and after the related fault processing is completed, the fault processing completed instruction can be recovered in the hang-up recovery device and recovered from the hang-up instruction library to the linkage instruction library, so that the instruction execution device can correctly execute the fault processing completed and recovered instruction through the step 2).
The matching analysis in step 1) specifically includes performing text feature matching according to the text content of the log entry to obtain an instruction template corresponding to the text feature matched with the text content of the log entry, extracting necessary instruction execution parameters by using an analysis program, and assembling the necessary instruction execution parameters and the instruction template into an executable instruction.
Judging whether the instruction execution is successful or not according to the step 2), wherein the specific method comprises the steps of performing text feature matching according to the output result of the instruction execution to obtain an instruction execution result corresponding to the text feature matched with the output result of the instruction execution, so as to judge whether the instruction execution is successful or not;
the specific method for obtaining the error information according to the execution result of the instruction in step 2) is to identify whether each line is an error information line according to the prefix of the line in the output result from the output result of the instruction execution, and combine all the error information lines as the error information.
The method for linkage processing of information systems according to step 1), step 2) and step 3) is not limited to the working sequence of the log collection and analysis device, the instruction execution device and the fault handler, but only the processing sequence of one linkage processing instruction or a batch of information system logs meets the sequence of step 1), step 2) and step 3), but the log collection and analysis device, the instruction execution device and the fault handler in step 1), step 2) and step 3) work independently, and step 1), step 2) and step 3) can be regarded as a pipeline sequence.
The invention has the beneficial effects that:
the invention realizes linkage processing of the information system by monitoring the change of the information system log, provides instruction processing result management and control and fault recovery capability, provides a technical solution of real-time and reliable linkage processing of the information system, can realize the release of information system data and instructions on the premise of not transforming the information system, thereby realizing information system integration, and has real-time performance and reliability.
Drawings
Fig. 1 is a schematic system structure diagram of an information system linkage processing system according to an embodiment of the present invention;
fig. 2 is a schematic timing flow diagram of an information system linkage processing method according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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 invention.
Embodiment 1:
the embodiment provides a method for realizing a log archiving library, a linkage instruction library, a historical instruction library and a suspension instruction library by using a file system and realizing a log collection and analysis device, an instruction execution device and a suspension recovery device by using writing operation system service, wherein service deployment can be realized on a single server or in a distributed deployment manner. A programming method is utilized to deploy log collection analysis service, instruction execution service and suspension recovery service on a single or a plurality of operating systems, and the specific implementation method is as follows:
1) and finding the log file system of the information system to be integrated, and analyzing the log file format and characteristics of the log file system.
2) And establishing an information system log filing library file system, a linkage instruction library file system, a history instruction library file system and a suspension instruction library file system in the forms of folders or shared volumes and the like.
3) The method comprises the following steps of programming, realizing and deploying log collection and analysis service, wherein the working characteristics of the log collection and analysis service are as follows: reading an information system log file system, obtaining a log file in the information system log file system, moving the log file to a working directory, reading all log entries in the log file system, writing matching expressions according to the text characteristics of the information system log, constructing a list according to tuples of (the matching expressions, instruction templates and extraction functions), matching the log entries by using all the matching expressions in the list, calling the extraction functions to extract key information in the log if matching is successful, assembling the key information into the instruction templates to form a linkage instruction file, and writing the formed linkage instruction file into a linkage instruction library file system. After all log entries are read and analyzed, the log files in the working directory are renamed, timestamp marks are added, and the log files are moved to a log filing library. The next cycle run is then started.
4) The programming realizes and deploys the instruction execution service, and the instruction execution service has the working characteristics as follows: taking out an instruction from a linkage instruction library and executing, waiting for an instruction return result, judging whether the instruction execution is successful according to the instruction return result, constructing an execution result judgment list according to a tuple of (a matching expression and an execution result), using each matching expression in the execution result judgment list to match the instruction return result so as to know whether the instruction execution is successful, if the instruction execution is successful, moving an instruction file which is successfully executed to a historical instruction library file system, if the instruction execution is failed, moving the instruction file which is failed to execute to a suspended instruction library file system, and outputting the instruction return result including error information, writing the instruction file system into the suspended instruction library file system, and keeping file names corresponding to the instruction files so as to enable the output of the error information to correspond to the suspended instruction file.
5) The method comprises the following steps of programming, realizing and deploying a suspension recovery service, wherein the suspension recovery service is a service supporting human-computer interaction, and the working characteristics are as follows: the method comprises the specific steps that files in all instruction formats are obtained from a file system of a suspend instruction library and output to fault handling personnel in a list interface mode, and when a user checks instruction details, the suspend recovery service reads the instruction files and corresponding error information output files and outputs the instruction files and the corresponding error information output files to the fault handling personnel in a text mode. The fault handler can judge how to solve the fault according to the content of the instruction file and the error information output file, and after the fault is solved, the fault handler executes the recovery operation by selecting the list of the solved fault in the instruction list. And the suspension recovery service supports the recovery operation of responding to the fault handling personnel, moves the instruction file selected by the fault handling personnel to the linkage instruction library file system, and deletes the error information file corresponding to the recovered instruction file.
6) The log collection and analysis service, the instruction execution service and the suspension recovery service are started and operate independently, and therefore linkage processing of the information system is achieved.
Example 1:
this embodiment is an implementation example of a research institute using the present invention to implement data synchronization from a product management system (hereinafter referred to as PDM system) to a file system. The PDM system of a research institute is mature commercial software, does not support change, but has complete functions and complete logs, and can know the data state change in the system through the logs. The log archiving library, the linkage instruction library, the historical instruction library and the suspension instruction library of the embodiment are realized by using the local folder path configuration of the server, and the log collection analysis service, the instruction execution service and the suspension recovery service are realized by using a C # language and a NET framework.
The implementation method of the system in the embodiment is as follows:
1) the log file format of the PDM system is analyzed, PDM logs are output in rows, and two types of logs representing that data is frozen can be used as information sources for synchronizing effective data to the file system.
2) Establishing an information system log filing library folder, a linkage instruction library folder, a history instruction library folder and a suspension instruction library folder.
3) The method is characterized in that log collection and analysis services are realized and deployed by programming of a background service framework of the C #. NET, the log collection and analysis services are periodically operated services, and the working process is as follows: establishing asynchronous Task, wherein the Task content is to traverse and read a PDM system log folder, acquire a log file therein, move the log file to a log collection analysis service working directory, read all log entries therein by rows, write a matching expression according to the text characteristics of the PDM system log, and construct a log information matching class LogMatcher, which comprises attributes (a matching expression such as new RegExp (INFO: data: free.), an instruction template such as 'curve-F {0} http:// architecture.xx.com/{ 1 }', a parameter extraction function String [ ] getParameters ()), construct a List of the above classes < LogMatcher >, match the log entry content of currently read rows with the regular expressions of all entries in the List, call a getParameters () function to extract key information in the log and assemble the key information into the instruction template if the regular expressions are successfully matched, and forming an instruction file operator < timestamp >. bat under windows, and writing the formed bat file into a linkage instruction library folder. After all log entries are read and analyzed, the log files in the working directory are named after being updated by a file. Start () is then used to asynchronously start the next cycle run.
4) The method is characterized in that a background service framework of the C #. NET is used for programming, realizing and deploying instruction execution service, wherein the instruction execution service is periodically operated, and the working process is as follows: establishing asynchronous Task, wherein Task content is to take out an instruction file from a linkage instruction library folder, execute the instruction file by process.diagnostic.exec (), obtain the output of the instruction after finishing the instruction execution, establish an instruction execution result matching class CmdPrint Matcher, comprise attributes (matching expressions such as new RegExp (200 OK.), execute result true/false), establish a List List < CmdPrint Matcher > of the classes, and match the output content of the instruction by using all entries in the List, thereby acquiring whether the instruction execution is successful. If the instruction is successfully executed, moving the instruction file to a historical instruction library folder; if the instruction execution fails, the instruction file is moved to a suspension instruction library folder, an < instruction file name >. detail text file is established, and the output of the instruction is written into the file.
5) NET, running on the IIS, providing an interface PendingCmd. aspx, wherein the page loading process is that all the bat files under a suspension instruction library folder are traversed, and are listed in a list form; the detailed view operation process comprises the steps that a user submits a GridView line ID and a detailed view command through a form, a background response method obtains an instruction file name corresponding to the line according to the line ID, and the instruction file and a corresponding detail file are output to a foreground for the user to view; the recovery operation is that a user submits a GridView row ID and a recovery command through a form, the background response method obtains the instruction file name corresponding to the row according to the row ID, the instruction file name is moved to the linkage instruction library, and the corresponding detail file is deleted.
6) The method comprises the steps that a log collection and analysis service, an instruction execution service and a suspension recovery service are started, the log collection and analysis service, the instruction execution service and the suspension recovery service run independently, when a new log is generated in a PDM system, a log file is moved to a working area for analysis in real time by the log collection and analysis service, and then the generated instruction file is executed in real time by the instruction execution service and is moved to a historical instruction library folder or a suspension instruction library folder; fault handlers may log into the suspend recovery service periodically to obtain fault information and recover after manual intervention.
The foregoing is merely a detailed description of the embodiments of the present invention, and some of the conventional techniques are not detailed. The scope of the present invention is not limited thereto, and any changes or substitutions that can be easily made by those skilled in the art within the technical scope of the present invention will be covered by the scope of the present invention. The protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. An information system linkage processing system, the system comprising: the system comprises a log collection and analysis device, a linkage instruction library, a log filing library, an instruction execution device, a historical instruction library, a suspension instruction library and a suspension recovery device;
the log collection and analysis device, the linkage instruction library, the instruction execution device and the historical instruction library are sequentially connected;
the linkage instruction library, the instruction execution device, the suspension instruction library and the suspension recovery device are sequentially connected to form a closed loop.
2. The information system linkage processing system according to claim 1,
the log collection and analysis device is used for monitoring the log files of the information system, reading the log files of the information system in real time, writing the log files into a log filing library, analyzing the contents of the log files into linkage processing instructions, and writing the linkage processing instructions into a linkage instruction library;
the linkage instruction library is used for storing linkage processing instructions to be executed;
the log archive library is used for backing up logs generated by the information system;
the instruction execution device is used for executing the linkage processing instruction in the linkage instruction library in real time and acquiring an instruction execution result so as to judge whether the instruction execution is successful or not, if the instruction execution is successful, the instruction content is written into the historical instruction library, and if the instruction execution is failed, the instruction content and the failure reason are written into the suspend instruction library;
the suspension recovery device provides a suspension instruction list and an execution failure reason for the fault handling personnel, and provides a human-computer interface for the fault handling personnel to recover the instruction to the linkage instruction library.
3. An information system linkage processing method applied to the system according to any one of claims 1-2, characterized by comprising:
s1, the log collection and analysis device reads the log file content item by item, and carries out matching analysis on the log items, if the log items are successfully matched, the linkage processing instruction obtained by matching analysis is written into a linkage instruction library; whether the log entries are matched successfully or not, the contents of the log entries are written into a log archive library;
s2, the instruction executing device takes out a linkage processing instruction from the linkage instruction library, executes the instruction, obtains the execution result of the instruction, judges whether the instruction is successfully executed, if the instruction is successfully executed, the instruction content is written into the history instruction library, if the instruction is unsuccessfully executed, the error information is obtained according to the execution result of the instruction, and the instruction content and the error information are written into the suspension instruction library;
s3, the fault handler obtains the list of suspend commands and the error information corresponding to each command from the suspend recovery device, and after completing the processing of the relevant fault, the fault handler recovers the command that has completed the fault processing in the suspend recovery device, and recovers the command from the suspend command library to the linkage command library, so that the command execution device can correctly execute the command that has completed the fault processing and recovered through step S2.
4. The information system linkage processing method according to claim 3, wherein the matching analysis in step S1 specifically includes the steps of:
and performing text feature matching according to the text content of the log entry to obtain an instruction template corresponding to the text feature matched with the text content of the log entry, extracting instruction execution parameters, and assembling the instruction execution parameters and the instruction template into an executable instruction.
5. The information system linkage processing method according to claim 3, wherein the step of determining whether the instruction execution is successful in step S2 is specifically performed by:
and according to the output result of the instruction execution, performing text feature matching to obtain an instruction execution result corresponding to the text feature matched with the output result of the instruction execution, thereby judging whether the instruction execution is successful.
6. The information system linkage processing method according to claim 3, wherein the step S2 of obtaining the error information according to the execution result of the command includes:
and identifying whether each line is an error information line or not according to the prefix of each line in the output result from the output result of the instruction execution, and combining all the error information lines to be used as error information.
7. The information system linkage processing method according to claim 3, wherein in the step S2, if there is an unprocessed linkage processing command in the linkage command library, the command executing device executes the step S2 in a loop.
8. The information system linkage processing method according to claim 3, wherein the execution sequence of step S1, step S2 and step S3 is a pipeline sequence.
CN201910980759.3A 2019-10-15 2019-10-15 Information system linkage processing system and method Active CN110851293B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910980759.3A CN110851293B (en) 2019-10-15 2019-10-15 Information system linkage processing system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910980759.3A CN110851293B (en) 2019-10-15 2019-10-15 Information system linkage processing system and method

Publications (2)

Publication Number Publication Date
CN110851293A true CN110851293A (en) 2020-02-28
CN110851293B CN110851293B (en) 2023-06-27

Family

ID=69596427

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910980759.3A Active CN110851293B (en) 2019-10-15 2019-10-15 Information system linkage processing system and method

Country Status (1)

Country Link
CN (1) CN110851293B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023207520A1 (en) * 2022-04-29 2023-11-02 青岛海尔科技有限公司 Information association method and apparatus, device, storage medium and product

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060253502A1 (en) * 2005-05-06 2006-11-09 Microsoft Corporation Maintenance of link level consistency between database and file system
CN105824718A (en) * 2016-04-01 2016-08-03 北京大学 Automatic repairing method and automatic repairing system for software configuration fault based on question and answer website knowledge
CN106407071A (en) * 2016-09-06 2017-02-15 珠海迈科智能科技股份有限公司 Automatic analysis tool for content service background logs based on Linux
US20190278651A1 (en) * 2018-03-07 2019-09-12 Dell Products L.P. Methods And Systems For Detecting And Capturing Host System Hang Events

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060253502A1 (en) * 2005-05-06 2006-11-09 Microsoft Corporation Maintenance of link level consistency between database and file system
CN105824718A (en) * 2016-04-01 2016-08-03 北京大学 Automatic repairing method and automatic repairing system for software configuration fault based on question and answer website knowledge
CN106407071A (en) * 2016-09-06 2017-02-15 珠海迈科智能科技股份有限公司 Automatic analysis tool for content service background logs based on Linux
US20190278651A1 (en) * 2018-03-07 2019-09-12 Dell Products L.P. Methods And Systems For Detecting And Capturing Host System Hang Events

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
吴晨: "一种基于Storm及Hadoop的海量日志安全分析系统", 《西安邮电大学学报》 *
王臻: "海量硬盘数据快速复制技术研究与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》 *
陈利跃等: "面向移动网络环境的智能协同蜜网设计与性能分析", 《电信科学》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023207520A1 (en) * 2022-04-29 2023-11-02 青岛海尔科技有限公司 Information association method and apparatus, device, storage medium and product

Also Published As

Publication number Publication date
CN110851293B (en) 2023-06-27

Similar Documents

Publication Publication Date Title
US9483390B2 (en) Three-dimensional GUI object stores in automation test tools
CN100426298C (en) Method and system for cleaning garbage files
JP4458493B2 (en) Log notification condition definition support apparatus, log monitoring system, program, and log notification condition definition support method
CN104965754A (en) Task scheduling method and task scheduling apparatus
WO2019169761A1 (en) Automated testing method and apparatus, and storage medium
US20140108087A1 (en) Log management system and log management method
KR102298395B1 (en) System and Method for User Behavior Analysis and Agent for Collection of Event
CN110377583A (en) Database script executes method, apparatus, computer equipment and storage medium
CN110555074A (en) method for extracting and processing data at fixed time, terminal and computer readable storage medium
CN112068981B (en) Knowledge base-based fault scanning recovery method and system in Linux operating system
CN110851293B (en) Information system linkage processing system and method
CN114138894A (en) Distributed transaction data synchronization method, device, equipment and readable storage medium
CN113672452A (en) Method and system for monitoring operation of data acquisition task
JP5045517B2 (en) Design document creation program, apparatus, and method
CN111737138A (en) Automatic recovery system and method for test environment
CN111737203A (en) Database history log backtracking method, device, system, equipment and storage medium
CN108804239B (en) Platform integration method and device, computer equipment and storage medium
EP2587380B1 (en) Runtime environment and method for non-invasive monitoring of software applications
CN115114284A (en) Table change processing method and system
CN111970329A (en) Method, system, equipment and medium for deploying cluster service
JP2000163602A (en) Input history storage device
JP2002366396A (en) System and program for automatically collecting fault analysis information
CN106970860B (en) System and method for reproducing centros 7 operating system fault
US20200117567A1 (en) Dump analysis generation
CN109992475A (en) A kind of processing method of log, 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