CN113420419B - Business process model analysis method under micro-service scene - Google Patents

Business process model analysis method under micro-service scene Download PDF

Info

Publication number
CN113420419B
CN113420419B CN202110590841.2A CN202110590841A CN113420419B CN 113420419 B CN113420419 B CN 113420419B CN 202110590841 A CN202110590841 A CN 202110590841A CN 113420419 B CN113420419 B CN 113420419B
Authority
CN
China
Prior art keywords
analysis
model
complexity
business
execution
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
CN202110590841.2A
Other languages
Chinese (zh)
Other versions
CN113420419A (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.)
Zhejiang University ZJU
Binhai Industrial Technology Research Institute of ZJU
Original Assignee
Zhejiang University ZJU
Binhai Industrial Technology Research Institute of ZJU
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 Zhejiang University ZJU, Binhai Industrial Technology Research Institute of ZJU filed Critical Zhejiang University ZJU
Priority to CN202110590841.2A priority Critical patent/CN113420419B/en
Publication of CN113420419A publication Critical patent/CN113420419A/en
Application granted granted Critical
Publication of CN113420419B publication Critical patent/CN113420419B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Human Resources & Organizations (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • General Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Development Economics (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Marketing (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Operations Research (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a business process model analysis method under a micro-service scene, which comprises the following steps: a design analysis stage and a runtime analysis stage, wherein in the design analysis stage, accessibility analysis, model complexity analysis and implementation complexity analysis are carried out on the flow definition, a design analysis stage score is obtained according to the result of the accessibility analysis, the model complexity score and the implementation complexity, and the designed model is adjusted according to the design analysis stage score; in the runtime analysis stage, the process definition runs in an execution environment, and performs execution history analysis, QoS policy analysis and side branch waiting delay analysis, comprehensively analyzes the QoS value of the runtime process instance, and further adjusts the model or optimizes the execution policy by combining the execution condition. By utilizing the analysis method of the invention, a parameterized analysis result can be obtained by analyzing the business process model, thereby better optimizing the business process.

Description

Business process model analysis method under micro-service scene
Technical Field
The invention belongs to the technical field of micro services, and particularly relates to a business process model analysis method in a micro service scene.
Background
In recent years, with the development of microservices, microservices architecture has been commonly applied to production practice to develop flexible distributed programs to replace traditional monolithic applications, and the popularization of microservices architecture also drives the development of service orchestration technology.
For example, chinese patent publication No. CN111708647A discloses a service request processing method, which splits a service request into a first service request and a second service request by receiving the service request sent by a service requester, and sends the first service request to a corresponding first server and the second service request to a corresponding second server through a preset interactive component, and combines the result returned by the first server and the result returned by the second server, and processes the service request according to the combined result, so that each application system only focuses on the service logic in each field, thereby avoiding repeated construction, effectively reducing code development workload, realizing the checking, processing, and access exception handling of the service request, and decoupling the public security function and the service function in different fields.
The service orchestration technology aims to design and execute workflows in a complex microservice system in a more efficient manner, optimize the cooperative work among a plurality of microservices and reduce the burden of development and operation and maintenance personnel.
The orchestration engine is one of the specific applications of service orchestration technology. In a microservice orchestration engine, developers can predefine executable business process models and automatically execute these business process models using the engine. Due to the adoption of the micro-service arrangement engine, the coupling degree between services can be further reduced, and the service value of the services is higher; developers can consider the scheduling problem under the complex micro-service architecture less, and further concentrate on the development of the service; a planner can more flexibly implement a business process from the system macro, fully reuse the existing micro service and simultaneously more accurately put forward business requirements.
The business process model can be executed as the product of service orchestration and the input of the orchestration engine, the quality of which will affect the whole microservice architecture system from two aspects: the business development needs to refer to a business process model, reuse the existing business as much as possible, accurately design the business process and effectively reduce the pressure of developers. The reasonable business process is designed, the business execution path can be optimized, and the overall efficiency of the system is improved.
The increasingly expanded services lead to increasingly complex calling relationships among services under the micro-service architecture, and the service flow model analysis method can help designers to analyze the value of a service flow model under the scenes, so that the service flow model is optimized.
Disclosure of Invention
The invention provides a business process model analysis method in a micro-service scene, which can obtain a parameterized analysis result by analyzing a business process model so as to better optimize a business process.
For the sake of convenience in the following description, the invention is defined by the following basic terms:
process definition and Process example: a process definition is a normalized description of a business process model. A process instance is an execution entity of a process definition.
Services and activities: a business represents a node in the flow definition that represents the actual existing service. An activity is an executing entity of a service.
A gateway: the gateway is a state node in the flow definition, and the gateway determines the subsequent execution path.
The business process model analysis of the invention is divided into two stages: and the design analysis stage and the runtime analysis stage respectively correspond to the process definition and the process instance. The two stages respectively pay attention to different attributes of the model, and an analysis result is given by a parameterized index.
The technical scheme of the invention is as follows:
a business process model analysis method under a micro-service scene comprises the following steps:
(1) design analysis phase
Performing accessibility analysis, model complexity analysis and implementation complexity analysis on the flow definition, obtaining a design analysis stage score according to the accessibility analysis result, the model complexity score and the implementation complexity, and adjusting the designed model according to the design analysis stage score;
(2) runtime analysis phase
The process definition is operated in an execution environment, execution history analysis, QoS strategy analysis and side-branch waiting time delay analysis are carried out, QoS value of a process instance in operation is comprehensively analyzed, and a model is further adjusted or an execution strategy is optimized by combining with execution conditions.
Further, when performing reachability analysis, using the NuSMV tool, the result of the reachability analysis is described as a boolean quantity B, while all unreachable nodes are noted.
Further, when the model complexity analysis is carried out, a circle complexity V is introducedGNumber of services n and parameter size VpiThree parameters to calculate a model complexity score MeThe concrete formula is as follows:
Figure BDA0003089464500000031
wherein k is1To take the value of [0,1]The self-defined parameters are used for adjusting the specific gravity of the parameter values under different conditions.
Further, when performing complexity analysis, examining the implementation Cost of the model from two aspects of multiplexing service proportion η and development Cost, wherein the value of multiplexing service proportion η is the proportion of multiplexing service to total traffic n, the development Cost is the ratio of total man-hour estimated by a designer to expected man-hour, and the specific formula is as follows:
I=k2·η+(1-k2)·Cost
where I is the implementation complexity, k2To take the value of [0,1]Is used to determine the proportion of η and Cost in the evaluation score.
Further, the formula of the design analysis stage score is as follows:
Figure BDA0003089464500000041
wherein G represents a design analysis stage score; b represents a Boolean quantity, and is a reachability analysis result; meRepresenting a model complexity score; i represents implementation complexity; moptRepresenting either the ideal model complexity or the optimal model complexity, the value of G will fall in the interval (0, 2)]In (1).
Further, when performing the execution history analysis, the actual execution condition of the service instance is obtained by installing an additional monitoring component in the execution environment, and the evaluation of the runtime performance of a service flow model is completed by comprehensively considering the overall completion rate, the path load distribution, the average time delay and the fusing times of the service instance.
Furthermore, when QoS policy analysis is performed, the QoS policy includes a service degradation policy, a load balancing policy and an HPA policy, and the completion probability of the corresponding process instance is presumed by analyzing the QoS policy gateway related to the process definition.
Further, when analyzing the side branch waiting time delay, the side branch waiting time delay Twait-kRepresenting the waiting time delay of activity k at the branch convergence in the process instance; in a multi-branch flow, the execution time of a parallel branch depends on the execution duration of the slowest branch, and the process that the activity at the convergence is ready is also resource-consuming.
Compared with the prior art, the invention has the following beneficial effects:
1. in the design and analysis stage, the invention focuses on the model design and analyzes the quality of the flow definition. Calculating the complexity of the flow definition by a graph analysis method; analyzing the unreachable service in the flow definition by using reachability analysis, and marking the unreachable service and the path thereof; the implementation complexity of the whole service is given through the service implementation information filled in during the process definition
2. The analysis stage in the running process focuses on the QoS value of the flow instance in the running process. In the stage, the QoS value of the process instance in operation is comprehensively analyzed by three means of history analysis, QoS strategy analysis and side-branch waiting delay analysis, so that a user can be assisted to further optimize the process definition by combining the actual operation condition.
3. During analysis, the method not only carries out abnormal labeling, but also carries out standardized value calculation, and provides visual parameters for a user so as to conveniently compare quality differences among different models.
Drawings
FIG. 1 is a block diagram of an analytical method according to the present invention;
FIG. 2 is a flow chart of the application of the analysis method of the present invention.
Detailed Description
The invention will be described in further detail below with reference to the drawings and examples, which are intended to facilitate the understanding of the invention without limiting it in any way.
As shown in fig. 1 and fig. 2, a method for analyzing a business process model in a micro-service scenario includes two stages: and the design analysis stage and the runtime analysis stage respectively correspond to the process definition and the process instance.
The first stage is a design analysis stage, and the method analyzes the rationality of the design defined by one process from three angles and helps designers to improve the model design.
And (3) accessibility analysis: the model accessibility analysis can be done with some model detection tools. The present invention proposes the use of a NuSMV tool that integrates SAT-based bounded model detection techniques, supports all the specifications described by the computational tree logic CTL and the linear sequential logic LTL, and can cover the vast majority of scenarios. A healthy flow definition should not have unreachable traffic, so the result of the reachability analysis is described as a boolean quantity B. In addition, reachability analysis should also note all unreachable nodes to provide an improved reference.
And (3) analyzing the complexity of the model: the invention introduces the circle complexity VGNumber of services n and parameter size VpiThree parameters are used to calculate the model complexity. The computation of the circle complexity can refer to other related data, which is not described in the present invention. Services are basic elements constituting the flow definition, so the number of services also directly affects the complexity of the model, and on the other hand, the circulation of messages also consumes time and other hardware resources. Therefore, for a flow definition, the number of services in the flow definition is always smaller and better under the premise that the task goal can be achieved. The parameter scale is described as a binary parameter of the number of parameters of the inter-service flow and the step size thereof, and the inner product of the parameter scale can be used for visually describing the data scale defined by one flow.
Model complexity score MeThe following formula can be used for calculation:
Figure BDA0003089464500000061
wherein k is1To take the value of [0,1]The self-defined parameters are used for adjusting the specific gravity of the parameter values under different conditions. The lower the score the better under the same task goal.
Performing complexity analysis: the implementation complexity mainly considers the implementation Cost of the model from two aspects of multiplexing service proportion eta and development Cost. The value of η is the proportion of the multiplexing service to the total service amount n, and the development Cost is the ratio of the total man-hour estimated by the designer to the expected man-hour. The implementation complexity I calculation formula is as follows:
I=k2·η+(1-k2)·Cost
wherein k is2To take the value of [0,1]Is used to determine the proportion of η and Cost in the evaluation score. Most of the time, the weight of Cost is greater than the model complexity (Cost first).
For a process definition, its design analysis stage score, G, can be calculated using the following formula:
Figure BDA0003089464500000062
wherein M isoptRepresenting either the ideal model complexity or the optimal model complexity, the value of G will fall in the interval (0, 2)]In (1).
The second phase is a runtime analysis phase, which monitors a specific execution environment and analyzes some problems existing in the process of executing the process instance to help optimize the model.
Performing a history analysis: the execution history analysis acquires the actual execution condition of the service instance by installing an additional monitoring component in the system, and comprehensively considers the overall completion rate (stability), the path load distribution, the average time delay and the fusing frequency of the service instance to complete the evaluation of the runtime performance of a service flow model.
QoS policy analysis: in actual production, in order to guarantee the quality of important services, the gateway will often implement some extra QoS policies. A typical QoS policy is service degradation, which allocates resources unfairly by prioritizing traffic in order to ensure that core traffic has enough resources to respond to requests in time. Other QoS policies also include load balancing policies, HPA policies, distance. In a similar QoS policy, dominant and disadvantaged activities may result when resources are tight. By analyzing the QoS policy gateways involved in the flow definition, we can infer the completion probability of the corresponding flow instance.
Analyzing the waiting time delay of the side branch: in a multi-branch flow, the execution time of a parallel branch depends on the execution duration of the slowest branch, and the process that the activity at the convergence is ready is also resource-consuming. Side branch latency Twait-kRepresenting the latency of activity k at the branch sink in the flow instance. The analysis can provide data to help designers to optimize the model on one hand, and can also provide support for runtime monitoring and optimization of the system on the other hand.
The invention provides three quantitative analysis strategies in the first stage, and helps the business process model to judge the quality of the designed model in the process definition stage. Meanwhile, three monitoring strategies are provided in the second stage and used for evaluating the execution condition of the business process model in a specific environment, and a designer can adjust the model or optimize the execution strategy according to the specific condition so as to improve the overall execution efficiency of the model.
The embodiments described above are intended to illustrate the technical solutions and advantages of the present invention, and it should be understood that the above-mentioned embodiments are only specific embodiments of the present invention, and are not intended to limit the present invention, and any modifications, additions and equivalents made within the scope of the principles of the present invention should be included in the scope of the present invention.

Claims (5)

1.一种微服务场景下的业务流程模型分析方法,其特征在于,包括:1. A business process model analysis method under a microservice scenario, characterized in that, comprising: (1)设计分析阶段(1) Design analysis stage 对流程定义进行可达性分析、模型复杂度分析和实施复杂度分析,根据可达性分析的结果、模型复杂度评分和实施复杂度得到设计分析阶段评分,根据设计分析阶段评分对设计的模型进行调整;Perform accessibility analysis, model complexity analysis, and implementation complexity analysis on the process definition, obtain the design analysis stage score based on the results of the accessibility analysis, model complexity score, and implementation complexity, and evaluate the designed model according to the design analysis stage score. make adjustments; (2)运行时分析阶段(2) Runtime analysis phase 将流程定义在执行环境中运行,进行执行历史分析、QoS策略分析和旁支等待时延分析,综合分析运行时流程实例的QoS价值,结合执行情况进一步调整模型或者优化执行策略;Define the process to run in the execution environment, carry out execution history analysis, QoS policy analysis and side branch waiting delay analysis, comprehensively analyze the QoS value of the process instance at runtime, and further adjust the model or optimize the execution strategy based on the execution situation; 进行执行历史分析时,通过在执行环境中安装额外的监控组件获取业务实例的实际执行情况,综合考虑一个业务实例的总体完成率、路径负载分布、平均时延和熔断次数,完成对一个业务流程模型的运行时性能的评估;During execution history analysis, the actual execution status of the business instance is obtained by installing additional monitoring components in the execution environment, and the overall completion rate, path load distribution, average delay, and number of fuses of a business instance are comprehensively considered to complete a business process. Evaluation of the runtime performance of the model; 进行QoS策略分析时,QoS策略包括服务降级、负载均衡策略和HPA策略,通过分析流程定义所涉及的QoS策略网关,推测对应流程实例的完成概率;When analyzing the QoS policy, the QoS policy includes service degradation, load balancing policy and HPA policy. By analyzing the QoS policy gateway involved in the process definition, the completion probability of the corresponding process instance is estimated; 进行旁支等待时延分析时,旁支等待时延Twait-k代表流程实例中分支汇聚处的活动k的等待时延;在多分支流程中,并行分支的执行时间取决于最慢分支的执行时长,而汇聚处的活动在等待就绪的过程也会消耗一定的资源。When performing side-branch waiting delay analysis, the side-branch waiting delay T wait-k represents the waiting delay of activity k at the branch convergence in the process instance; in a multi-branch process, the execution time of parallel branches depends on the execution time of the slowest branch , and the activities at the aggregation will consume a certain amount of resources in the process of waiting for ready. 2.根据权利要求1所述的微服务场景下的业务流程模型分析方法,其特征在于,进行可达性分析时,使用NuSMV工具,可达性分析的结果被描述为一个布尔量B,同时标注出所有的不可达节点。2. The business process model analysis method under the microservice scenario according to claim 1, wherein, when the accessibility analysis is performed, the NuSMV tool is used, and the result of the accessibility analysis is described as a Boolean quantity B, while All unreachable nodes are marked. 3.根据权利要求1所述的微服务场景下的业务流程模型分析方法,其特征在于,进行模型复杂度分析时,引入圈复杂度VG、业务数量n和参数规模Vpi三个参数来计算模型复杂度评分Me,具体公式为:3. the business process model analysis method under the microservice scenario according to claim 1, is characterized in that, when carrying out model complexity analysis, introduce three parameters of cyclomatic complexity V G , business quantity n and parameter scale V pi to come. Calculate the model complexity score Me , and the specific formula is:
Figure FDA0003450291540000021
Figure FDA0003450291540000021
其中,k1为取值[0,1]的自定义参数,用于调整不同状况下参数值的比重。Among them, k 1 is a self-defined parameter with a value of [0, 1], which is used to adjust the proportion of parameter values under different conditions.
4.根据权利要求1所述的微服务场景下的业务流程模型分析方法,其特征在于,进行实施复杂度分析时,从复用业务占比η和开发成本Cost两方面考察模型的实施代价,其中,复用业务占比η的值为复用业务占总业务量n的比例,开发成本Cost为设计者估算的总工时与期望工时的比值,具体公式为:4. the business process model analysis method under the micro-service scenario according to claim 1, is characterized in that, when carrying out the implementation complexity analysis, the implementation cost of the model is investigated from the two aspects of multiplexing business ratio n and development cost Cost, Among them, the value of the multiplexed business ratio η is the ratio of the multiplexed business to the total business volume n, and the development cost Cost is the ratio of the total man-hours estimated by the designer to the expected man-hours. The specific formula is: I=k2·η+(1-k2)·CostI=k 2 ·η+(1-k 2 )·Cost 其中,I为实施复杂度,k2为取值[0,1]的自定义参数,用于确定η和Cost在评估得分中所占比重。Among them, I is the implementation complexity, and k 2 is a custom parameter with a value of [0, 1], which is used to determine the proportion of n and Cost in the evaluation score. 5.根据权利要求1所述的微服务场景下的业务流程模型分析方法,其特征在于,所述设计分析阶段评分的公式为:5. The business process model analysis method under the microservice scenario according to claim 1, wherein the formula for scoring in the design analysis stage is:
Figure FDA0003450291540000022
Figure FDA0003450291540000022
其中,G表示设计分析阶段评分;B表示布尔量,为可达性分析结果;Me表示模型复杂度评分;I表示实施复杂度;Mopt表示理想模型复杂度或者最优模型复杂度,G的值会落在区间(0,2]中。Among them, G represents the design analysis stage score; B represents the Boolean quantity, which is the result of the accessibility analysis; Me represents the model complexity score; I represents the implementation complexity; M opt represents the ideal model complexity or optimal model complexity, G The value of will fall in the interval (0,2].
CN202110590841.2A 2021-05-28 2021-05-28 Business process model analysis method under micro-service scene Active CN113420419B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110590841.2A CN113420419B (en) 2021-05-28 2021-05-28 Business process model analysis method under micro-service scene

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110590841.2A CN113420419B (en) 2021-05-28 2021-05-28 Business process model analysis method under micro-service scene

Publications (2)

Publication Number Publication Date
CN113420419A CN113420419A (en) 2021-09-21
CN113420419B true CN113420419B (en) 2022-04-01

Family

ID=77713241

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110590841.2A Active CN113420419B (en) 2021-05-28 2021-05-28 Business process model analysis method under micro-service scene

Country Status (1)

Country Link
CN (1) CN113420419B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114035887A (en) * 2021-10-13 2022-02-11 北京能科瑞元数字技术有限公司 Micro-service one-stop type management and control platform based on container technology

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102799960A (en) * 2012-06-18 2012-11-28 北京大学 Parallel operation flow anomaly detection method oriented to data model
CN106453288A (en) * 2016-09-29 2017-02-22 上海和付信息技术有限公司 Asynchronous mode supporting distributed micro service framework system and implementation method thereof
CN110276592A (en) * 2019-06-14 2019-09-24 北京科技大学 A microservice system business process variability modeling method and system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10762452B2 (en) * 2017-03-09 2020-09-01 At&T Intellectual Property I, L.P. System and method for designing and executing control loops in a cloud environment
US10756982B2 (en) * 2018-05-17 2020-08-25 Microsoft Technology Licensing, Llc Machine learning microservice architecture design tools and methods

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102799960A (en) * 2012-06-18 2012-11-28 北京大学 Parallel operation flow anomaly detection method oriented to data model
CN106453288A (en) * 2016-09-29 2017-02-22 上海和付信息技术有限公司 Asynchronous mode supporting distributed micro service framework system and implementation method thereof
CN110276592A (en) * 2019-06-14 2019-09-24 北京科技大学 A microservice system business process variability modeling method and system

Also Published As

Publication number Publication date
CN113420419A (en) 2021-09-21

Similar Documents

Publication Publication Date Title
AU2018260855B2 (en) Hybrid cloud migration delay risk prediction engine
Lin et al. Modeling and optimization of performance and cost of serverless applications
WO2016107488A1 (en) Streaming graph optimization method and apparatus
US10698737B2 (en) Interoperable neural network operation scheduler
CN110740079B (en) A Full-Link Benchmark Test System for Distributed Scheduling System
CN103065221A (en) Multidisciplinary collaborative optimization flow modeling and scheduling method and system based on business process execution language (BPEL)
Aksakalli et al. Systematic approach for generation of feasible deployment alternatives for microservices
CN113420419B (en) Business process model analysis method under micro-service scene
CN111199316A (en) A cloud-fog collaborative computing grid scheduling method based on execution time evaluation
Morichetta et al. Demystifying deep learning in predictive monitoring for cloud-native SLOs
CN118585842A (en) Large model hybrid parallel training acceleration method, device, equipment and storage medium
CN115484138B (en) Method and system for rapid and customized development of operation and maintenance tools
CN102799530B (en) Performance predicating method for software system based on UML (Unified Modeling Language) architecture
CN115185683A (en) Cloud platform stream processing resource allocation method based on dynamic optimization model
CN108052378A (en) The method for scheduling task for the profit sensitivity applied towards complex simulation workflow
CN114896054A (en) Cross-heterogeneous computing engine big data task scheduling method, device and medium
Naskos et al. Elton: a cloud resource scaling-out manager for nosql databases
CN116383471B (en) Method and system for extracting data by data browser in large data scene of resource management industry
Brahmam et al. MBRSDTC: Design of a multimodal bioinspired model to improve resource scheduling efficiency with differential task‐level constraints
US20100145749A1 (en) Method and system for automatic continuous monitoring and on-demand optimization of business it infrastructure according to business objectives
CN110210763A (en) Event-driven method, device, equipment and storage medium based on ITSM
Fang et al. Reinforcement learning based heterogeneous resource provisioning for cloud web applications
de Nardin et al. Smart Heuristics for Power Constraints in Data Centers Powered by Renewable Sources
CN118982124B (en) Resource scheduling optimization method and system based on artificial intelligence
CN118250243A (en) Computing-network integrated resource scheduling system, method, electronic device and storage medium

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