CN112069144A - Method and device for collecting system logs by multi-control cluster - Google Patents

Method and device for collecting system logs by multi-control cluster Download PDF

Info

Publication number
CN112069144A
CN112069144A CN202010889588.6A CN202010889588A CN112069144A CN 112069144 A CN112069144 A CN 112069144A CN 202010889588 A CN202010889588 A CN 202010889588A CN 112069144 A CN112069144 A CN 112069144A
Authority
CN
China
Prior art keywords
file
configuration
log
node controller
collecting
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.)
Withdrawn
Application number
CN202010889588.6A
Other languages
Chinese (zh)
Inventor
王栋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010889588.6A priority Critical patent/CN112069144A/en
Publication of CN112069144A publication Critical patent/CN112069144A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems

Landscapes

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

Abstract

The invention discloses a method and a device for collecting system logs by a multi-control cluster, wherein the method comprises the following steps: analyzing a preset configuration file and generating a log collection instruction; the configuration file stores the configuration for collecting the log; collecting logs of a current configuration node controller based on a log collection instruction to obtain a first file; sending a log collection instruction to a non-configuration node controller so that the non-configuration node performs log collection and obtains a second file; receiving a second file; and obtaining a log file according to the first file and the second file. The method realizes automatic collection of the log information of the node controllers, avoids the maintenance personnel from logging in each node controller to download the log, improves the log collection efficiency, and saves a large amount of time and labor.

Description

