CN111782205B - Universal software deployment monitoring method - Google Patents

Universal software deployment monitoring method Download PDF

Info

Publication number
CN111782205B
CN111782205B CN202010754430.8A CN202010754430A CN111782205B CN 111782205 B CN111782205 B CN 111782205B CN 202010754430 A CN202010754430 A CN 202010754430A CN 111782205 B CN111782205 B CN 111782205B
Authority
CN
China
Prior art keywords
product package
software
monitoring
deployment
management module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010754430.8A
Other languages
Chinese (zh)
Other versions
CN111782205A (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.)
Hangzhou Daishu Technology Co ltd
Original Assignee
Hangzhou Daishu 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 Hangzhou Daishu Technology Co ltd filed Critical Hangzhou Daishu Technology Co ltd
Priority to CN202010754430.8A priority Critical patent/CN111782205B/en
Publication of CN111782205A publication Critical patent/CN111782205A/en
Application granted granted Critical
Publication of CN111782205B publication Critical patent/CN111782205B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a general software deployment monitoring method, which belongs to the technical field of big data, and comprises a server cluster and a client, wherein the server cluster and the client adopt a C/S system framework; the server cluster and the client are communicated by adopting gRPC mechanism; the invention standardizes and streamlines the deployment, monitoring and operation and maintenance processes of the software, has simple operation and reduces the operation and maintenance implementation cost, thereby improving the deployment, delivery and operation and maintenance efficiency, having wide applicability and high replicability, providing a software deployment monitoring scheme for reference for enterprises and reducing the investment of the enterprises in implementing the software system delivery.

Description

