CN106610836B - Micro-service operation management tool - Google Patents

Micro-service operation management tool Download PDF

Info

Publication number
CN106610836B
CN106610836B CN201611207944.1A CN201611207944A CN106610836B CN 106610836 B CN106610836 B CN 106610836B CN 201611207944 A CN201611207944 A CN 201611207944A CN 106610836 B CN106610836 B CN 106610836B
Authority
CN
China
Prior art keywords
service
micro
deployment
server
microservice
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
CN201611207944.1A
Other languages
Chinese (zh)
Other versions
CN106610836A (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.)
State Grid Corp of China SGCC
National Network Information and Communication Industry Group Co Ltd
Original Assignee
State Grid Corp of China SGCC
National Network Information and Communication Industry Group 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 State Grid Corp of China SGCC, National Network Information and Communication Industry Group Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201611207944.1A priority Critical patent/CN106610836B/en
Publication of CN106610836A publication Critical patent/CN106610836A/en
Application granted granted Critical
Publication of CN106610836B publication Critical patent/CN106610836B/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/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a micro-service operation management tool, which adopts a registration module to register a micro-service resource library, micro-service information, micro-service version information and server information; the micro-service deployment module acquires a deployment file and configuration data in a proxy service mode, generates the configuration file according to the deployment file and the configuration data, and deploys the micro-service to the server; the micro-service control module executes corresponding commands by the proxy service through remote communication with the proxy service to realize control of the micro-service. The invention effectively solves the problems of configuration, deployment, operation control and the like of the micro-service of the application system in a large-scale cluster, reduces the links of remote manual operation, improves the efficiency of micro-service release and operation management, and reduces the error rate of manual operation. Furthermore, the method and the system have the real-time monitoring capability, and have the function of quickly and accurately inquiring information such as the micro-service state, the server state, the log of the micro-service and the like.

Description