Method and device for collecting system logs by multi-control cluster
Technical Field
The invention relates to the technical field of storage servers, in particular to a method and a device for collecting system logs by a multi-control cluster.
Background
In the cluster, the same work is completed by a plurality of controllers, higher efficiency is achieved, the working processes and data of the plurality of controllers are completely the same, if one controller is down, the other controller can be put into work at once, and each controller corresponds to one node. At present, the working state or the failure reason of the nodes of the cluster needs to be analyzed, and then the working logs of the nodes in the cluster need to be collected. However, in the existing log collection technology, a customer service staff is required to log in each node of a cluster in sequence, manually search a required log file and then download the log file to the local, manually execute a command to obtain current system state information, and then package and compress the log file for storage. Therefore, the current log collection mode is low in efficiency, and a large amount of time and labor are consumed.
Disclosure of Invention
In view of the above problems, the invention provides a method and a device for collecting system logs by a multi-control cluster, which realize automatic collection of log information of node controllers, avoid the need of logging in each node controller for log downloading by maintenance personnel, improve log collection efficiency, and save a large amount of time and labor.
In a first aspect, the present application provides the following technical solutions through an embodiment:
a method for collecting system logs by a multi-control cluster comprises the following steps:
analyzing a preset configuration file and generating a log collection instruction; the configuration file stores the configuration for collecting the log;
collecting logs of a current configuration node controller based on the log collection instruction to obtain a first file;
sending the log collection instruction to a non-configuration node controller so that the non-configuration node performs log collection and obtains a second file;
receiving the second file;
and obtaining a log file according to the first file and the second file.
Optionally, before analyzing the preset configuration file and generating the log collection instruction, the method further includes:
creating an initial file in an xml format;
and writing the configuration of the collection log and the configuration of the system state of the recording node controller into the initial file to obtain the configuration file.
Optionally, the configuration of collecting logs includes:
a log path and a log file name.
Optionally, the configuration of the system state of the node controller includes:
the method comprises a query command, an output file name corresponding to the query command and an output path corresponding to the query command.
Optionally, the obtaining a log file according to the first file and the second file includes:
and packaging the first file and the second file based on the configuration file to obtain the log file.
In a second aspect, based on the same inventive concept, the present application provides the following technical solutions through an embodiment:
an apparatus for a multi-control cluster to collect system logs, comprising:
the analysis module is used for analyzing a preset configuration file and generating a log collection instruction; the configuration file stores the configuration for collecting the log;
the first collection module is used for collecting the logs of the currently configured node controller based on the log collection instruction to obtain a first file;
the second collection module is used for sending the log collection instruction to a non-configuration node controller so as to enable the non-configuration node to collect logs and obtain a second file;
the receiving module is used for receiving the second file;
and the third collecting module is used for obtaining the log file according to the first file and the second file.
Optionally, the system further comprises a configuration module, configured to, before the preset configuration file is parsed and the log collection instruction is generated,
creating an initial file in an xml format; and writing the configuration of the collection log and the configuration of the system state of the recording node controller into the initial file to obtain the configuration file.
Optionally, the configuration of collecting logs includes:
a log path and a log file name.
Optionally, the configuration of the system state of the node controller includes:
the method comprises a query command, an output file name corresponding to the query command and an output path corresponding to the query command.
In a third aspect, based on the same inventive concept, the present application provides the following technical solutions through an embodiment:
a computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method of any one of the first aspects.
The method and the device for collecting the system logs by the multi-control cluster provided by the embodiment of the invention analyze the preset configuration file and generate the log collection instruction; the configuration file stores the configuration for collecting the log; then, collecting logs of the currently configured node controller based on a log collection instruction to obtain a first file; the log collection instruction is sent to the non-configuration node controller so that the non-configuration node can collect logs and obtain a second file, and the log collection instruction is generated in the configuration node controller, so that configuration workload and computing resources can be saved, and unified management is facilitated; and receiving the second file and obtaining the log file according to the first file and the second file, so that the log information in the configuration node controller and the non-configuration node controller can be referred conveniently and the storage space can be saved. Therefore, the method for collecting the system logs by the multi-control cluster in the embodiment of the invention realizes automatic collection of the log information of the node controllers, avoids the maintenance personnel from logging in each node controller to download the logs, improves the log collection efficiency and saves a large amount of time and labor.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on the drawings without creative efforts. In the drawings:
FIG. 1 is a flowchart illustrating a method for collecting system logs by a multi-control cluster according to a first embodiment of the present invention;
fig. 2 is a schematic structural diagram illustrating an apparatus for collecting system logs by a multi-control cluster according to a second embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
First embodiment
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for collecting system logs by a multi-control cluster according to a first embodiment of the present invention.
The multi-control cluster means a cluster of a plurality of node controllers, and the number of the multi-control clusters is two or more. Specifically, the method for collecting system logs by the multi-control cluster includes:
step S10: analyzing a preset configuration file and generating a log collection instruction; and the configuration file stores the configuration for collecting the log.
In step S10, the preset configuration file should be configured before step S10, and the contents of the configuration should include the configuration of collecting logs and the configuration of recording the system state of the node controller. Specifically, before step S10, the method includes:
creating an initial file in an xml format; and writing the configuration of the collection log and the configuration of the system state of the recording node controller into an initial file to obtain the configuration file. The configuration for collecting the log at least comprises a log path and a log file name. And finding the log at the corresponding position in the node controller according to the log path and the log file name. In this embodiment, the node controllers include a configured node controller and a non-configured node controller. Configuring a node controller to represent a node controller running a service; the non-configuration node controller is used as a spare node controller, that is, when the configuration node controller has a fault such as downtime, the non-configuration node controller corresponding to the configuration node controller can be called to work, so that the normal function of the cluster is ensured. The non-configured nodes may be one or more. The method of the embodiment can be particularly applied to the configuration of the node controller.
It should be noted that there may be a plurality of configuration node controllers in this embodiment, and each configuration node controller may execute steps S10-S50 in this embodiment.
In this embodiment, in order to detect the system state of the node controller, when collecting the log, the system state may be collected to analyze whether the system state of the node controller is normal or abnormal. Specifically, the configuration for recording the system state of the node controller may include: the query command, the output file name corresponding to the query command and the output path corresponding to the query command. The system state can be output to the corresponding output path in a mode of outputting a file through the query command for querying the system state. The system state includes, but is not limited to, the state of each process, the state of the network, the state of each critical module of the system, and the like.
In step S10, when the log of the node controller needs to be collected, the configuration node controller may start parsing the configuration file after receiving the collection command of the management node. The configuration of collecting logs and the configuration of recording the system state are written in the configuration file. Therefore, when the log collection is started, the configuration node controller can realize the analysis of the configuration file through the script and generate the log collection instruction according to the configuration file. The script is written in a manner that is realized by those skilled in the art according to common syntax rules, and the specific code of the script is not listed in this embodiment.
After the log collection command is generated, the log collection command at least comprises log paths and log file names of the collected logs of the configuration node controller and the non-configuration node controller. The configuration node controller will perform log collection according to the log collection instruction, i.e., execute step S20.
Step S20: and collecting the logs of the current configuration node controller based on the log collection instruction to obtain a first file.
In step S20, the configuration node controller may collect the log of the current configuration node controller according to the log collection instruction and the log path and the file name in the configuration node controller. And simultaneously, inquiring the system state of the configuration node controller according to the inquiry command in the log collection instruction, and finally outputting the system state according to the output file name and the output path. Since the collected logs and system states may be a plurality of scattered files, in order to save storage space and facilitate download management by management personnel, the logs and system states collected by the configuration node controller may be classified and compressed and packaged. Finally, a first file containing log information of the configuration node is obtained; the commands for sorting and compression packaging may be preset in a configuration file.
Step S30: and sending the log collection instruction to a non-configuration node controller so that the non-configuration node performs log collection and obtains a second file.
In step S30, since the non-configuration node controller is used as a backup of the configuration node controller, in this embodiment, the log collection instruction may be generated in the configuration node controller, and then sent to the non-configuration node controller through the data transmission channel between the multi-control clusters. In the non-configuration node controller, the log in the non-configuration node controller and the system state of the non-configuration node controller are collected according to the log collection instruction, and then classification and compression are carried out to obtain a second file containing log files. Specifically, the execution process may refer to the collection process of the configuration node controller, and is not described in detail. Because the log collection of the non-configuration node controller is a log collection command generated by the configuration node controller, the configuration is only required to be carried out on the configuration node controller, and each node controller does not need to be configured.
It should be noted that the execution sequence of steps S20-S30 is not limited, and step S30 may be executed first and step S20 is executed later; steps S20 and S30 may be performed simultaneously.
Step S40: receiving the second file;
in step S40, the second file is sent under control of the non-configured node, and may be sent as a compressed file and received by the configured node controller.
Step S50: and obtaining a log file according to the first file and the second file.
In step S50, the first file and the second file may be packaged based on the configuration file to obtain a log file. Therefore, a command for packing the first file and the second file should be written in the configuration file in advance. And the configuration node controller packages the first file and the second file based on the compression and packaging commands contained in the configuration file to obtain a log file. Convenient for maintenance and management personnel to download after packaging
Furthermore, a deletion command can be written in the configuration file, the deletion command is used for deleting the first file and the second file after being packaged, and is also used for deleting the process file for generating the first file or the second file so as to clear up the storage space, and a source file in a log path corresponding to the downloaded log file can be deleted through the deletion command, so that the system service stagnation caused by the fact that the log occupies a disk is avoided. According to the invention, through the configuration file, the log file name, the log path and the system state information which need to be acquired are collected, a compression packet is generated locally and automatically sent to the configuration node controller for unified collection, and the intermediate file in the log collection process is automatically deleted, so that the log collection efficiency is greatly improved, the problems of occupying disk space and the like caused by log accumulation are reduced, and the like
In summary, in the method for collecting system logs by a multi-control cluster provided in this embodiment, a log collection instruction is generated by analyzing a preset configuration file; the configuration file stores the configuration for collecting the log; then, collecting logs of the currently configured node controller based on a log collection instruction to obtain a first file; the log collection instruction is sent to the non-configuration node controller so that the non-configuration node can collect logs and obtain a second file, and the log collection instruction is generated in the configuration node controller, so that configuration workload and computing resources can be saved, and unified management is facilitated; and receiving the second file and obtaining the log file according to the first file and the second file, so that the log information in the configuration node controller and the non-configuration node controller can be referred conveniently and the storage space can be saved. In the embodiment of the method for collecting the system logs by the multi-control cluster, log information of the node controllers is automatically collected, the problem that maintenance personnel need to log in each node controller to download logs is avoided, log collection efficiency is improved, and a large amount of time and labor are saved.
Second embodiment
Based on the same inventive concept, a second embodiment of the present invention provides an apparatus 300 for collecting system logs by a multi-control cluster. Fig. 2 is a schematic structural diagram illustrating an apparatus 300 for collecting system logs by a multi-control cluster according to a second embodiment of the present invention.
The apparatus 300 for collecting system logs by a multi-control cluster includes:
the analysis module 301 is configured to analyze a preset configuration file and generate a log collection instruction; the configuration file stores the configuration for collecting the log;
a first collecting module 302, configured to collect logs of a currently configured node controller based on the log collecting instruction, and obtain a first file;
the second collecting module 303 is configured to send the log collecting instruction to a non-configuration node controller, so that the non-configuration node performs log collection and obtains a second file;
a receiving module 304, configured to receive the second file;
a third collecting module 305, configured to obtain a log file according to the first file and the second file.
As an optional implementation manner, the system further includes a configuration module, configured to, before the preset configuration file is parsed and the log collection instruction is generated,
creating an initial file in an xml format; and writing the configuration of the collection log and the configuration of the system state of the recording node controller into the initial file to obtain the configuration file.
As an optional implementation, the configuration of collecting the log includes:
a log path and a log file name.
As an optional implementation, the configuration of the system state of the node controller includes:
the method comprises a query command, an output file name corresponding to the query command and an output path corresponding to the query command.
It should be noted that, the specific implementation and technical effects of the apparatus 300 for collecting system logs by a multi-control cluster according to the embodiment of the present invention are the same as those of the foregoing method embodiment, and for brief description, reference may be made to corresponding contents in the foregoing method embodiment for a part not mentioned in the apparatus embodiment.
Third embodiment
Based on the same inventive concept, another embodiment of the present application provides a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of the method according to any one of the first embodiment.
It should be noted that, in the computer-readable storage medium provided by the embodiment of the present invention, technical effects produced when the computer program is executed are the same as those of the foregoing method embodiment, and for brief description, for the sake of brevity, reference may be made to corresponding contents in the foregoing method embodiment for the non-mentioned part of the present embodiment.
The term "and/or" appearing herein is merely one type of associative relationship that describes an associated object, meaning that three relationships may exist, e.g., a and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship; the word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (10)

