CN113726856A - Light interaction method and system for regulating and controlling comprehensive data of picture based on micro-service - Google Patents

Light interaction method and system for regulating and controlling comprehensive data of picture based on micro-service Download PDF

Info

Publication number
CN113726856A
CN113726856A CN202110919405.5A CN202110919405A CN113726856A CN 113726856 A CN113726856 A CN 113726856A CN 202110919405 A CN202110919405 A CN 202110919405A CN 113726856 A CN113726856 A CN 113726856A
Authority
CN
China
Prior art keywords
server
service
micro
functions
services
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110919405.5A
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.)
State Grid Corp of China SGCC
State Grid Zhejiang Electric Power Co Ltd
State Grid Shandong Electric Power Co Ltd
Beijing Kedong Electric Power Control System Co Ltd
NARI Group Corp
Ningbo Power Supply Co of State Grid Zhejiang Electric Power Co Ltd
State Grid Electric Power Research Institute
Original Assignee
State Grid Corp of China SGCC
State Grid Zhejiang Electric Power Co Ltd
State Grid Shandong Electric Power Co Ltd
Beijing Kedong Electric Power Control System Co Ltd
NARI Group Corp
Ningbo Power Supply Co of State Grid Zhejiang Electric Power Co Ltd
State Grid Electric Power Research Institute
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by State Grid Corp of China SGCC, State Grid Zhejiang Electric Power Co Ltd, State Grid Shandong Electric Power Co Ltd, Beijing Kedong Electric Power Control System Co Ltd, NARI Group Corp, Ningbo Power Supply Co of State Grid Zhejiang Electric Power Co Ltd, State Grid Electric Power Research Institute filed Critical State Grid Corp of China SGCC
Priority to CN202110919405.5A priority Critical patent/CN113726856A/en
Publication of CN113726856A publication Critical patent/CN113726856A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • H04L67/1008Server selection for load balancing based on parameters of servers, e.g. available memory or workload
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/562Brokering proxy services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/566Grouping or aggregating service requests, e.g. for unified processing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/18Multiprotocol handlers, e.g. single devices capable of handling multiple protocols

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a light interaction method and a system for regulating and controlling comprehensive data of a picture based on micro-service, wherein the method comprises the following steps: classifying functions under a single application program deployed at a client into two types, namely necessary functions and unnecessary functions; dividing unnecessary functions under the single application program into a plurality of micro services with single functions according to functional characteristics; deploying a plurality of micro services with single functions to a plurality of servers at a server end to form a server cluster; receiving a calling request sent by a client, and selecting a server for running a request service according to the running state of a server cluster; the server operation service result is returned to the client, the problem of overlarge client load caused by a single program is solved, the method is a key technology for constructing the lightweight client, and is an important component for constructing the lightweight man-machine terminal.

Description

Light interaction method and system for regulating and controlling comprehensive data of picture based on micro-service
Technical Field
The invention relates to the field of power systems, in particular to a light-weight interaction method and system for regulating and controlling comprehensive picture data based on micro-services.
Background
The existing frame comprehensive data service architecture of the control system is shown in fig. 1, corresponding data is read to a client through a data bus, the client locally starts various processes after receiving the data, wherein the processes include frame coloring, alarm service, load flow calculation and the like, and after the process execution is finished, relevant results are displayed at the client. The architecture works well under the condition of less services, but as the types and the number of the services increase, the architecture causes the computing pressure of the client to be too large, and the reaction speed is influenced.
The client of the existing regulation and control system belongs to a heavyweight architecture, a large number of services are bound with the client, and the regulation and control system has the characteristics of complete functions, unified deployment and the like at the initial stage of use, but the defects of complex maintenance, long development period and the like are gradually shown along with the optimization and the upgrade of the functions; moreover, deploying most services at the client results in excessive computing pressure at the client, which leads to poor real-time performance; in addition, dynamic load balancing cannot be performed according to the state of the server in the service calling process.
Through retrieval, the inventor discovers that an optimized data stream-driven micro-service splitting method is disclosed by sequoia, honor and peace, high and elegant, and shore in the Chinese journal published by the software academic newspaper in 2021 and 5 months, further improvement and optimization are carried out on the defect problem on the basis of the existing data stream-driven micro-service splitting method, the efficiency and flexibility of the original method are improved on the premise of ensuring the effectiveness of the micro-service splitting, but although basic indexes which reflect modularity and independence and can be automatically calculated in micro-service design such as coupling and cohesion indexes are used, the basic indexes are only a subset of a part of quality attribute index systems which are measured in the design stage, and the indexes of running and other related quality attributes are not considered, and certain defects still exist in the aspect of micro-service deployment.
Through retrieval, a scene-driven and bottom-up monomer system micro-service splitting method is disclosed in China journal published in the software science report in 11 months 2020 by bundan, Pengxin, Guo Xiaofeng, Zhangjian and Wuyi Jiang, a monitoring log during the operation of a system is analyzed, a data access trajectory graph and a data table graph are constructed, the data table graph is clustered to obtain a proper data splitting scheme, and finally, the data table is started and a bottom-up search is carried out to obtain the splitting scheme of a code module.
Therefore, for the application based on micro-service interaction, the invention provides a light interaction method and system for regulating and controlling comprehensive data of a picture based on micro-service.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention provides a light-weight interaction method and system for regulating and controlling comprehensive picture data based on micro-services, which are used for solving the problem of overlarge client load caused by a single program in the prior art.
The invention is realized by the following technical scheme:
a light interaction method for regulating and controlling comprehensive data of a picture based on micro-services comprises the following steps:
classifying functions under a single application program deployed at a client into two types, namely necessary functions and unnecessary functions; dividing unnecessary functions under the single application program into a plurality of micro services with single functions according to functional characteristics; deploying a plurality of micro services with single functions to a plurality of servers at a server end to form a server cluster; receiving a calling request sent by a client, and selecting a server for running a request service according to the running state of a server cluster; and returning the result of the service running by the server to the client.
According to the technical scheme, the comprehensive data function of the control picture deployed under the single program of the client is split by utilizing the micro-service technology and is divided into a plurality of micro-services with single functions, then the plurality of micro-services are deployed in the server cluster, the appropriate server is called to operate the service requested by the client according to the operation state of the server cluster, after the service operation is finished, the result is returned to the client, and the client updates the display effect of the control picture according to the result.
Preferably, the criterion for splitting the unnecessary functions further comprises: unnecessary functions are divided according to a splitting criterion that each micro-service completes a single function, and each micro-service only performs data interaction with one database and does not perform interaction across a plurality of databases.
Preferably, a plurality of micro services with single functions are deployed on a plurality of servers at the server side, and a multi-host multi-service scheme is used.
Preferably, a plurality of micro services with single functions are deployed on a plurality of servers at the server side, and a scheme of multi-host single service is used.
Preferably, the operation state of the server cluster includes the CPU occupancy of the server and the service running condition of the server, wherein the service running condition of the server indicates the number of services being run by the server.
Preferably, the method of selecting a server comprises: sequencing the CPU occupancy rates of the servers from high to low, and selecting the service of the running request of the server with low sequencing; and if the server CPU occupancy rates are close to each other, sorting the conditions of the server running services, and selecting the service of the server running request with low sorting.
The light-weight interaction system for regulating and controlling the comprehensive data of the picture based on the micro-services comprises a splitting subsystem, a deploying subsystem and a calling subsystem, wherein the splitting subsystem is used for dividing unnecessary functions under a single application program according to functional characteristics to obtain a plurality of micro-services with single functions; the deployment subsystem is used for deploying a plurality of micro-services with single functions to a plurality of servers at the server end to form a server cluster; the calling subsystem comprises a proxy server and is used for receiving a calling request and selecting a server to run the request according to the running state of the server cluster.
Preferably, the proxy server comprises a protocol adaptation module, a load balancing module, a service tracking module and a flow control module, wherein the protocol adaptation module is used for receiving messages of multiple protocols, automatically identifying the messages and converting the messages into uniform interactive messages; the load balancing module is used for comprehensively considering the load condition of the server cluster according to the received request amount and distributing the request according to the load condition; the service tracking module is used for recording and collecting the whole process information of the man-machine service call; the traffic policing module is used to limit the number of requests in a given time.
Compared with the prior art, the invention has the beneficial effects that:
(1) the invention provides a method and a system for regulating and controlling comprehensive picture data lightweight interaction based on micro-services.
(2) The invention uses the proxy server to shield the details of the service and decouple the details of mutual dependence between the services, the proxy server can realize the functions of multi-protocol adaptation, load balancing, service tracking and flow management and control, and the client can call the micro-service deployed at the server through the proxy server.
Drawings
FIG. 1 is a diagram of a native client data interaction architecture, according to an embodiment of the present invention;
FIG. 2 is a diagram of a lightweight interaction architecture for comprehensive data of a control frame according to an embodiment of the present invention;
fig. 3 is a micro service invocation flow according to an embodiment of the invention.
Detailed Description
The technical solutions of the embodiments of the present invention will be described clearly and completely with reference to the accompanying drawings, and it is to be understood that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without any inventive step, are within the scope of the present invention.
Examples
As shown in fig. 2, the present embodiment provides a method and a system for lightweight interaction of comprehensive data of a control screen based on microservice, wherein the method further includes the following steps:
classifying functions under a single application program deployed at a client into two types, namely necessary functions and unnecessary functions; dividing unnecessary functions under the single application program into a plurality of micro services with single functions according to functional characteristics; deploying a plurality of micro services with single functions to a plurality of servers at a server end to form a server cluster; receiving a calling request sent by a client, and selecting a server for running a request service according to the running state of a server cluster; and returning the result of the service running by the server to the client.
Further, the necessary functions are retained within the client for dividing the functions into necessary functions and unnecessary functions according to the degree of necessity of the functions under the single application program deployed at the client.
Specifically, the necessary functions include functions of screen reading, screen refreshing, screen manipulation, and the like.
Specifically, the unnecessary functions include functions of data push, screen rendering, screen retrieval, auxiliary information, alarm service, alarm configuration, and the like.
As an implementation manner, the unnecessary functions are split according to the functional characteristics of the regulation and control system, and the division criterion further includes: unnecessary functions are divided according to a splitting criterion that each micro-service completes a single function, and each micro-service only performs data interaction with one database and does not perform interaction across a plurality of databases.
Further, after the splitting, a group of micro services including a plurality of micro services with single function is obtained by splitting.
In particular, it is ensured that the dependency of each microservice on the outside is minimal, according to the principle of low coupling, high cohesion.
In one embodiment, multiple micro-services with single function are deployed on multiple servers on a server side, and a multi-host multi-service scheme is used.
Furthermore, the split micro-service is deployed to a server, and in order to avoid the situation that a client cannot be called due to a single service failure, the service is generally deployed to a plurality of servers to form a server cluster.
Specifically, the multi-host multi-service scheme runs a plurality of micro-service instances on a plurality of servers, and is generally used under the condition that the number of the servers is small, so that the advantage of convenience in deployment is achieved.
In one embodiment, multiple micro services with single function are deployed on multiple servers on a server side, and a multi-host single service scheme is used.
Specifically, when a multi-host single-service scheme is used, the single service is not only one service deployed on the server, but only one instance of a certain service is deployed, and the method has the advantages that hardware resources are sufficient, and the service calling speed can be guaranteed.
As an embodiment, the operation status of the server cluster includes a server CPU occupancy rate and a case that the server runs the service, where the case that the server runs the service indicates the number of services that the server is running.
As one embodiment, the method of selecting a server includes: sequencing the CPU occupancy rates of the servers from high to low, and selecting the service of the running request of the server with low sequencing; and if the server CPU occupancy rates are close to each other, sorting the conditions of the server running services, and selecting the service of the server running request with low sorting.
The system further comprises a splitting subsystem, a deploying subsystem and a calling subsystem, wherein the splitting subsystem is used for dividing unnecessary functions under the single application program according to functional characteristics to obtain a plurality of micro services with single functions; the deployment subsystem is used for deploying a plurality of micro-services with single functions to a plurality of servers at the server end to form a server cluster; the calling subsystem comprises a proxy server and is used for receiving a calling request and selecting a server to run the request according to the running state of the server cluster.
Further, since the single application is split into the plurality of micro services, if the client directly accesses the interface of the micro service, the phenomenon that the interface cannot respond in time to cause blockage occurs, so that the client calls the micro service deployed at the server through the proxy server.
As an implementation manner, the proxy server comprises a protocol adaptation module, a load balancing module, a service tracking module and a flow control module, wherein the protocol adaptation module is used for receiving messages of multiple protocols, automatically identifying the messages and converting the messages into uniform interactive messages; the load balancing module is used for comprehensively considering the load condition of the server cluster according to the received request amount and distributing the request according to the load condition; the service tracking module is used for recording and collecting the whole process information of the man-machine service call; the traffic policing module is used to limit the number of requests in a given time.
Further, the use of the proxy server can mask the details of the services and decouple the details of the interdependencies between the services.
Specifically, the high-speed data proxy service proposed by the patent has the following functions:
the protocol adaptation function is that the proxy server can receive messages of various protocols of the client, automatically identifies the human-computer interaction content conforming to the human-computer interaction protocol and the HTTP protocol and converts the human-computer interaction content into a unified interaction message, so that the automatic adaptation of various protocols of a production control area and a non-production control area is realized;
and (3) a load balancing function: the proxy server comprehensively considers the load condition of the server cluster according to the received request quantity sent by the client, and distributes the request according to the load condition, so that the load balance of the distributed micro-service cluster is realized, and the load balance of the distributed micro-service cluster can design a corresponding load balance strategy according to the content of the human-computer interaction protocol;
the service tracking function: the proxy server can realize the tracking of micro-services, record and collect the information of the whole process of calling the man-machine service, and further analyze the abnormal root of the calling of the man-machine service according to the recorded information so as to guide research and development and maintenance personnel to troubleshoot problems;
the flow control function: the proxy server can control the flow, is used for limiting the number of requests of the client in given time, can be used for safety, can limit the brute force cracking speed of lawbreakers, and can also protect the server from being overloaded by too many users.
As shown in fig. 3, this embodiment provides a call flow of comprehensive data lightweight interaction of a control picture based on a microservice, when a client has a need for picture control, a request for calling the microservice to perform picture scheduling is sent to a proxy server, after the proxy server receives the request sent by the client, the proxy server performs ranking according to an operation state of a server cluster in which the microservice is deployed, selects a suitable server with the lowest comprehensive ranking to operate the control service requested by the client, after the operation of the control service is finished, returns a result of the operation of the control service to the client through the proxy server, and the client updates a display effect of the control picture according to the result.
In the description herein, references to the description of the terms "one embodiment," "certain embodiments," "an illustrative embodiment," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions deviate from the technical solutions of the embodiments of the present invention.

Claims (8)

1. A light interaction method for regulating and controlling comprehensive data of a picture based on micro-services is characterized by comprising the following steps:
classifying functions under a single application program deployed at a client into two types, namely necessary functions and unnecessary functions;
dividing unnecessary functions under the single application program into a plurality of micro services with single functions according to functional characteristics;
deploying a plurality of micro services with single functions to a plurality of servers at a server end to form a server cluster;
receiving a calling request sent by a client, and selecting a server for running a request service according to the running state of a server cluster;
and returning the result of the service running by the server to the client.
2. The microservice-based control picture comprehensive data lightweight interaction method according to claim 1, wherein the criterion for splitting unnecessary functions further comprises: unnecessary functions are divided according to a splitting criterion that each micro-service completes a single function, and each micro-service only performs data interaction with one database and does not perform interaction across a plurality of databases.
3. The method for lightweight interaction of comprehensive data of control screens based on microservices as claimed in claim 1, wherein a plurality of microservices with single function are deployed to a plurality of servers at a server end, and a scheme of multi-host and multi-service is used.
4. The method for lightweight interaction of comprehensive data of control screens based on microservices as claimed in claim 1, wherein a plurality of microservices with single function are deployed to a plurality of servers at a server end, and a scheme of multi-host single service is used.
5. The micro-service based control picture comprehensive data lightweight interaction method as claimed in claim 1, wherein the operation state of the server cluster comprises a server CPU occupancy rate and a server service operation condition, wherein the server service operation condition indicates the number of services being operated by the server.
6. The microservice-based control picture comprehensive data lightweight interaction method according to claim 5, wherein the method for selecting the server comprises: sequencing the CPU occupancy rates of the servers from high to low, and selecting the service of the running request of the server with low sequencing; and if the server CPU occupancy rates are close to each other, sorting the conditions of the server running services, and selecting the service of the server running request with low sorting.
7. A regulation and control picture comprehensive data lightweight interaction system based on micro-services is used for realizing the method of any one of claims 1 to 6, and is characterized by comprising a splitting subsystem, a deployment subsystem and a calling subsystem, wherein the splitting subsystem is used for dividing unnecessary functions under a single application program according to functional characteristics to obtain a plurality of micro-services with single functions; the deployment subsystem is used for deploying a plurality of micro-services with single functions to a plurality of servers at the server end to form a server cluster; the calling subsystem comprises a proxy server and is used for receiving a calling request and selecting a server to run the request according to the running state of the server cluster.
8. The microservice-based control picture comprehensive data lightweight interaction system according to claim 7, wherein the proxy server comprises a protocol adaptation module, a load balancing module, a service tracking module and a traffic control module, wherein the protocol adaptation module is used for receiving messages of multiple protocols, automatically identifying the messages and converting the messages into unified interaction messages; the load balancing module is used for comprehensively considering the load condition of the server cluster according to the received request amount and distributing the request according to the load condition; the service tracking module is used for recording and collecting the whole process information of the man-machine service call; the traffic policing module is used to limit the number of requests in a given time.
CN202110919405.5A 2021-08-11 2021-08-11 Light interaction method and system for regulating and controlling comprehensive data of picture based on micro-service Pending CN113726856A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110919405.5A CN113726856A (en) 2021-08-11 2021-08-11 Light interaction method and system for regulating and controlling comprehensive data of picture based on micro-service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110919405.5A CN113726856A (en) 2021-08-11 2021-08-11 Light interaction method and system for regulating and controlling comprehensive data of picture based on micro-service

Publications (1)

Publication Number Publication Date
CN113726856A true CN113726856A (en) 2021-11-30

Family

ID=78675477

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110919405.5A Pending CN113726856A (en) 2021-08-11 2021-08-11 Light interaction method and system for regulating and controlling comprehensive data of picture based on micro-service

Country Status (1)

Country Link
CN (1) CN113726856A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114416224A (en) * 2022-03-25 2022-04-29 共道网络科技有限公司 Method and device for calling micro service under multi-micro service environment
CN114979279A (en) * 2022-05-23 2022-08-30 河南北斗空间科技有限公司 Micro-service module scheduling method for data request

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103176769A (en) * 2011-12-20 2013-06-26 阿里巴巴集团控股有限公司 Customizable software deployment, installation method and system
US20180198845A1 (en) * 2017-01-09 2018-07-12 International Business Machines Corporation Local Microservice Development for Remote Deployment
CN110058864A (en) * 2019-04-18 2019-07-26 成都四方伟业软件股份有限公司 The dispositions method and device of micro services
CN110691118A (en) * 2019-08-30 2020-01-14 许昌许继软件技术有限公司 Service selection method and device in micro-service cluster
CN110737425A (en) * 2018-07-20 2020-01-31 网宿科技股份有限公司 billing platform system application program establishing method and device
CN112540749A (en) * 2020-11-16 2021-03-23 南方电网数字电网研究院有限公司 Micro-service dividing method and device, computer equipment and readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103176769A (en) * 2011-12-20 2013-06-26 阿里巴巴集团控股有限公司 Customizable software deployment, installation method and system
US20180198845A1 (en) * 2017-01-09 2018-07-12 International Business Machines Corporation Local Microservice Development for Remote Deployment
CN110737425A (en) * 2018-07-20 2020-01-31 网宿科技股份有限公司 billing platform system application program establishing method and device
CN110058864A (en) * 2019-04-18 2019-07-26 成都四方伟业软件股份有限公司 The dispositions method and device of micro services
CN110691118A (en) * 2019-08-30 2020-01-14 许昌许继软件技术有限公司 Service selection method and device in micro-service cluster
CN112540749A (en) * 2020-11-16 2021-03-23 南方电网数字电网研究院有限公司 Micro-service dividing method and device, computer equipment and readable storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
丁丹 等: ""场景驱动且自底向上的单体系统微服务拆分方法"", 《软件学报》, vol. 31, no. 11 *
李满: ""基于微服务架构的SaaS应用集成框架设计与实现"", 《中国优秀硕士学位论文全文数据库(信息科技I辑)》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114416224A (en) * 2022-03-25 2022-04-29 共道网络科技有限公司 Method and device for calling micro service under multi-micro service environment
CN114979279A (en) * 2022-05-23 2022-08-30 河南北斗空间科技有限公司 Micro-service module scheduling method for data request
CN114979279B (en) * 2022-05-23 2023-11-17 河南北斗空间科技有限公司 Micro-service module scheduling method for data request

Similar Documents

Publication Publication Date Title
CN108712464A (en) A kind of implementation method towards cluster micro services High Availabitity
CN109672627A (en) Method for processing business, platform, equipment and storage medium based on cluster server
US7480719B2 (en) Information system, load control method, load control program and recording medium
EP2315125B1 (en) System and method for implementing polling agents in a client management tool
US7941524B2 (en) System and method for collecting and storing event data from distributed transactional applications
CN108920153B (en) Docker container dynamic scheduling method based on load prediction
US20030135611A1 (en) Self-monitoring service system with improved user administration and user access control
CN110457178A (en) A kind of full link monitoring alarm method based on log collection analysis
CN113726856A (en) Light interaction method and system for regulating and controlling comprehensive data of picture based on micro-service
AU2004266017B2 (en) Hierarchical management of the dynamic allocation of resources in a multi-node system
CN102880503A (en) Data analysis system and data analysis method
CN112764920B (en) Edge application deployment method, device, equipment and storage medium
CN108770017B (en) Dynamic equalization method and system for wireless resources
WO2020134364A1 (en) Virtual machine migration method, cloud computing management platform, and storage medium
CN111324460B (en) Power monitoring control system and method based on cloud computing platform
CN117931454A (en) Computing power resource scheduling method, computing power resource scheduling device, computing power resource scheduling equipment, storage medium and program product
CN111984505A (en) Operation and maintenance data acquisition engine and acquisition method
CN109218401A (en) Log collection method, system, computer equipment and storage medium
CN103823743B (en) The monitoring method of software system and equipment
CN117290099B (en) Computing resource adjustment method and device for cloud platform
CN111581087B (en) Application program testing method and device
CN110515716B (en) Cloud optimization scheduling method and system supporting priority and inverse affinity
CN110442786A (en) A kind of method, apparatus, equipment and the storage medium of prompt information push
CN116126415A (en) Scene-based cloud component configuration recommendation method and system
CN112667393B (en) Method and device for building distributed task computing scheduling framework and computer 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