Universal software deployment monitoring method
Technical Field
The invention belongs to the technical field of big data, and relates to a general software deployment monitoring method.
Background
The novel infrastructure represented by 5G, artificial intelligence, industrial Internet and Internet of things is an informationized and digitized infrastructure in nature, and a software system is an important component of the novel infrastructure (new infrastructure). In addition, in the fields of software development and software delivery, continuous integration and continuous delivery have become one of the most popular innovation directions. Software system deployment and monitoring is the most important loop in the software delivery process, and its efficiency often determines the cost and profits of the software provider; efficient software deployment monitoring systems are becoming a necessity for software providers, particularly enterprise software service providers.
In the aspect of software system deployment monitoring, open-source solutions in communities, such as Ansible, jenkins, puppet, are provided, and each open-source solution has an emphasis, such as Ansible, and the automatic operation and maintenance are emphasized, and although a simple Web interaction page exists, a certain technical threshold is provided for practical use; jenkins focuses on automated assembly line work, such as automated compiling, automated packaging, automated deployment, etc., and Jenkins plays an important role in the continuous integration and continuous delivery direction.
The open source scheme has the advantages of flexibility, high technical requirements on implementation personnel, investment study and study of the implementation personnel, integration of the open source system deployment scheme and the open source system monitoring scheme, and few open source schemes for system deployment and system monitoring are considered. The opposite face of the open source scheme is a commercial deployment system, the use threshold of the commercial deployment monitoring system is low, the technical capability requirement on implementation personnel is low, and purchase cost is often required to be considered. In addition, large-scale enterprises can choose to self-build and deploy the monitoring system, but the self-build has higher technical requirements on the enterprises and higher cost.
Disclosure of Invention
The invention aims to provide a general software deployment monitoring method, which solves the technical problem that software deployment and monitoring can be completed through simple page operation.
In order to achieve the above purpose, the invention adopts the following technical scheme:
A general software deployment monitoring system comprises a server cluster and a client, wherein the server cluster and the client adopt a C/S system framework;
the server cluster and the client are communicated by adopting gRPC mechanism;
A host resource management module, a product package deployment management module, a post-deployment monitoring and warning module and a software upgrading management module are established in a server cluster;
the host resource management module is used for providing gRPC communication mechanisms for all servers in the server cluster and monitoring the running state of the servers in real time;
The product package management module is used for defining the rule of the software product package and compressing the software product package into an independent binary product package which can be independently copied and transmitted according to the rule;
The product package deployment management module is used for providing a product package management operation interface and establishing a butt joint interface between operation items on the product package management operation interface and the product package management module;
The post-deployment monitoring and warning module is used for automatically collecting the runtime index of the software according to the rule of the software product package and supporting the monitoring and warning of the software during the running by setting the warning rule.
The software upgrading management module is used for strictly controlling the upgrading of the software product package according to the version number of the software product package.
Preferably, the host resource management module is provided with a compatible interface supporting the client-side custom installation plug-in or agent lifecycle management;
The host resource management module is provided with a performance monitoring tool which is used for automatically collecting the performance data of the server and making the performance data into a monitoring chart.
Preferably, the software product package comprises 6 elements: program package, start command, configuration file, operation log file, data catalog and operation index collection mode, wherein the rule for defining software product package is to make rule for 6 elements of software product package.
Preferably, the alarm rule includes a short message alarm or a mail alarm.
A general software deployment monitoring method comprises the following steps:
Step 1: selecting one server from the Hadoop server cluster as a main server, setting other servers as hosts, and establishing the universal software deployment monitoring system in the main server;
Step 2: the host resource management module provides gRPC communication mechanisms for all hosts accessed to the main server, so that communication between the main server and all hosts is realized;
Step 3: the main server initializes the software environment of all accessed hosts;
step 4: installing an access host performance monitoring tool in a main server, automatically collecting performance data of all hosts, making a monitoring chart, and obtaining the resource service condition of the access host through the monitoring chart;
Step 5: the product package management module formulates rules according to 6 elements of the software product package, and comprises the following steps:
Step S1: the formulation software product package includes 6 elements: program package, start command, configuration file, operation log file, data catalog and operation index collection mode;
Step S2: defining a version number of the software product package in the package description file;
step S3: defining a starting mode and a starting command of a software product package in the starting command;
step S4: enumerating all file names for configuration files included in the software product in the configuration files, and making a configuration file list;
step S5: enumerating paths of all the running log files of the software product package in the running log files;
Step S6: the data catalog prescribes a data read-write catalog of software;
step S7: the method comprises the steps of defining a monitoring port level and a maximum deployment copy number of a software product package in a runtime index acquisition mode;
Step 6: the product package deployment management module provides a management operation interface of the product package, the management operation interface is displayed on the client in a WEB page mode, and a user uploads, edits, uninstalls, starts, stops, updates and executes operations of the software product package on the management operation interface and generates operation instruction information;
step 7: the product package deployment management module sends the operation instruction information to the product package management module, and the product package management module performs actual operation on the software product package according to the operation instruction information;
the user inputs 6 elements of the software product package through the management operation interface;
The host resource management module prepares host resources according to the actual deployment requirement of the software, accesses the host and carries out environment initialization on the accessed host;
Step 8: after the user uploads the software product package, the product package management module decompresses the software product package into an independent binary product package which can be copied and transmitted independently according to the method of the step 5;
step 9: the monitoring and warning module starts the collection of monitoring indexes when the software deployment is completed, automatically collects the runtime indexes of the software, and sends out monitoring and warning information when errors exist, wherein the collection of the monitoring indexes is carried out according to the runtime index collection mode;
step 10: and the monitoring and warning module sends warning notification to the client according to a preset warning rule after deployment.
Step 11: the software upgrading management module dynamically checks the arranged host resources when the software product package is deployed, performs capacity expansion and capacity contraction operation, performs upgrading control on the software product package according to the version number of the software product package, and controls rolling stop and starting of the software product package in the processes of upgrading, capacity expansion and capacity contraction.
The general software deployment monitoring method solves the technical problem that the deployment and monitoring of the software can be completed through simple page operation, standardizes and streamlines the deployment, monitoring and operation and maintenance processes of the software, has simple operation and reduces operation and maintenance implementation cost, thereby improving the deployment, delivery and operation and maintenance efficiency, having wide applicability and high replicability, providing a software deployment monitoring scheme for reference for enterprises, and reducing the investment of the enterprises in implementing the software system delivery.
Drawings
FIG. 1 is a flow chart of host management and control according to the present invention;
fig. 2 is a schematic diagram of the system architecture of the present invention.
Detailed Description
Example 1:
1-2, a general software deployment monitoring system comprises a server cluster and a client, wherein the server cluster and the client adopt a C/S system framework;
the server cluster and the client are communicated by adopting gRPC mechanism;
A host resource management module, a product package deployment management module, a post-deployment monitoring and warning module and a software upgrading management module are established in a server cluster;
the host resource management module is used for providing gRPC communication mechanisms for all servers in the server cluster and monitoring the running state of the servers in real time;
In fig. 2, the host cluster is a server cluster, the visual WEB is a client, and the back-end service is to establish a host resource management module, a product package deployment management module, a post-deployment monitoring and warning module and a software upgrading management module in the server cluster.
The product package management module is used for defining the rule of the software product package and compressing the software product package into an independent binary product package which can be independently copied and transmitted according to the rule;
The product package deployment management module is used for providing a product package management operation interface and establishing a butt joint interface between operation items on the product package management operation interface and the product package management module;
The post-deployment monitoring and warning module is used for automatically collecting the runtime index of the software according to the rule of the software product package and supporting the monitoring and warning of the software during the running by setting the warning rule.
The software upgrading management module is used for strictly controlling the upgrading of the software product package according to the version number of the software product package.
Preferably, the host resource management module is provided with a compatible interface supporting the client-side custom installation plug-in or agent lifecycle management;
The host resource management module is provided with a performance monitoring tool which is used for automatically collecting the performance data of the server and making the performance data into a monitoring chart.
Preferably, the software product package comprises 6 elements: program package, start command, configuration file, operation log file, data catalog and operation index collection mode, wherein the rule for defining software product package is to make rule for 6 elements of software product package.
Preferably, the alarm rule includes a short message alarm or a mail alarm.
Example 2:
As shown in fig. 1 and 2, a general software deployment monitoring method described in embodiment 2 is implemented on the basis of a general software deployment monitoring system described in embodiment 1, and includes the following steps:
Step 1: selecting one server from the Hadoop server cluster as a main server, setting other servers as hosts, and establishing the universal software deployment monitoring system in the main server;
in FIG. 1, the Host Server is the primary Server and the Host Client is the Host.
Step 2: the host resource management module provides gRPC communication mechanisms for all hosts accessed to the main server, so that communication between the main server and all hosts is realized;
The embodiment supports the life cycle management of the custom plug-in unit or the agent installed on demand at the host end, meets the functional requirements of the host end such as custom performance data and log acquisition, is more real-time than the control host in the traditional SSH mode, and has expansibility on demand.
Step 3: the main server initializes the software environment of all accessed hosts;
The embodiment supports executable scripts such as an operating system shell or a flash, and the like, supports a python advanced prediction host initialization script, and can be flexibly customized and detached.
Step 4: installing an access host performance monitoring tool in a main server, automatically collecting performance data of all hosts, making a monitoring chart, and obtaining the resource service condition of the access host through the monitoring chart;
Step 5: the product package management module formulates rules according to 6 elements of the software product package, and comprises the following steps:
Step S1: the formulation software product package includes 6 elements: program package, start command, configuration file, operation log file, data catalog and operation index collection mode;
Step S2: defining a version number of the software product package in the package description file;
step S3: defining a starting mode and a starting command of a software product package in the starting command;
step S4: enumerating all file names for configuration files included in the software product in the configuration files, and making a configuration file list;
step S5: enumerating paths of all the running log files of the software product package in the running log files;
Step S6: the data catalog prescribes a data read-write catalog of software;
step S7: the method comprises the steps of defining a monitoring port level and a maximum deployment copy number of a software product package in a runtime index acquisition mode; such as prometheus-level monitor ports.
The invention abstracts six elements of software deployment, describes key information needed by the software deployment in a specification mode, and is applicable to various stateless software systems and stateful software systems by product package definition, flexible in definition and wide in applicability.
Step 6: the product package deployment management module provides a management operation interface of the product package, the management operation interface is displayed on the client in a WEB page mode, and a user uploads, edits, uninstalls, starts, stops, updates and executes operations of the software product package on the management operation interface and generates operation instruction information;
step 7: the product package deployment management module sends the operation instruction information to the product package management module, and the product package management module performs actual operation on the software product package according to the operation instruction information;
the user inputs 6 elements of the software product package through the management operation interface;
The host resource management module prepares host resources according to the actual deployment requirement of the software, accesses the host and carries out environment initialization on the accessed host;
Step 8: after the user uploads the software product package, the product package management module decompresses the software product package into an independent binary product package which can be copied and transmitted independently according to the method of the step 5;
The user can also perform health check on the software product package on the WEB page and query the host resources.
Step 9: the monitoring and warning module starts the collection of monitoring indexes when the software deployment is completed, automatically collects the runtime indexes of the software, and sends out monitoring and warning information when errors exist, wherein the collection of the monitoring indexes is carried out according to the runtime index collection mode;
step 10: and the monitoring and warning module sends warning notification to the client according to a preset warning rule after deployment.
Step 11: the software upgrading management module dynamically checks the arranged host resources when the software product package is deployed, performs capacity expansion and capacity contraction operation, performs upgrading control on the software product package according to the version number of the software product package, and controls rolling stop and starting of the software product package in the processes of upgrading, capacity expansion and capacity contraction.
The general software deployment monitoring method solves the technical problem that the deployment and monitoring of the software can be completed through simple page operation, standardizes and streamlines the deployment, monitoring and operation and maintenance processes of the software, has simple operation and reduces operation and maintenance implementation cost, thereby improving the deployment, delivery and operation and maintenance efficiency, having wide applicability and high replicability, providing a software deployment monitoring scheme for reference for enterprises, and reducing the investment of the enterprises in implementing the software system delivery.