1. A method for collecting system logs by a multi-control cluster is characterized by comprising the following steps:
analyzing a preset configuration file and generating a log collection instruction; the configuration file stores the configuration for collecting the log;
collecting logs of a current configuration node controller based on the log collection instruction to obtain a first file;
sending the log collection instruction to a non-configuration node controller so that the non-configuration node performs log collection and obtains a second file;
receiving the second file;
and obtaining a log file according to the first file and the second file.
2. The method of claim 1, wherein before parsing the preset configuration file and generating the log collection instruction, the method further comprises:
creating an initial file in an xml format;
and writing the configuration of the collection log and the configuration of the system state of the recording node controller into the initial file to obtain the configuration file.
3. The method of claim 2, wherein collecting the configuration of the log comprises:
a log path and a log file name.
4. The method of claim 2, wherein the recording of the configuration of the system state of the node controller comprises:
the method comprises a query command, an output file name corresponding to the query command and an output path corresponding to the query command.
5. The method of claim 1, wherein obtaining a log file from the first file and the second file comprises:
and packaging the first file and the second file based on the configuration file to obtain the log file.
6. An apparatus for collecting system logs by a multi-control cluster, comprising:
the analysis module is used for analyzing a preset configuration file and generating a log collection instruction; the configuration file stores the configuration for collecting the log;
the first collection module is used for collecting the logs of the currently configured node controller based on the log collection instruction to obtain a first file;
the second collection module is used for sending the log collection instruction to a non-configuration node controller so as to enable the non-configuration node to collect logs and obtain a second file;
the receiving module is used for receiving the second file;
and the third collecting module is used for obtaining the log file according to the first file and the second file.
7. The apparatus of claim 6, further comprising a configuration module configured to, prior to said parsing a pre-set configuration file and generating log collection instructions,
creating an initial file in an xml format; and writing the configuration of the collection log and the configuration of the system state of the recording node controller into the initial file to obtain the configuration file.
8. The apparatus of claim 7, wherein the collecting the configuration of the log comprises:
a log path and a log file name.
9. The apparatus of claim 7, wherein the configuration of the system state of the recording node controller comprises:
the method comprises a query command, an output file name corresponding to the query command and an output path corresponding to the query command.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
CN202010889588.6A 2020-08-28 2020-08-28 Method and device for collecting system logs by multi-control cluster Withdrawn CN112069144A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010889588.6A CN112069144A (en) 2020-08-28 2020-08-28 Method and device for collecting system logs by multi-control cluster

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010889588.6A CN112069144A (en) 2020-08-28 2020-08-28 Method and device for collecting system logs by multi-control cluster

Publications (1)

Publication Number Publication Date
CN112069144A true CN112069144A (en) 2020-12-11

Family

ID=73659732

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010889588.6A Withdrawn CN112069144A (en) 2020-08-28 2020-08-28 Method and device for collecting system logs by multi-control cluster

Country Status (1)

Country Link
CN (1) CN112069144A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112486938A (en) * 2020-12-28 2021-03-12 上海七牛信息技术有限公司 Log collection method and system applied to kubernets cluster
CN115378802A (en) * 2022-08-24 2022-11-22 深圳市晨北科技有限公司 Log collection method, device and equipment and computer readable storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112486938A (en) * 2020-12-28 2021-03-12 上海七牛信息技术有限公司 Log collection method and system applied to kubernets cluster
CN115378802A (en) * 2022-08-24 2022-11-22 深圳市晨北科技有限公司 Log collection method, device and equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN112612675B (en) Distributed big data log link tracking method and system under micro-service architecture
US10798148B2 (en) Configuring nodes of distributed systems
US9785532B2 (en) Performance regression manager for large scale systems
CN102323945B (en) SQL (Structured Query Language)-based database management method and device
CN107844343B (en) Upgrading system and method for complex server application system
US20090158268A1 (en) Software Distribution Method and System
CN106462575A (en) Design and implementation of clustered in-memory database
CN107819640B (en) Monitoring method and device for robot operating system
CN109359094A (en) A kind of full link tracing method and device of distributed system journal
CN112069144A (en) Method and device for collecting system logs by multi-control cluster
CN113656245B (en) Data inspection method and device, storage medium and processor
CN111339118A (en) Kubernetes-based resource change history recording method and device
CN112685370A (en) Log collection method, device, equipment and medium
CN115827380A (en) Cloud platform monitoring method and cloud platform monitoring system
US10901998B2 (en) Managing a modification to a consistent region of a stream computing environment
CN107995026B (en) Management and control method, management node, managed node and system based on middleware
CN117807143A (en) Out-of-band information processing method and device based on multi-data source fusion
CN112671586B (en) Automatic migration and guarantee method and device for service configuration
CN111177239B (en) Unified log processing method and system based on HDP big data cluster
CN107632899B (en) Snapshot service method and device of application server
CN115878213A (en) Dynamic loading method for Internet of things equipment driver
CN109710487A (en) A kind of monitoring method and device
CN110727565A (en) Network equipment platform information collection method and system
CN112422349A (en) Network management system, method, equipment and medium for NFV
CN110858806B (en) Generation method and device of node deployment file, node deployment method and device and electronic 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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20201211