Micro-service operation management tool
Technical Field
The invention relates to the technical field of business application, in particular to a micro-service operation management tool.
Background
After the business application system is micro-serviced, the business application system is split into hundreds or even thousands of micro-services, each micro-service comprises an independent configuration and an independent operation container, and the micro-services are started as an independent service. The large-scale enterprise application system generally comprises a cluster formed by a plurality of application system instances, after micro-service, each micro-service can also form different clusters according to the service provided by the micro-service, and the micro-service is scheduled by a distributed service registration center, so that the load balance of the micro-service is realized, and stable and reliable service is provided.
The micro-service deployment based on the Dropwizard micro-service architecture is different from a common Java enterprise Web application, does not depend on middleware, each micro-service is provided with a container for service starting and running, the single micro-service is simple to start and deploy, but in a cluster environment of a service application system, each service application system is split into hundreds or even thousands of micro-services, and the workload of operation and maintenance such as the deployment, monitoring and control of the micro-services is huge. Currently, only the business application middleware such as tomcat, weblogic and the like is used for cluster deployment and monitoring capability, but the application middleware cannot provide deployment and monitoring of the micro-service. In the absence of a special release and operation management function, the deployment and monitoring of the microservice are generally performed by a manual telnet server to perform operations such as microservice release, upgrade, start, and stop. Due to the complexity of the cluster environment, various multi-version operating systems may appear, and in addition, the micro-service split granularity is small and the number is huge, so that a large number of professionals of different platforms are required to perform daily operation and maintenance work. The system deployment and upgrade workload is huge, the fault tolerance of manual operation is poor, and the operation and maintenance quality cannot be guaranteed.
Disclosure of Invention
The invention aims to provide a micro-service operation management tool to solve the problems of low efficiency and high error rate caused by manual deployment control of micro-services in the operation of an application system.
In order to solve the above technical problem, the present invention provides a microservice operation management tool, including:
the registration module is used for registering the micro-service resource library, the micro-service information, the micro-service version information and the server information;
the micro-service deployment module is used for acquiring a deployment file and configuration data in a proxy service mode, generating the configuration file according to the deployment file and the configuration data and deploying the micro-service to the server;
and the micro-service control module is used for executing corresponding commands by the proxy service through remote communication with the proxy service so as to realize control on the micro-service.
Optionally, the microservice deployment module deployment mode includes: the method comprises the steps of many-to-many deployment of the micro-services and the servers, deployment of one micro-service to a plurality of servers according to micro-service instances, and deployment of a plurality of micro-services on one server.
Optionally, the method further comprises:
and the microservice monitoring module is used for counting the state information of the Java virtual machine during operation, wherein the state information comprises the memory use condition of the Java virtual machine, the physical memory use condition and the thread number of the Java virtual machine.
Optionally, the method further comprises:
and the server monitoring module is used for monitoring the performance state information, the network state information and the system process information of the server.
Optionally, the performance state information includes performance parameters of the CPU, the memory, and the switching area; the network state information comprises an adapter name, a number of sending bytes, a number of receiving bytes and a network utilization rate; the system process information includes a process ID, a process name, CPU usage, a user, and a command line.
Optionally, the method further comprises:
and the micro-service log module is used for storing the generated log to a distributed file system and calling the log from the distributed file system to read or query.
Optionally, the micro service repository includes an address of the FTP server and login information;
the micro-service information comprises a name, a micro-service deployment sub-path and a micro-service icon;
the micro service version information comprises a version number, a micro service Jar package and micro service configuration;
the server information includes a server IP, a server installation subdirectory, and a registry start mode.
Optionally, the microservice deployment module uploads the microservice deployment file to an FTP server in advance, and the deployment file is downloaded from the FTP server in a proxy service manner when the application is deployed.
Optionally, the method further comprises: and the database is used for storing each data information generated by the micro-service operation management tool.
Optionally, the method further comprises: and the display module is used for providing graphical display of deployment and operation and maintenance operations for a user.
The micro-service operation management tool provided by the invention adopts a registration module to register a micro-service resource library, micro-service information, micro-service version information and server information; the micro-service deployment module acquires a deployment file and configuration data in a proxy service mode, generates the configuration file according to the deployment file and the configuration data, and deploys the micro-service to the server; the micro-service control module executes corresponding commands by the proxy service through remote communication with the proxy service to realize control of the micro-service. The micro-service operation management tool provided by the invention effectively solves the problems of configuration, deployment, operation control and the like of micro-services of an application system in a large-scale cluster, reduces links of remote manual operation, improves the efficiency of micro-service release and operation management, and reduces the error rate of manual operation. Furthermore, the method and the system have the real-time monitoring capability, and have the function of quickly and accurately inquiring information such as the micro-service state, the server state, the log of the micro-service and the like.
Drawings
In order to more clearly illustrate the embodiments or technical solutions of the present invention, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a block diagram of an embodiment of a microservice operation management tool provided by the present invention;
FIG. 2 is a block diagram of another embodiment of a microservice operation management tool provided by the present invention;
fig. 3 is a schematic diagram of an embodiment of the microservice operation management tool provided by the present invention.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 shows a block diagram of a specific embodiment of a microservice operation management tool according to the present invention, which may specifically include:
the registration module 1 is used for registering the micro-service resource library, the micro-service information, the micro-service version information and the server information;
the micro-service deployment module 2 is used for acquiring a deployment file and configuration data in a proxy service mode, generating the configuration file according to the deployment file and the configuration data, and deploying the micro-service to a server;
and the micro-service control module 3 is used for executing corresponding commands by the proxy service through remote communication with the proxy service so as to realize control on the micro-service.
Specifically, the micro-service repository comprises an FTP server address and login information; the micro-service information comprises a name, a micro-service deployment sub-path and a micro-service icon; the micro service version information comprises a version number, a micro service Jar package and micro service configuration; the server information includes a server IP, a server installation subdirectory, and a registry start mode.
In the management tool for micro-service operation provided by the invention, the deployment mode of the micro-service deployment module comprises the following steps: the method comprises the steps of many-to-many deployment of the micro-service and the server, deployment of the micro-service to a plurality of servers according to micro-service instances, and deployment of a plurality of micro-services on one server.
In the embodiment of the invention, the micro-service deployment module uploads the micro-service deployment file to the FTP server in advance, and the deployment file is downloaded from the FTP server in a proxy service mode during application deployment. The micro-service operation management tool provided by the invention interacts with the cross-platform agent service, realizes the graphical configuration type deployment of the micro-service, and effectively solves the problem of huge workload of micro-service deployment in a large-scale cluster environment; the micro-service operation management tool also collects the operation data through non-invasive monitoring of the micro-service, the monitoring of the micro-service does not depend on the implantation of a plug-in into the micro-service, the operation data collection and transmission are completed through the proxy service, the normal operation of the micro-service is not influenced, and the configuration and deployment difficulty of the micro-service is effectively reduced.
It should be noted that the micro service in the present application is a service that is split into a large business system and can be deployed independently. After the business application system is divided into micro-services based on the Dropwizard micro-service architecture, the method has the characteristics of small micro-service granularity and large micro-service quantity, and is complex in deployment, monitoring and control compared with the traditional Web application and large in operation and maintenance workload. The operation and maintenance personnel also have the problem that the faults of the cluster environment micro-service are difficult to quickly troubleshoot and accurately position in the operation and maintenance process. The embodiment of the invention provides centralized management for the release and operation of the micro-services, improves the stability and reliability of each micro-service operation environment of the business application system, and ensures that each micro-service of the business application system can normally operate and provide services.
Aiming at the micro-service publishing and running mode based on the Dropwizard micro-service architecture in the cluster environment, the invention provides the functions of uniform management of micro-service resources, multi-dimensional deployment of micro-services, control and running data acquisition of micro-services, micro-service monitoring and the like. As shown in fig. 2, as another specific implementation structural block diagram of the microservice operation management tool provided in the present invention, as a preferred implementation, the present application may further include:
and the micro-service monitoring module 4 is used for counting the state information of the Java virtual machine during operation, wherein the state information comprises the use condition of the memory of the Java virtual machine, the use condition of the physical memory and the thread number of the Java virtual machine.
And the server monitoring module 5 is used for monitoring the performance state information, the network state information and the system process information of the server.
The performance state information comprises performance parameters of a CPU, a memory and an exchange area; the network state information comprises an adapter name, a number of sending bytes, a number of receiving bytes and a network utilization rate; the system process information includes a process ID, a process name, CPU usage, a user, and a command line.
And the micro-service log module 6 is used for storing the generated log to a distributed file system and calling the log from the distributed file system to read or inquire.
According to the embodiment of the invention, the logs are collected and read in a centralized manner, and the micro-service logs are not stored in a file form with each micro-service as a unit, so that the log retrieval efficiency is improved, the troubleshooting time of system problems is shortened, the operation and maintenance efficiency is greatly improved, and a data basis is provided for the analysis of the micro-service logs in the future.
In addition, the embodiment of the present invention may further include: and the database is used for storing each data information generated by the micro-service operation management tool.
And the display module is used for providing graphical display of deployment and operation and maintenance operations for a user. Through the arrangement, the deployment and configuration of the micro-service are simpler and quicker. Visual configuration is provided for a user, the user can accurately and quickly carry out deployment and daily operation and maintenance operation of the micro-service, and the operation and maintenance efficiency of the micro-service is greatly improved.
At present, due to the deployment limitation of micro-services, the deployment workload is large, the efficiency is low, the fault tolerance of manual operation is poor, and the monitoring and maintenance are difficult and the cost is high. Although some open source software for monitoring micro-services is already available in the market at present, the open source software is invasive and has large performance loss on the micro-services, so that the micro-services are not beneficial to stably and reliably providing services for business application systems. In addition, some open source software for micro-service monitoring in the market has the problems of low monitoring strength and incapability of quickly and accurately positioning service faults, and the problems are not favorable for normal and reliable operation of services. The embodiment of the invention has irrelevant interaction with the micro-service in a proxy service mode, thereby achieving the purpose of service monitoring, effectively solving the problem of non-invasive acquisition of the operation data of the server and the micro-service in a large-scale cluster environment, and effectively reducing the difficulty of micro-service monitoring and micro-service configuration deployment.
Referring to fig. 3, a detailed implementation process of the microservice operation management tool provided by the present invention is described in further detail below. The implementation process of the system specifically comprises the following steps:
and installing and starting the proxy service program, and installing and starting the proxy service program on a server needing to deploy the micro-service. The agent service program is an important component of interaction between the micro-service publishing and operation management tool and the micro-service, and is mainly responsible for processing remote requests, downloading files, and collecting and forwarding service states.
Registering the microservice resource library, and registering FTP server addresses, login information and the like of the microservice resource library in a microservice issuing and running management tool. The micro-service publishing and running management tool stores the deployment package of the micro-service in the FTP server in a centralized manner, and when the application is deployed, the proxy service downloads the micro-service deployment package by accessing the FTP server.
Registering the micro service, namely registering micro service information and micro service version information in a micro service release and operation management tool, wherein the main attributes of the micro service information comprise a name, a micro service deployment sub-path and a micro service icon, and the main attributes of the micro service version information comprise: version number, microservice Jar package, and microservice configuration. The micro-service information and the micro-service version information are in a one-to-many relationship, one micro-service can have a plurality of versions, and each micro-application version corresponds to one micro-application deployment package and one micro-service configuration.
And the registration server registers server information in the micro-service publishing and running management tool, wherein the main attributes of the server information comprise a server IP, a micro-service installation subdirectory and a registration center starting mode. The registry server also initializes the proxy service and the service registry with the necessary parameters.
The micro-service deployment provides three deployment modes in a micro-service publishing and operation management tool, wherein one mode is multi-to-multi deployment of the micro-service and the servers, the other mode is deployment of the micro-service to a plurality of servers according to micro-service instances, and the other mode is deployment of a plurality of micro-services on a certain server. The microservice deployment is realized by the agent service downloading a microservice Jar package to the FTP server and automatically generating a configuration file according to the configuration data.
And micro-service control, wherein the micro-service control mainly comprises micro-service starting and stopping, and micro-service updating and unloading. The micro-service issuing and running management tool is in remote communication with the proxy service, and the proxy service executes corresponding commands to realize the functions.
The method comprises the following steps that server monitoring is realized by a proxy service through an integrated Sigar plug-in, the server monitoring mainly monitors the performance state, the network state and the system process of the server, and the performance state comprises the following steps: CPU, memory and SWAP; the network state comprises the name of the adapter, the number of bytes sent, the number of bytes received and the network utilization rate; the system process comprises the following steps: process ID, process name, CPU utilization, user and command lines, etc.
And monitoring the micro service, and loading and running the extension plug-in of the JVM after the micro service is started. The plug-in runtime can automatically count the state information of the JVM runtime, and the state information of the JVM runtime mainly comprises: JVM memory usage, physical memory usage, and the number of threads of the JVM.
The micro-service log, the micro-service issuing and operation management tool provides an expansion dependency package of the micro-service log, the expansion dependency package integrates log plug-ins supporting collection and storage of the distributed file system, the micro-service can store the log to the distributed file system by depending on the expansion package, the log of the micro-service is uniformly and centrally stored in the distributed file system, and then the micro-service issuing and operation management tool reads and queries the log.
In summary, the micro-service operation management tool provided by the invention adopts the registration module to register the micro-service resource library, the micro-service information, the micro-service version information and the server information; acquiring a deployment file and configuration data by using a micro-service deployment module in a proxy service mode, generating the configuration file according to the deployment file and the configuration data, and deploying the micro-service to a server; the micro-service control module executes corresponding commands by the proxy service through remote communication with the proxy service to realize control of the micro-service. The micro-service operation management tool provided by the invention effectively solves the problems of configuration, deployment, operation control and the like of micro-services of an application system in a large-scale cluster, reduces links of remote manual operation, improves the efficiency of micro-service release and operation management, and reduces the error rate of manual operation. Furthermore, the method and the system have the real-time monitoring capability, and have the function of quickly and accurately inquiring information such as the micro-service state, the server state, the log of the micro-service and the like.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The micro-service operation management tool provided by the invention is described in detail above. The principles and embodiments of the present invention are explained herein using specific examples, which are presented only to assist in understanding the method and its core concepts. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (9)

1. A microservice operational management tool, comprising:
the registration module is used for registering the micro-service resource library, the micro-service information, the micro-service version information and the server information;
the micro-service deployment module is used for interacting with the micro-service in an agent service mode to acquire a deployment file and configuration data, generating the configuration file according to the deployment file and the configuration data, and deploying the micro-service to the server;
the micro-service control module is used for executing a corresponding command by the proxy service through remote communication with the proxy service so as to realize control on the micro-service;
and the microservice monitoring module is used for counting the state information of the Java virtual machine during operation, wherein the state information comprises the memory use condition of the Java virtual machine, the physical memory use condition and the thread number of the Java virtual machine.
2. The microservice operation management tool of claim 1, wherein the microservice deployment module deployment mode comprises: the method comprises the steps of many-to-many deployment of the micro-services and the servers, deployment of one micro-service to a plurality of servers according to micro-service instances, and deployment of a plurality of micro-services on one server.
3. The microservice operation management tool of claim 2, further comprising:
and the server monitoring module is used for monitoring the performance state information, the network state information and the system process information of the server.
4. The microservice operational management tool of claim 3, wherein the performance state information includes performance parameters of the CPU, memory, and swap area; the network state information comprises an adapter name, a number of sending bytes, a number of receiving bytes and a network utilization rate; the system process information includes a process ID, a process name, CPU usage, a user, and a command line.
5. The microservice operation management tool of claim 4, further comprising:
and the micro-service log module is used for storing the generated log to a distributed file system and calling the log from the distributed file system to read or query.
6. The microservice operational management tool of any of claims 1 to 5, wherein the microservice repository includes FTP server addresses, login information;
the micro-service information comprises a name, a micro-service deployment sub-path and a micro-service icon;
the micro service version information comprises a version number, a micro service Jar package and micro service configuration;
the server information includes a server IP, a server installation subdirectory, and a registry start mode.
7. The microservice operation management tool of claim 6, wherein the microservice deployment module uploads a microservice deployment file to an FTP server in advance, and downloads the deployment file from the FTP server in a proxy service manner when an application is deployed.
8. The microservice operation management tool of claim 7, further comprising: and the database is used for storing each data information generated by the micro-service operation management tool.
9. The microservice operations management tool of claim 8, further comprising: and the display module is used for providing graphical display of deployment and operation and maintenance operations for a user.
CN201611207944.1A 2016-12-23 2016-12-23 Micro-service operation management tool Active CN106610836B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611207944.1A CN106610836B (en) 2016-12-23 2016-12-23 Micro-service operation management tool

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611207944.1A CN106610836B (en) 2016-12-23 2016-12-23 Micro-service operation management tool

Publications (2)

Publication Number Publication Date
CN106610836A CN106610836A (en) 2017-05-03
CN106610836B true CN106610836B (en) 2019-12-31

Family

ID=58636690

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611207944.1A Active CN106610836B (en) 2016-12-23 2016-12-23 Micro-service operation management tool

Country Status (1)

Country Link
CN (1) CN106610836B (en)

Families Citing this family (53)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107181815A (en) * 2017-06-13 2017-09-19 北京中电普华信息技术有限公司 A kind of micro- application and micro services exchange method, micro- application and system
US10860390B2 (en) * 2017-06-28 2020-12-08 Intel Corporation Microservices architecture
CN107741852B (en) * 2017-10-16 2020-09-29 中国电子科技集团公司第二十八研究所 Service deployment method based on cluster software
CN107682206B (en) * 2017-11-02 2021-02-19 北京中电普华信息技术有限公司 Deployment method and system of micro-service-based business process management system
CN108156225B (en) * 2017-12-15 2021-02-05 南瑞集团有限公司 Micro-application monitoring system and method based on container cloud platform
CN110704061B (en) * 2017-12-26 2022-11-25 杭州数梦工场科技有限公司 Running method and device for deploying and delivering payment pieces based on micro-services
CN109981716B (en) * 2017-12-28 2023-11-03 北京奇虎科技有限公司 Micro-service calling method and device
CN108052374B (en) * 2017-12-29 2021-08-31 郑州云海信息技术有限公司 Method and device for deploying container microservice
CN108282368A (en) * 2018-01-24 2018-07-13 云宏信息科技股份有限公司 A kind of micro services management system, method and computer storage media
CN108427581A (en) * 2018-02-07 2018-08-21 平安普惠企业管理有限公司 System micro services method and terminal device
US10620947B2 (en) 2018-02-15 2020-04-14 Wipro Limited Method and system for migrating monolithic enterprise applications to microservice architecture
CN108429812A (en) * 2018-03-21 2018-08-21 上海艾融软件股份有限公司 A kind of IP curings that traditional financial system micro services are implemented
CN108616384B (en) * 2018-03-26 2021-12-28 山东昭元信息科技有限公司 Centralized service management deployment tool and method
CN108712309B (en) * 2018-06-11 2022-03-25 郑州云海信息技术有限公司 Micro service node protection method and system under micro service architecture
CN109271291A (en) * 2018-09-04 2019-01-25 山东浪潮通软信息科技有限公司 A kind of service monitoring and the method for management
CN109343936A (en) * 2018-09-28 2019-02-15 北京中电普华信息技术有限公司 A kind of micro services automatic deployment method and device
CN109358912B (en) * 2018-09-30 2019-09-13 安徽智恒信科技股份有限公司 A kind of visualization system and method for batch starting micro services
CN109474685A (en) * 2018-11-16 2019-03-15 中国银行股份有限公司 Service monitoring method and system under a kind of framework based on micro services
CN111221564B (en) * 2018-11-26 2023-09-26 中国石油天然气股份有限公司 WEB application configuration deployment method and device
CN109840120B (en) * 2018-12-21 2024-04-16 平安科技(深圳)有限公司 Decoupling micro-service release method, electronic device and computer readable storage medium
CN109703605B (en) * 2018-12-25 2021-03-12 交控科技股份有限公司 ATS system based on microservice
CN109873736A (en) * 2019-01-18 2019-06-11 苏宁易购集团股份有限公司 A kind of micro services monitoring method and system
CN109617831A (en) * 2019-02-20 2019-04-12 北京三快在线科技有限公司 Flow managing method and device and calculating equipment for distributed system
CN109981789B (en) * 2019-04-03 2021-09-07 浪潮云信息技术股份公司 Micro service engine based on agent mode
CN110032392B (en) * 2019-04-15 2023-05-09 杭州朗和科技有限公司 Service management method and device, storage medium and electronic equipment
CN110032393A (en) * 2019-04-18 2019-07-19 恒生电子股份有限公司 A kind of micro services dissemination method, device, equipment and medium
CN110266544B (en) * 2019-06-28 2022-10-18 苏州浪潮智能科技有限公司 Device and method for positioning reason of cloud platform micro-service failure
CN112217847A (en) * 2019-07-11 2021-01-12 北京京东尚科信息技术有限公司 Micro service platform, implementation method thereof, electronic device and storage medium
CN110636108B (en) * 2019-08-16 2022-06-07 南方电网科学研究院有限责任公司 Micro-service architecture for electric power metering and implementation method thereof
US10972548B2 (en) 2019-09-09 2021-04-06 International Business Machines Corporation Distributed system deployment
US10887558B1 (en) * 2019-09-09 2021-01-05 Shanghai United Imaging Intelligence Co., Ltd. Methods and devices for enhancing functionalities related to sensors
CN110716744B (en) * 2019-10-21 2024-01-12 中国科学院空间应用工程与技术中心 Data stream processing method, system and computer readable storage medium
CN110795486A (en) * 2019-10-29 2020-02-14 北京中电普华信息技术有限公司 Micro-service platform
CN111190734B (en) * 2019-12-30 2023-08-18 杭州涂鸦信息技术有限公司 Micro-service routing method and system and readable storage medium
CN111147308B (en) * 2019-12-30 2022-11-18 武汉市烽视威科技有限公司 Network management method and system based on micro-service architecture
CN111221708A (en) * 2020-01-06 2020-06-02 紫光云技术有限公司 Highly reliable and flexible micro-service system and visual management method
CN111245925B (en) * 2020-01-09 2021-08-24 北京理工大学 Communication method and system for modern distributed micro-service architecture
CN111309366B (en) * 2020-02-19 2023-06-30 北京字节跳动网络技术有限公司 Method, device, medium and electronic equipment for managing registration core
CN111831289B (en) * 2020-06-30 2021-07-09 山东大学 Micro-service automatic deployment management system and method
CN111782233A (en) * 2020-08-05 2020-10-16 绵阳市智慧城市产业发展有限责任公司 Micro-service multi-scenario deployment adaptive design model
CN112114939A (en) * 2020-09-04 2020-12-22 青岛海信网络科技股份有限公司 Distributed system deployment equipment and method
CN112130871B (en) * 2020-09-27 2022-11-15 深圳平安医疗健康科技服务有限公司 Method and device for remotely deploying middleware, computer equipment and storage medium
CN112286503B (en) * 2020-10-28 2024-05-28 平安科技(深圳)有限公司 Method, device, equipment and medium for unified management of microservices of multiple registries
CN112311679B (en) * 2020-10-28 2023-07-28 北京水滴科技集团有限公司 State detection method, state detection device, electronic equipment and readable storage medium
CN112433882B (en) * 2020-10-30 2024-01-26 福建福诺移动通信技术有限公司 Method for recording and recovering micro-service deployment information
CN113960954A (en) * 2021-02-01 2022-01-21 厦门市智联信通物联网科技有限公司 Distributed centralized controller based on micro-service architecture
CN113656096A (en) * 2021-08-10 2021-11-16 成都长城开发科技有限公司 Micro-service rapid integration system, method, equipment and storage medium
CN113672278B (en) * 2021-08-23 2024-05-10 湖南惠农科技有限公司 Service node version control method and device under micro-service architecture
CN113726603A (en) * 2021-08-23 2021-11-30 中国南方电网有限责任公司 Full link performance monitoring algorithm based on micro-service architecture
CN113805901A (en) * 2021-09-11 2021-12-17 济南浪潮数据技术有限公司 Method, system, device and storage medium for micro-service-based application publishing
CN114296832A (en) * 2021-12-31 2022-04-08 北京易华录信息技术股份有限公司 Method and device for deploying production environment of micro service
CN115242863B (en) * 2022-04-20 2024-03-26 广东数夫软件有限公司 Micro-service application method and micro-service architecture system
CN115174551A (en) * 2022-05-31 2022-10-11 青岛海尔科技有限公司 Program deployment method and device, storage medium and electronic device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105550130A (en) * 2015-12-14 2016-05-04 中电科华云信息技术有限公司 Container based dynamic arrangement method for application environment and system applying method
CN105959138A (en) * 2016-04-29 2016-09-21 深圳前海大数点科技有限公司 Micro-service dynamic disposition system and method based on cloud calculation

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105550130A (en) * 2015-12-14 2016-05-04 中电科华云信息技术有限公司 Container based dynamic arrangement method for application environment and system applying method
CN105959138A (en) * 2016-04-29 2016-09-21 深圳前海大数点科技有限公司 Micro-service dynamic disposition system and method based on cloud calculation

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"面向微服务的统一应用开发平台";崔蔚等;《电力信息与通信技术》;20160930;正文第1-3节,图1-图4 *