Claims (4)

1. A general software deployment monitoring method is characterized in that: the method comprises the steps that a server cluster and a client are established, and the server cluster and the client adopt a C/S system framework;
the server cluster and the client are communicated by adopting gRPC mechanism;
A host resource management module, a product package deployment management module, a post-deployment monitoring and warning module and a software upgrading management module are established in a server cluster;
the host resource management module is used for providing gRPC communication mechanisms for all servers in the server cluster and monitoring the running state of the servers in real time;
The product package management module is used for defining the rule of the software product package and compressing the software product package into an independent binary product package which can be independently copied and transmitted according to the rule;
The product package deployment management module is used for providing a product package management operation interface and establishing a butt joint interface between operation items on the product package management operation interface and the product package management module;
The post-deployment monitoring and warning module is used for automatically collecting the runtime index of the software according to the rule of the software product package and supporting the monitoring and warning of the software during the running by setting the warning rule;
The software upgrading management module is used for strictly controlling the upgrading of the software product package according to the version number of the software product package;
The general software deployment monitoring method comprises the following steps:
Step 1: selecting one server from the Hadoop server cluster as a main server, and setting other servers as hosts;
Step 2: the host resource management module provides gRPC communication mechanisms for all hosts accessed to the main server, so that communication between the main server and all hosts is realized;
Step 3: the main server initializes the software environment of all accessed hosts;
step 4: installing an access host performance monitoring tool in a main server, automatically collecting performance data of all hosts, making a monitoring chart, and obtaining the resource service condition of the access host through the monitoring chart;
Step 5: the product package management module formulates rules according to 6 elements of the software product package, and comprises the following steps:
Step S1: the formulation software product package includes 6 elements: program package, start command, configuration file, operation log file, data catalog and operation index collection mode;
Step S2: defining a version number of the software product package in the package description file;
Step (a)
S3: defining a starting mode and a starting command of a software product package in the starting command;
step S4: enumerating all file names for configuration files included in the software product in the configuration files, and making a configuration file list;
step S5: enumerating paths of all the running log files of the software product package in the running log files;
Step S6: the data catalog prescribes a data read-write catalog of software;
step S7: the method comprises the steps of defining a monitoring port level and a maximum deployment copy number of a software product package in a runtime index acquisition mode;
Step 6: the product package deployment management module provides a management operation interface of the product package, the management operation interface is displayed on the client in a WEB page mode, and a user uploads, edits, uninstalls, starts, stops, updates and executes operations of the software product package on the management operation interface and generates operation instruction information;
step 7: the product package deployment management module sends the operation instruction information to the product package management module, and the product package management module performs actual operation on the software product package according to the operation instruction information;
the user inputs 6 elements of the software product package through the management operation interface;
The host resource management module prepares host resources according to the actual deployment requirement of the software, accesses the host and carries out environment initialization on the accessed host;
Step 8: after the user uploads the software product package, the product package management module decompresses the software product package into an independent binary product package which can be copied and transmitted independently according to the method of the step 5;
step 9: the monitoring and warning module starts the collection of monitoring indexes when the software deployment is completed, automatically collects the runtime indexes of the software, and sends out monitoring and warning information when errors exist, wherein the collection of the monitoring indexes is carried out according to the runtime index collection mode;
Step 10: the monitoring and warning module sends warning notice to the client according to a preset warning rule after deployment;
step 11: the software upgrading management module dynamically checks the arranged host resources when the software product package is deployed, performs capacity expansion and capacity contraction operation, performs upgrading control on the software product package according to the version number of the software product package, and controls rolling stop and starting of the software product package in the processes of upgrading, capacity expansion and capacity contraction.
2. The method for monitoring deployment of general software according to claim 1, wherein: the host resource management module is provided with a compatible interface supporting the client custom installation plug-in or agent lifecycle management;
The host resource management module is provided with a performance monitoring tool which is used for automatically collecting the performance data of the server and making the performance data into a monitoring chart.
3. The method for monitoring deployment of general software according to claim 1, wherein: the software product package includes 6 elements: program package, start command, configuration file, operation log file, data catalog and operation index collection mode, wherein the rule for defining software product package is to make rule for 6 elements of software product package.
4. The method for monitoring deployment of general software according to claim 1, wherein: the alarm rule comprises a short message alarm or a mail alarm.
CN202010754430.8A 2020-07-30 2020-07-30 Universal software deployment monitoring method Active CN111782205B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010754430.8A CN111782205B (en) 2020-07-30 2020-07-30 Universal software deployment monitoring method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010754430.8A CN111782205B (en) 2020-07-30 2020-07-30 Universal software deployment monitoring method

Publications (2)

Publication Number Publication Date
CN111782205A CN111782205A (en) 2020-10-16
CN111782205B true CN111782205B (en) 2024-06-11

Family

ID=72766543

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010754430.8A Active CN111782205B (en) 2020-07-30 2020-07-30 Universal software deployment monitoring method

Country Status (1)

Country Link
CN (1) CN111782205B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114244678B (en) * 2021-12-15 2024-03-12 浪潮通信信息系统有限公司 Multi-protocol alarm equipment access method and system
CN114268629A (en) * 2021-12-22 2022-04-01 杭州玳数科技有限公司 Private cloud based EMR system
CN115344273B (en) * 2022-10-19 2023-01-31 杭州比智科技有限公司 Method and system for running application software based on shelf system
CN116647434B (en) * 2023-07-24 2023-10-20 国网瑞嘉(天津)智能机器人有限公司 Operation and maintenance service deployment method and device and operation and maintenance system
CN116974857B (en) * 2023-09-21 2024-01-23 中国西安卫星测控中心 Automatic deployment and update method and system for monitoring agent

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104967532A (en) * 2015-05-14 2015-10-07 上海彤易网络科技有限公司 TOC technology operation and maintenance system and application method

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8869140B2 (en) * 2008-05-09 2014-10-21 Sap Se Deploying software modules in computer system
US9189224B2 (en) * 2013-07-11 2015-11-17 Oracle International Corporation Forming an upgrade recommendation in a cloud computing environment
US10338896B2 (en) * 2014-03-21 2019-07-02 Ptc Inc. Systems and methods for developing and using real-time data applications
CN104317610B (en) * 2014-10-11 2017-05-03 福建新大陆软件工程有限公司 Method and device for automatic installation and deployment of hadoop platform
EP3278213A4 (en) * 2015-06-05 2019-01-30 C3 IoT, Inc. Systems, methods, and devices for an enterprise internet-of-things application development platform
US10564951B2 (en) * 2016-02-26 2020-02-18 Dell Products L.P. Managed software as a service deployment utilizing a client key to generate a one-time use reference for delivery
CN106406877A (en) * 2016-09-09 2017-02-15 浪潮软件股份有限公司 Implementation method for on-line development and release of light application
CN106681956A (en) * 2016-12-27 2017-05-17 北京锐安科技有限公司 Method and device for operating large-scale computer cluster
CN108390907B (en) * 2018-01-09 2021-06-22 浙江航天恒嘉数据科技有限公司 Management monitoring system and method based on Hadoop cluster
US10503496B2 (en) * 2018-02-02 2019-12-10 Bank Of America Corporation Smart tool for enterprise-wide version control of codes during software integration and deployment
CN109462504A (en) * 2018-11-09 2019-03-12 杭州玳数科技有限公司 A kind of system of general Agent control

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104967532A (en) * 2015-05-14 2015-10-07 上海彤易网络科技有限公司 TOC technology operation and maintenance system and application method

Also Published As

Publication number Publication date
CN111782205A (en) 2020-10-16

Similar Documents

Publication Publication Date Title
CN111782205B (en) Universal software deployment monitoring method
CN109495308B (en) Automatic operation and maintenance system based on management information system
CN103336705B (en) Automatic transcoding between script process and Workflow system and semantic self adaptation
EP3201772A1 (en) Methods and systems for portably deploying applications on one or more cloud systems
CN102880503A (en) Data analysis system and data analysis method
CN102375731A (en) Coding-free integrated application platform system
CN111416821A (en) Internet of things equipment information acquisition method, system and device
US10542086B2 (en) Dynamic flow control for stream processing
CN101267333A (en) Service system monitoring method for automatic collection agent change
CN101860564A (en) Protocol-based service combination system and method
US11221907B1 (en) Centralized software issue triage system
CN105607606B (en) A kind of data acquisition device and method based on double mainboard frameworks
CN107463490B (en) Cluster log centralized collection method applied to platform development
US8276150B2 (en) Methods, systems and computer program products for spreadsheet-based autonomic management of computer systems
CN116400987B (en) Continuous integration method, device, electronic equipment and storage medium
CN112714022A (en) Control processing method and device for multiple clusters and computer equipment
US8438271B2 (en) Performing services in a network data processing system
CN100535860C (en) Equipment software upgrade automatic realizing system and method
CN107632899B (en) Snapshot service method and device of application server
CN103164236B (en) The method and system of remote server online upgrading
KR100587532B1 (en) Apparatus and method for fabricating software application for streaming service and system and method for offering software streaming services with network fault tolerance
CN103617077A (en) Intelligent cloud migration method and system
CN111782363A (en) Method and flow system for supporting multi-service scene calling
EP3780551A1 (en) Method and system for managing assets in a cloud computing environment
CN111600753A (en) Intelligent agent management system in cloud computing environment

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
CB02 Change of applicant information

Address after: 311121 room 102-1 / F, room 102-2 / F, building 6, Haizhi center, 2301 yuhangtang Road, Cangqian street, Yuhang District, Hangzhou, Zhejiang Province

Applicant after: HANGZHOU DAISHU TECHNOLOGY CO.,LTD.

Address before: 310030 8F, building 2, Hangzhou Internet innovation and entrepreneurship Park, 176 Zixia street, Xihu District, Hangzhou, Zhejiang

Applicant before: HANGZHOU DAISHU TECHNOLOGY CO.,LTD.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant