CN114217867A - Automatic operation and maintenance agent device, equipment and storage medium - Google Patents

Automatic operation and maintenance agent device, equipment and storage medium Download PDF

Info

Publication number
CN114217867A
CN114217867A CN202111423936.1A CN202111423936A CN114217867A CN 114217867 A CN114217867 A CN 114217867A CN 202111423936 A CN202111423936 A CN 202111423936A CN 114217867 A CN114217867 A CN 114217867A
Authority
CN
China
Prior art keywords
module
task
agent
data
storage medium
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
CN202111423936.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.)
New H3C Big Data Technologies Co Ltd
Original Assignee
New H3C Big Data Technologies 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 New H3C Big Data Technologies Co Ltd filed Critical New H3C Big Data Technologies Co Ltd
Priority to CN202111423936.1A priority Critical patent/CN114217867A/en
Publication of CN114217867A publication Critical patent/CN114217867A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Abstract

The invention provides an automatic operation and maintenance Agent device, equipment and a storage medium, which are used for solving the technical problems of expansibility and applicability of automatic operation and maintenance, namely Agent. The invention provides an automatic operation and maintenance Agent, namely Agent, which consists of a task module, an acquisition module, a calculation module, a cache module and a sending module, wherein the modules have relative independence in function, each module can be independently configured, and the modules are mutually matched to complete the automatic operation and maintenance function of the Agent. The invention improves the expandability of the Agent and the flexibility of configuration management, enables the new demand point of the user to be embodied to a certain module, and can quickly modify the module configuration according to the user demand so as to quickly and flexibly meet the new service demand of the user.

Description

Automatic operation and maintenance agent device, equipment and storage medium
Technical Field
The present invention relates to the field of network and communication technologies, and in particular, to an automated operation and maintenance agent apparatus, device, and storage medium.
Background
The informatization technology is rapid, the demand of informatization is more and more popularized in enterprises, the informatization scale is gradually enlarged, the complexity is gradually improved, and correspondingly, the demand of the enterprises on information safety and automatic operation and maintenance is more and more urgent.
The Agent (hereinafter, referred to as Agent) is a tool widely used in the field of automation operation and maintenance, and is generally installed on the controlled device in an independent service form, performs data acquisition and monitoring on local resource application of the controlled device, reports local data to the server for subsequent processing, and receives a direct command of the server to manage the controlled device.
The Agent is used as a communication bridge between the server and the controlled equipment, and has the functions of monitoring the direct contact between the main server and the controlled equipment, and monitoring and automatic operation and maintenance tasks are carried out in many IT scenes. In an actual application scenario, the Agent often needs to face frequent user-defined monitoring and automation requirements of users, and the requirements are often different in different enterprise environments, so that the Agent needs a large amount of customization work for dealing with different scenarios, and the expansibility and the applicability are poor.
Disclosure of Invention
In view of this, the present invention provides an automatic operation and maintenance Agent apparatus, device and storage medium, which are used to solve the technical problems of expansibility and applicability of an automatic operation and maintenance Agent.
Based on an aspect of this embodiment, the present invention provides an automated operation and maintenance agent apparatus, including:
the task module is used for acquiring task information and generating acquisition configuration according to the task information;
the acquisition module is used for generating one or more types of acquisition tasks according to the acquisition configuration and acquiring acquired data by executing the one or more types of acquisition tasks;
the calculation module is used for processing the acquired data and sending the processed result data to the cache module for caching;
the cache module is used for caching or persisting the result data output by the calculation module according to the configuration;
and the sending module is used for sending the result data to an external service or a monitoring server in a specified format according to the configuration.
Further, the task information includes one or more of the following configurations: collecting sentences, parameters and frequency;
and the task module acquires the task information from a monitoring server, a local configuration file, a database or a middleware.
Further, the type of the collection task comprises one or more of an operating system collection task, a middleware collection task and a database collection task; the collection task is realized by a code and an externally configured collection plug-in or script.
Further, the processing of the collected data by the calculation module refers to performing one or more of calculation, combination and filtering processing operations on the collected data; the calculation includes four arithmetic operations and/or text operations.
Further, the persistent mode adopted by the cache module includes a local file cache and/or a database cache.
Further, the sending module sends the result data by adopting a Remote Procedure Call (RPC) interface, middleware or a Transmission Control Protocol (TCP).
Further, each module in the device comprises:
the parameter receiving channel is used for receiving parameters and data from a previous stage;
the operation factory is used for creating and operating the thread of the module through a factory class so as to realize the function of the module;
and the internal buffer pool is used for storing the data result and the parameters generated inside the module.
Further, the apparatus further comprises:
the common thread switch is used for controlling a parameter receiving channel inside the module and operating a factory so as to control the life cycle of each module;
and the public external storage is used for caching data among the modules when congestion occurs in information interaction among the modules in the device.
The invention provides an automatic operation and maintenance Agent, namely Agent, which consists of a task module, an acquisition module, a calculation module, a cache module and a sending module, wherein the modules have relative independence in function, each module can be independently configured, and the modules are mutually matched to complete the automatic operation and maintenance function of the Agent. The invention improves the expandability of the Agent and the flexibility of configuration management, enables the new demand point of the user to be embodied to a certain module, and can quickly modify the module configuration according to the user demand so as to quickly and flexibly meet the new service demand of the user.
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 of the present invention or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the present invention, and for those skilled in the art, other drawings may be obtained according to the drawings of the embodiments of the present invention.
Fig. 1 is a schematic diagram of an Agent application scenario in a network isolation state according to an embodiment of the present invention;
fig. 2 is a schematic diagram of an automated operation and maintenance agent device and interaction with a monitoring server according to an embodiment of the present invention;
fig. 3 is a schematic diagram of an internal structure of an Agent according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a manner in which an Agent task module obtains task information according to an embodiment of the present invention;
fig. 5 is a schematic diagram of providing task information delivery through an etc in an embodiment of the present invention;
fig. 6 is an exemplary diagram of a collection task category of a collection module according to an embodiment of the present invention;
FIG. 7 is an exemplary diagram of the types of computations of the computation module provided by one embodiment of the present invention;
FIG. 8 is a schematic diagram illustrating a manner in which a cache module implements persistence of result data according to an embodiment of the present invention;
fig. 9 is a schematic diagram illustrating a manner in which a sending module sends result data to a monitoring server according to an embodiment of the present invention;
fig. 10 is a schematic structural diagram of an electronic device including an automated operation and maintenance agent apparatus according to an embodiment of the present invention.
Detailed Description
The terminology used in the embodiments of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the embodiments of the invention. As used in this embodiment of the invention, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. The term "and/or" as used herein is meant to encompass any and all possible combinations of one or more of the associated listed items.
It should be understood that although the terms first, second, third, etc. may be used to describe various information in embodiments of the present invention, the information should not be limited by these terms. These terms are only used to distinguish one type of information from another. For example, the first information may also be referred to as second information, and similarly, the second information may also be referred to as first information, without departing from the scope of embodiments of the present invention. Depending on the context, moreover, the word "if" as used may be interpreted as "at … …" or "when … …" or "in response to a determination".
In an actual application scenario, the Agent often needs to face the frequent user-defined monitoring and automation requirements of users, and the requirements are often different in different enterprise environments, so that a large amount of customization work is needed for the Agent to deal with different scenarios. In order to solve the embarrassment of the Agent in the using process, the invention provides an automatic operation and maintenance Agent frame structure, and the Agent customization work in the application scene can be reduced into the customization of modules through the automatic operation and maintenance Agent frame structure, so that the expansibility and the applicability of Agent products are improved.
The basic idea of the invention is to abstract the general service flow of the Agent into a plurality of independent modules, and the independent modules form a pipeline structure in series, thereby forming a set of general Agent frame structure. The modules in the frame are mutually independent, data are transmitted to the next module in a specified structure, and each transmission link is provided with a buffering and overflowing buffering/discarding mechanism so as to prevent the influence of the blockage of any module in the link on the whole link. Each module has a plurality of implementation modes and can be arbitrarily plugged and unplugged in a mode designated by a configuration file.
The Agent provided by the invention can be regarded as an Agent device consisting of a plurality of software or hardware modules, the Agent device can be installed on controlled equipment to realize data acquisition, state monitoring and the like on local resources, systems or applications of the controlled equipment, report the acquired local data to a monitoring server for subsequent processing, and receive a direct command of the server to manage the controlled equipment.
Fig. 1 is a schematic diagram of an Agent application scenario in a network isolation state according to an embodiment of the present invention, where a monitoring Agent is deployed in each monitoring subnet in the scenario. The monitoring server is located in the monitoring management network, receives preset or custom monitoring configuration and issues the configuration to the Agent of the controlled host in the monitoring sub-network, and the Agent uploads monitoring data to the monitoring server through the monitoring Agent for subsequent processing.
Fig. 2 is a schematic diagram of an automated operation and maintenance Agent device and interaction with a monitoring server according to an embodiment of the present invention, in which an Agent, i.e., an Agent device, divides an Agent into a task module, an acquisition module, a calculation module, a cache module, and a transmission module based on a modular concept.
The operation flow of the Agent is as follows: after the Agent is started, the task module acquires task information through configuration issuing service located at a monitoring server, the acquisition module generates a timing or disposable task according to the task information to acquire data, transmits an acquired result to the calculation module to be processed, caches or persists the processed result data through the cache module, and finally transmits the data to external data receiving service through the transmission module.
Fig. 3 is a schematic diagram of an internal structure of an Agent module according to an embodiment of the present invention, and in the Agent framework structure according to the present invention, each module may be an independent module and operate in an independent thread. The figure takes a module 2 as an example, and illustrates an internal structure example of the module in the Agent, and the module internally comprises sub-modules such as a parameter receiving channel, an operating factory, an internal buffer pool and the like.
The parameter receiving channel (channel) is used for receiving parameters and data from the upper stage;
the operation factory is used for creating and operating the thread of the module through a factory class so as to realize the function of the module;
the internal buffer pool is used for storing data results and parameters generated inside the module;
the Agent can control the life cycle of each module by controlling the parameter receiving channel inside the module and operating the factory through the public thread switch. When information interaction among the modules in the Agent is congested, the blocked data among the modules can be cached by using an external storage component.
In addition, the buffering/discarding strategy of each module can be configured respectively, so as to conveniently solve the problem of data connection forwarding under the condition that the operation speeds of the modules are not matched under various application environments.
The function of each module in the Agent is described in detail below.
And the task module is used for acquiring the task information, generating acquisition configuration according to the task information and sending the acquisition configuration to the acquisition module. The task information may include configurations such as acquisition statements, acquisition parameters, acquisition frequency, and the like.
Fig. 4 is a schematic diagram of a manner in which an Agent task module obtains task information according to an embodiment of the present invention. The task information in the invention can be acquired in various ways, for example, the task information can be acquired from configuration issuing service in a monitoring service terminal through a database or middleware, can also be read from a local configuration file, can also be acquired from a database (such as ETCD), and the like. The task module selects one or more acquisition modes.
Fig. 5 is a schematic diagram providing task information distribution via an ETCD according to an embodiment of the present invention, where the ETCD is a high-reliability Key Value storage system, and in this example, a task module obtains task information from the ETCD from a configuration management service in a monitoring management network. The management platform issues the task information of the JSON structure to an ETCD specified directory, and a task module of the Agent keeps monitoring the directory corresponding to the ETCD during operation and acquires the task information through monitoring events. After the task module obtains the task information, the task module generates a timing acquisition configuration according to the task information and sends the timing acquisition configuration to the acquisition module.
Fig. 6 is an exemplary diagram of a collection task category of a collection module according to an embodiment of the present invention.
The acquisition module is used for generating one or more types of acquisition tasks according to the acquisition configuration and executing the one or more types of acquisition tasks in a timing, periodic or one-time execution mode to obtain acquisition data. Common types of collection tasks include, but are not limited to, an operating system collection task, a middleware collection task, a database collection task, and the like, and each collection task may be implemented in code or via an externally configured collection plug-in/script. The acquisition module may use multiple acquisition task implementations simultaneously. Taking linux collection task type as an example, the collection module may maintain a thread pool in the memory, and the thread pool collects statements through a Command Line Interface (CLI) of a plug-in binary execution file, forms collection result data in a specified format, and sends the collection result data to the calculation module.
Fig. 7 is an exemplary diagram of the calculation type of the calculation module according to an embodiment of the present invention.
The calculation module is used for processing the acquired data and sending the processed result data to the cache module for caching. If no further processing is required on the collected data, the data can be directly sent to the cache module. For the situation that the result data cannot be directly obtained, further processing is required to be performed on the acquired data, wherein the processing refers to performing one or more of processing operations such as calculation, combination, filtering and the like on the acquired data; the calculation includes four arithmetic operations and/or text operations. Taking the collection of CPU performance index data as an example, after the collection unit collects the total CPU running time and the CPU idle time by using the command line interface CLI collection statement, the result data of the CPU time usage rate can be calculated by using the following four equations:
"CpuUtilization=((((Total2-Total1)-(Idle2-Idle1))/(Total2-Total1))>0)?((((Total2-Total1)-(Idle2-Idle1))/(Tot al2-Total1))*100):0"
the calculation module illustrated in fig. 7 performs the types of processing including: the method comprises the steps of carrying out combination calculation on a plurality of pieces of collected data, carrying out formula calculation for processing the collected data by using a given formula, filtering the collected result data and the like, wherein in addition, the specific processing type can be expanded by configuration according to the service requirement, and the method is not limited by the specific type.
Fig. 8 is a schematic diagram illustrating a manner in which a cache module implements persistence of result data according to an embodiment of the present invention.
The cache module is used for caching or persisting the result data output by the computing module according to the configuration based on the user requirement. The persistence function is responsible for persisting data to prevent loss before transmission, and the persisted manner includes local file caching, database caching, and the like. The persistent mode adopted by the cache module can select one or more modes according to the business requirements. Taking the database approach as an example, an Agent may integrate a lightweight relational database sqlite for persistence of the result data.
Fig. 9 is a schematic diagram illustrating a manner in which a sending module sends result data to a monitoring server according to an embodiment of the present invention. The sending module is used for sending the result data to an external service or a monitoring server in a specified format according to configuration based on user requirements, and the sending mode can support sending in Remote Procedure Call (RPC) interfaces, middleware, Transmission Control Protocol (TCP) and other modes. For example, in some large distributed systems, a Kafka cluster may be used as a middleware to send result data to a monitoring server, a sending module serves as a producer to send the result data to a Topic specified for the monitoring server in Kafka, and the monitoring server serves as a consumer to read the result data sent by the sending module from the specified Topic.
The technical scheme provided by the invention has the following remarkable technical effects:
(1) the modules in the invention have independence mutually, the configuration of each module has expansibility, for example, the task information of the task module has various acquisition modes and can be configured, the processing and processing modes of the acquisition module on the acquired data can be configured, and the like, and each module is configured with various implementation modes, so that the implementation modes can be switched simply, and the invention has wide adaptability and strong expansibility.
(2) The internal buffer pool is arranged in each module and can provide a public external storage space, and the buffer/discard strategy of each module can be respectively configured so as to conveniently solve the problem that the operation speeds of the sub-modules are different under various application environments.
(3) The modules have low coupling, and the problem of one module does not influence the work of other modules.
(4) The new demand point of the user can be embodied to a certain module, and the module configuration can be quickly modified according to the user demand so as to quickly and flexibly meet the new service demand of the user.
Fig. 10 is a schematic structural diagram of an electronic device including an automated operation and maintenance agent apparatus according to an embodiment of the present invention, where the electronic device 800 includes: a processor 810 such as a Central Processing Unit (CPU), a communication bus 820, a communication interface 840, and a storage medium 830. Wherein the processor 810 and the storage medium 830 may communicate with each other through a communication bus 820. The storage medium 830 stores a computer program, and when the computer program is executed by the processor 810, the implementation steps corresponding to the functions of the modules of the Agent, which is the automated operation and maintenance Agent device provided by the present invention, can be implemented.
The storage medium may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. In addition, the storage medium may be at least one memory device located remotely from the processor. The Processor may be a general-purpose Processor including a Central Processing Unit (CPU), a Network Processor (NP), etc.; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components.
It should be recognized that embodiments of the present invention can be realized and implemented by computer hardware, a combination of hardware and software, or by computer instructions stored in a non-transitory memory. The method may be implemented in a computer program using standard programming techniques, including a non-transitory storage medium configured with the computer program, where the storage medium so configured causes a computer to operate in a specific and predefined manner. Each program may be implemented in a high level procedural or object oriented programming language to communicate with a computer system. However, the program(s) can be implemented in assembly or machine language, if desired. In any case, the language may be a compiled or interpreted language. Furthermore, the program can be run on a programmed application specific integrated circuit for this purpose. Further, operations of processes described herein may be performed in any suitable order unless otherwise indicated herein or otherwise clearly contradicted by context. The processes described herein (or variations and/or combinations thereof) may be performed under the control of one or more computer systems configured with executable instructions and may be implemented as code (e.g., executable instructions, one or more computer programs, or one or more applications) collectively executed on one or more processors, by hardware, or combinations thereof. The computer program includes a plurality of instructions executable by one or more processors.
Further, the method may be implemented in any type of computing platform operatively connected to a suitable interface, including but not limited to a personal computer, mini computer, mainframe, workstation, networked or distributed computing environment, separate or integrated computer platform, or in communication with a charged particle tool or other imaging device, and the like. Aspects of the invention may be embodied in machine-readable code stored on a non-transitory storage medium or device, whether removable or integrated into a computing platform, such as a hard disk, optically read and/or write storage medium, RAM, ROM, or the like, such that it may be read by a programmable computer, which when read by the storage medium or device, is operative to configure and operate the computer to perform the procedures described herein. Further, the machine-readable code, or portions thereof, may be transmitted over a wired or wireless network. The invention described herein includes these and other different types of non-transitory computer-readable storage media when such media include instructions or programs that implement the steps described above in conjunction with a microprocessor or other data processor. The invention also includes the computer itself when programmed according to the methods and techniques described herein.
The above description is only an example of the present invention, and is not intended to limit the present invention. Various modifications and alterations to this invention will become apparent to those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. An automated operation and maintenance agent device, comprising:
the task module is used for acquiring task information and generating acquisition configuration according to the task information;
the acquisition module is used for generating one or more types of acquisition tasks according to the acquisition configuration and acquiring acquired data by executing the one or more types of acquisition tasks;
the calculation module is used for processing the acquired data and sending the processed result data to the cache module for caching;
the cache module is used for caching or persisting the result data output by the calculation module according to the configuration;
and the sending module is used for sending the result data to an external service or a monitoring server in a specified format according to the configuration.
2. The apparatus of claim 1,
the task information includes one or more of the following configurations: collecting sentences, parameters and frequency;
and the task module acquires the task information from a monitoring server, a local configuration file, a database or a middleware.
3. The apparatus of claim 1,
the type of the collection task comprises one or more of an operating system collection task, a middleware collection task and a database collection task;
the collection task is realized by a code and an externally configured collection plug-in or script.
4. The apparatus of claim 1,
the calculation module is used for processing the acquired data, namely performing one or more of calculation, combination and filtering processing on the acquired data; the calculation includes four arithmetic operations and/or text operations.
5. The apparatus of claim 1,
the persistent mode adopted by the cache module comprises local file cache and/or database cache.
6. The apparatus of claim 1,
and the sending module sends the result data by adopting a Remote Procedure Call (RPC) interface, middleware or a Transmission Control Protocol (TCP).
7. The apparatus of claim 1, wherein each module in the apparatus comprises:
the parameter receiving channel is used for receiving parameters and data from a previous stage;
the operation factory is used for creating and operating the thread of the module through a factory class so as to realize the function of the module;
and the internal buffer pool is used for storing the data result and the parameters generated inside the module.
8. The apparatus of claim 7, further comprising:
the common thread switch is used for controlling a parameter receiving channel inside the module and operating a factory so as to control the life cycle of each module;
and the public external storage is used for caching data among the modules when congestion occurs in information interaction among the modules in the device.
9. An electronic device is characterized by comprising a processor, a communication interface, a storage medium and a communication bus, wherein the processor, the communication interface and the storage medium are communicated with each other through the communication bus;
a storage medium for storing a computer program;
a processor for executing the computer program stored in the storage medium to implement the steps of implementing the functions corresponding to the respective modules in the apparatus according to any one of claims 1 to 8.
10. A storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the steps of implementing the functions corresponding to the modules in the apparatus according to any one of claims 1 to 8.
CN202111423936.1A 2021-11-26 2021-11-26 Automatic operation and maintenance agent device, equipment and storage medium Pending CN114217867A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111423936.1A CN114217867A (en) 2021-11-26 2021-11-26 Automatic operation and maintenance agent device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111423936.1A CN114217867A (en) 2021-11-26 2021-11-26 Automatic operation and maintenance agent device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114217867A true CN114217867A (en) 2022-03-22

Family

ID=80698517

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111423936.1A Pending CN114217867A (en) 2021-11-26 2021-11-26 Automatic operation and maintenance agent device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114217867A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115309614A (en) * 2022-10-12 2022-11-08 梯度云科技(北京)有限公司 Method and device for monitoring operation and maintenance of host and application

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115309614A (en) * 2022-10-12 2022-11-08 梯度云科技(北京)有限公司 Method and device for monitoring operation and maintenance of host and application

Similar Documents

Publication Publication Date Title
US10834015B2 (en) Dynamic resource allocation for sensor devices on a mixed-infrastructure network
CN102196373B (en) Short message alarm system and short message alarm method
US20060294221A1 (en) System for programmatically controlling measurements in monitoring sources
CN113742031B (en) Node state information acquisition method and device, electronic equipment and readable storage medium
CN110716744A (en) Data stream processing method, system and computer readable storage medium
JPS61500751A (en) Method for stopping program processes in multiprocessing systems
CN105653425A (en) Complicated event processing engine based monitoring system
CN113704052B (en) Operation and maintenance system, method, equipment and medium of micro-service architecture
CN104881256B (en) The method and apparatus being monitored for the availability to data source
CN114217867A (en) Automatic operation and maintenance agent device, equipment and storage medium
CN110865921A (en) Data monitoring method and device, readable storage medium and electronic equipment
US10313179B1 (en) Systems and methods for network element access analysis, collision avoidance, and fault resolution
CN112417050A (en) Data synchronization method and device, system, storage medium and electronic device
CN109412970B (en) Data transfer system, data transfer method, electronic device, and storage medium
CN113419921B (en) Task monitoring method, device, equipment and storage medium
EP1146426B1 (en) Dynamic rule sets for generated logs in a network
CN112671665B (en) Intelligent traffic scheduling method, device, equipment and storage medium
CN112561326A (en) Task execution method and device, storage medium and electronic device
CN107066366B (en) Complex event processing engine state monitoring and disaster recovery method for Internet of things
CN111400060A (en) Equipment linkage method, device, server and medium
CN101964922B (en) Abnormal condition capturing method and device
EP4066117B1 (en) Managing provenance information for data processing pipelines
CN111694671B (en) Big data component management method, device, server, electronic equipment and system
CN110351142B (en) Network equipment management method, equipment and system
CN117827986A (en) System deployment architecture diagram generation method and related equipment

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