Also Published As

Publication number Publication date
CN106610836A (en) 2017-05-03

Similar Documents

Publication Publication Date Title
CN106610836B (en) Micro-service operation management tool
US7523184B2 (en) System and method for synchronizing the configuration of distributed network management applications
EP1556777B1 (en) System and method for synchronizing the configuration of distributed network management applications
US7552438B1 (en) Resource management device
CN100353714C (en) Method for realizing Web service automatic test
US7769835B2 (en) Method and system for identifying and conducting inventory of computer assets on a network
CN105653425B (en) Monitoring system based on complex event processing engine
US20170295062A1 (en) Method, device and system for configuring runtime environment
US20100235493A1 (en) Extendable distributed network management system and method
US20080162690A1 (en) Application Management System
CN110895488B (en) Task scheduling method and device
Wallin et al. Automating network and service configuration using {NETCONF} and {YANG}
CN112134754A (en) Pressure testing method and device, network equipment and storage medium
CN115102877B (en) Virtual network card network detection method, device, equipment and medium
CN114679463A (en) Method and device for realizing PCDN (Primary Contourlet distribution) resource management
CN114422386A (en) Monitoring method and device for micro-service gateway
CN107911410B (en) Distributed service process resource consumption statistical method and device
CN113824801B (en) Intelligent integration terminal unified access management component system
CN104796294A (en) Cloud acceleration network monitoring system and method
Chen et al. An Innovative Self-Configuration Approach for Networked Systems and Applications.
Scholtes et al. The ATLAS event monitoring service—peer-to-peer data distribution in high-energy physics
CN114661312B (en) OpenStack cluster nesting deployment method and system
O'Donnell Network management: open source solutions to proprietary problems
CN117724834A (en) Multi-mode log acquisition system, method and device
Wu et al. Explore Heron

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant