WO2016045515A1 - Cloud task scheduling algorithm based on user satisfaction - Google Patents

Cloud task scheduling algorithm based on user satisfaction Download PDF

Info

Publication number
WO2016045515A1
WO2016045515A1 PCT/CN2015/089512 CN2015089512W WO2016045515A1 WO 2016045515 A1 WO2016045515 A1 WO 2016045515A1 CN 2015089512 W CN2015089512 W CN 2015089512W WO 2016045515 A1 WO2016045515 A1 WO 2016045515A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
cloud
user
virtual machine
resource
Prior art date
Application number
PCT/CN2015/089512
Other languages
French (fr)
Chinese (zh)
Inventor
蒋昌俊
张亚英
陈闳中
闫春钢
张冬冬
陈熔仙
Original Assignee
同济大学
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 同济大学 filed Critical 同济大学
Publication of WO2016045515A1 publication Critical patent/WO2016045515A1/en
Priority to AU2017100412A priority Critical patent/AU2017100412A4/en

Links

Images

Classifications

    • 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]

Definitions

  • the invention relates to a cloud task scheduling algorithm.
  • Cloud computing is a comprehensive development of parallel computing, distributed computing and grid computing. It is a commercial computing model that distributes tasks that previously required high-performance computers to be distributed on resource pools composed of a large number of inexpensive computers. The system is able to acquire computing power, storage space and information services as needed. However, while implementing these services, there is a problem to be considered. Different users have different requirements for the use of cloud computing resources, such as CPU, memory, completion time, bandwidth, usage fees, etc. How to adopt an effective strategy Let users get better service quality.
  • the task scheduling algorithm of cloud computing is one of the ways to solve the above problems.
  • the traditional task scheduling algorithm pays attention to the efficiency of the server.
  • the task scheduling method aiming at the optimal completion time has better completion efficiency, but may result in high resource utilization rate and unbalanced system load.
  • the equalization algorithm can provide an effective way to extend the bandwidth of network devices and servers, increase throughput, enhance network data processing capabilities, and improve network flexibility and availability.
  • traditional task scheduling algorithms ignore the quality of service requirements of user tasks. , can not be a good allocation of resources on demand.
  • Cloud computing uses virtualization technology to encapsulate the underlying physical resources in the form of virtual machines, allowing virtual machines to perform user tasks.
  • the scheduling problem is to map the user's tasks to resources with certain optimization goals.
  • the cloud computing simplifies the matching of tasks and resources, so that the resources required by the tasks are reflected in the form of a virtual machine, so the search for resources is converted into Search for a virtual machine.
  • the present invention first describes cloud tasks, virtual machines, and task classifications:
  • the virtual machine is represented by a seven-tuple:
  • Vm i ⁇ id i ,peNum i ,ram i ,bw i ,C cpu/num ,C mem/MB ,C bw/Mbps > (1)
  • the seven-tuple represents the virtual machine ID, CPU count, memory, bandwidth, and unit price of CPU, memory, and bandwidth.
  • the octet represents the cloud task ID, type, task size, number of CPUs expected, memory expected, bandwidth expected, user satisfaction of the task, and cost of executing the task.
  • the present invention mainly considers the following QoS parameters:
  • Completion time For the cloud task with real-time requirements, it needs to be completed in as little time as possible. What should be the two resources of CPU and execution speed.
  • bandwidth requirements need to be prioritized.
  • the present invention designs a weight vector, which represents the value recognition of the cloud platform for different resources, and uses the weight vector to adjust the selected virtual machine.
  • the performance of the resource is better than the parameters to better improve the user's satisfaction with the use of resources.
  • ei 1 , ei 2 , ei 3 correspond to the weights of the CPU, memory, and bandwidth, respectively, and
  • cloud task scheduling algorithm based on user satisfaction is as follows: For a given cloud task, select the cloud task with the highest priority in the system, normalize the parameters, and then normalize the cloud task. The cloud task and all the virtual machines in the system (all the virtual machines have been parameterized normalized) calculate the Euclidean distance. When calculating the Euclidean distance, according to the type of cloud task and the degree of recognition of the value of each parameter by the system, different degrees are given. The different weights of the performance parameters bind the current cloud task to the virtual machine with the lowest Euclidean distance.
  • a cloud task scheduling algorithm based on user satisfaction characterized in that it comprises the following steps:
  • Step 1 The resource parameters are normalized.
  • i is the number of tasks
  • j is the number of performance parameters
  • curX ij is the current value of performance
  • minX ij is the minimum of the same set of performance parameters
  • maxX ij is the maximum of the same set of performance parameters.
  • Step 2 calculate the Euclidean distance.
  • X j represents the normalized parameter value of the jth resource in the i-th virtual machine
  • Y j represents the expected value of the task for the j-th resource
  • W j represents the weight of the j-th resource.
  • Step 3 Select a resource.
  • Each task selects the virtual machine with the smallest distance from its Euclidean task, and uses the party that controls the idle virtual machine. The load balancing is performed. Each virtual machine maintains a European distance table. When a task is successfully assigned to a virtual machine, the Euclidean distance table needs to be updated to increase the Euclidean distance between a certain type of resource and the virtual machine. , update formula is:
  • Step 4 calculate user satisfaction.
  • W j is the weight of the performance parameter of the jth item
  • act j is the actual consumption of the performance parameter of the jth item
  • exp j is the user expectation of the performance of the j item of the cloud task value.
  • s i is the user satisfaction of the i-th task
  • t is the number of cloud tasks.
  • S the smaller the value of S, the higher the satisfaction of the services provided by all users of the system and the cloud computing service provider.
  • Step 5 Calculate the cost.
  • the virtual machine charges the resources according to the unit.
  • the total cost cost i of the task consumption is:
  • cost i is the cost of the i-th task
  • t is the number of all cloud tasks.
  • C the cost of executing all cloud tasks.
  • the algorithm of the invention allocates tasks to the most suitable resources from the perspective of the user, and better satisfies the requirements of the user on the CPU, the completion time, the bandwidth, and the like, and effectively reduces the cost of the user using the resources.
  • cloud computing the concern for users is whether the cost paid and the quality of service obtained are reasonably matched, so that the user's needs are met to a higher degree.
  • the present invention provides an effective strategy for users to obtain better quality of service.
  • Figure 1 is a flow chart of a cloud task scheduling algorithm based on user satisfaction.
  • Figure 2 Simulation results of a cloud task scheduling algorithm based on user satisfaction.
  • Figure 3 shows the simulation results of the optimal completion time scheduling algorithm.
  • the user In the cloud computing, the user is not very concerned about the performance of the system. They are concerned with whether the cost paid and the quality of the service obtained are reasonably matched.
  • the present invention proposes that the user's needs are satisfactorily satisfied.
  • a cloud task scheduling algorithm based on user satisfaction. From the user's point of view, the algorithm assigns tasks to the most suitable resources, which better meets the user's requirements for CPU, completion time, bandwidth, etc., and effectively reduces the cost of users' resources.
  • the present invention uses the CloudSim platform to simulate the algorithm and compares the algorithm with the currently used optimal completion time scheduling algorithm to verify the effectiveness of the algorithm in terms of user satisfaction and resource usage cost.
  • Figure 1 is a flow chart of the algorithm of the present invention.
  • the algorithm mainly includes parameter normalization of virtual machine and cloud tasks, calculation of Euclidean distance, resource selection, Euclidean distance update, user satisfaction of computing tasks, calculation of resource usage cost of a single cloud task, and execution of all tasks. After the completion of the system's total cost and other stages.
  • Step 1 The resource parameters are normalized.
  • the number of the same type of performance parameters of the virtual machine, the normalized value is:
  • i is the number of tasks
  • j is the number of performance parameters
  • curX ij is the current value of performance
  • minX ij is the minimum of the same set of performance parameters
  • maxX ij is the maximum of the same set of performance parameters.
  • Step 2 calculate the Euclidean distance.
  • X j represents the normalized parameter value of the jth resource in the i-th virtual machine
  • Y j represents the expected value of the task for the j-th resource
  • W j represents the weight of the j-th resource.
  • Step 3 Select a resource.
  • Each task selects the virtual machine with the smallest distance from the Euclidean to perform the task, but considering the load balancing problem of the system, avoid all tasks being assigned to a very powerful virtual machine at the same time, and in order to optimize the task completion time as much as possible, Load balancing is performed by controlling idle virtual machines. Therefore, each virtual machine maintains a European distance table.
  • the update formula is:
  • the resource selection process is as follows:
  • Step 4 calculate user satisfaction. After the task is completed, you need to consider the completion of each task. This includes the completion time of the task and the user satisfaction of each task, as well as the overall satisfaction of all tasks.
  • User satisfaction for a single task is:
  • W j is the weight of the performance parameter of the jth item
  • act j is the actual consumption of the performance parameter of the jth item
  • exp j is the user expectation of the performance of the j item of the cloud task value.
  • s i is the user satisfaction of the i-th task
  • t is the number of all cloud tasks.
  • S the smaller the value of S, the higher the satisfaction of the services provided by all users of the system and the cloud computing service provider.
  • Step 5 Calculate the cost. After each cloud task is executed, the cost of executing the task needs to be calculated. The virtual machine charges the resources according to the unit. Therefore, the total cost cost i of the task consumption is:
  • cost i is the cost of the i-th task
  • t is the number of all cloud tasks.
  • C the cost of executing all cloud tasks.
  • Step 6 algorithm simulation.
  • the simulated cloud environment of the present invention consists of five virtual machine nodes, a resource agent is established on the node, and 10 simulated user tasks are established.
  • the simulation mainly considers the following aspects: the completion time of all cloud tasks, the user satisfaction of a single cloud task, the comprehensive satisfaction of all tasks, the execution cost of a single task, the cost of executing all cloud tasks in the system, and the resources in this simulation.
  • the unit price is 1 (you can set it yourself when you use it).
  • Figure 2 shows the simulation results of the cloud task scheduling algorithm based on user satisfaction.
  • Figure 3 shows the simulation results of the optimal completion time scheduling algorithm.
  • the final completion is task 3
  • the total completion time is 334.62ms
  • the final completion is task 7
  • the total completion The time is 389.92ms.
  • the scheduling algorithm of the present invention is not as good as the classical optimal time scheduling algorithm when it is completed, but it is also relatively close.
  • the cloud task scheduling algorithm based on user satisfaction can better meet the needs of different users and improve users on the basis of ensuring good task completion time. Satisfaction, while also effectively saving implementation costs.
  • the scheduling algorithm can better meet the users with different needs through the dynamic task allocation strategy under the condition of ensuring the completion time of the task, and can obtain good user satisfaction and overall system satisfaction, which can effectively save.
  • the execution cost of the system can be used to better meet the users with different needs through the dynamic task allocation strategy under the condition of ensuring the completion time of the task, and can obtain good user satisfaction and overall system satisfaction, which can effectively save.
  • the execution cost of the system can be used to obtain good user satisfaction and overall system satisfaction, which can effectively save.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A cloud task scheduling algorithm based on user satisfaction, the algorithm mainly comprising several stages including normalising virtual machine and cloud task parameters; calculating Euclidean distance; selecting resources; updating Euclidean distance; calculating user satisfaction of a task; and calculating the resource usage costs of a single cloud task and the total costs of a system after execution of all tasks. The algorithm set forth in the present invention distributes tasks to the most suitable resources from the perspective of the user, thus better satisfying user requirements for various aspects including CPU, completion time, and bandwidth, and simultaneously effectively reducing the costs of resource usage by the user; in cloud computing, in which users are concerned with whether the costs paid reasonably match the service quality obtained, user requirements are highly satisfied. Compared to the prior art, the present invention provides an effective strategy for users to acquire the best service quality.

Description

基于用户满意度的云任务调度算法Cloud task scheduling algorithm based on user satisfaction 技术领域Technical field
本发明涉及云任务调度算法。The invention relates to a cloud task scheduling algorithm.
背景技术Background technique
云计算是并行计算、分布式计算和网格计算的综合发展,是一种商业计算模型,它能把从前需要高性能计算机才能完成的任务分布在大量廉价计算机构成的资源池上,使各种应用系统能够根据需要获取计算能力、存储空间和信息服务。然而,在实现这些服务的同时,需要考虑一个问题,即不同的用户对云计算资源的使用有不同的需求,如CPU、内存、完成时间、带宽、使用费用等,如何通过一种有效的策略让用户获得更好的服务质量。云计算的任务调度算法是解决上述问题的途径之一。Cloud computing is a comprehensive development of parallel computing, distributed computing and grid computing. It is a commercial computing model that distributes tasks that previously required high-performance computers to be distributed on resource pools composed of a large number of inexpensive computers. The system is able to acquire computing power, storage space and information services as needed. However, while implementing these services, there is a problem to be considered. Different users have different requirements for the use of cloud computing resources, such as CPU, memory, completion time, bandwidth, usage fees, etc. How to adopt an effective strategy Let users get better service quality. The task scheduling algorithm of cloud computing is one of the ways to solve the above problems.
传统的任务调度算法注重服务器的效率,例如以最优完成时间为目标的任务调度方法,虽然具有较好的完成效率,但是可能导致计算能力强的资源使用率高,使系统负载不均衡;负载均衡算法能够提供有效的方法来扩展网络设备和服务器的带宽、增加吞吐量、加强网络数据处理能力、提高网络的灵活性和可用性,然而,传统的任务调度算法都忽略了用户任务的服务质量需求,不能很好的对资源进行按需分配。The traditional task scheduling algorithm pays attention to the efficiency of the server. For example, the task scheduling method aiming at the optimal completion time has better completion efficiency, but may result in high resource utilization rate and unbalanced system load. The equalization algorithm can provide an effective way to extend the bandwidth of network devices and servers, increase throughput, enhance network data processing capabilities, and improve network flexibility and availability. However, traditional task scheduling algorithms ignore the quality of service requirements of user tasks. , can not be a good allocation of resources on demand.
发明内容Summary of the invention
在对云任务调度技术的研究过程中形成了许多经典的调度算法,它们多从云资源提供商的角度出发,考虑最优完成时间、最低能耗、节点负载均衡、资源可用性和可靠性、系统利用率等参数,而本发明提出的算法着重从用户的角度,考虑任务完成时间、成本、成本和服务质量的匹配程度、用户使用资源的满意度等参数,同时也考虑了系统的负载均衡。In the research process of cloud task scheduling technology, many classic scheduling algorithms are formed. They mostly consider the optimal completion time, minimum energy consumption, node load balancing, resource availability and reliability, and system from the perspective of cloud resource providers. Parameters such as utilization rate, and the algorithm proposed by the present invention focuses on the task completion time, the cost, the matching degree of cost and service quality, the satisfaction degree of the user's use of resources, and the load balancing of the system.
云计算使用虚拟化技术将底层的物理资源以虚拟机的形式封装,让虚拟机来执行用户的任务。调度问题是将用户的任务以一定的优化目标为原则与资源进行映射,云计算简化了任务与资源的匹配,使任务所需资源以一台虚拟机的形式体现,所以对资源的搜索转化为对某一台虚拟机进行搜索。Cloud computing uses virtualization technology to encapsulate the underlying physical resources in the form of virtual machines, allowing virtual machines to perform user tasks. The scheduling problem is to map the user's tasks to resources with certain optimization goals. The cloud computing simplifies the matching of tasks and resources, so that the resources required by the tasks are reflected in the form of a virtual machine, so the search for resources is converted into Search for a virtual machine.
为了实现调度算法,本发明首先对云任务、虚拟机以及任务分类进行了描述:In order to implement the scheduling algorithm, the present invention first describes cloud tasks, virtual machines, and task classifications:
●虚拟机用七元组表示:● The virtual machine is represented by a seven-tuple:
vmi=<idi,peNumi,rami,bwi,Ccpu/num,Cmem/MB,Cbw/Mbps>  (1)Vm i =<id i ,peNum i ,ram i ,bw i ,C cpu/num ,C mem/MB ,C bw/Mbps > (1)
七元组分别表示虚拟机的ID、CPU个数、内存、带宽以及CPU、内存和带宽的单位价格。The seven-tuple represents the virtual machine ID, CPU count, memory, bandwidth, and unit price of CPU, memory, and bandwidth.
●云任务用八元组表示:● Cloud tasks are represented by eight-tuples:
ti=<idi,typei,leni,exppei,exprami,expbwi,si,costi>  (2)t i =<id i ,type i ,len i ,exppe i ,expram i ,expbw i ,s i ,cost i > (2)
八元组分别表示云任务的ID、类型、任务大小、期待CPU个数、期待内存、期待带宽、任务的用户满意度以及执行任务的成本。The octet represents the cloud task ID, type, task size, number of CPUs expected, memory expected, bandwidth expected, user satisfaction of the task, and cost of executing the task.
●云任务类型:本发明主要考虑以下QoS参数:Cloud task type: The present invention mainly considers the following QoS parameters:
a)完成时间:对于实时性要求的云任务,需要在尽可能少的时间内完成,与之对 应的就是CPU和执行速度这两个资源。a) Completion time: For the cloud task with real-time requirements, it needs to be completed in as little time as possible. What should be the two resources of CPU and execution speed.
b)带宽:当云任务对通信带宽要求较高时,例如多媒体流需求,需要优先考虑带宽要求。b) Bandwidth: When cloud tasks require high communication bandwidth, such as multimedia streaming requirements, bandwidth requirements need to be prioritized.
c)内存:当云任务对内存要求较高时,需要优先考虑内存需求。c) Memory: When cloud tasks have high memory requirements, priority needs to be given to memory requirements.
针对不同的云任务需求,按照不同的QoS参数来衡量用户满意度,为此,本发明设计了一个权重向量,它表示了云平台对于不同资源的价值认可度,使用权重向量来调整选择虚拟机资源的性能比参数,以此来更好的提高用户使用资源的满意度。例如,对于实时性或对时间敏感的云任务来说,希望用最小的完成时间来完成任务,因此需要计算能力强的资源,所以赋予CPU较大的权重。设第i类任务的权重向量表示为:For different cloud task requirements, user satisfaction is measured according to different QoS parameters. To this end, the present invention designs a weight vector, which represents the value recognition of the cloud platform for different resources, and uses the weight vector to adjust the selected virtual machine. The performance of the resource is better than the parameters to better improve the user's satisfaction with the use of resources. For example, for a real-time or time-sensitive cloud task, it is desirable to complete the task with a minimum completion time, so that a resource with strong computing power is required, so the CPU is given a larger weight. Let the weight vector of the i-th task be expressed as:
ei=[ei1,ei2,ei3]  (3)Ei=[ei 1 ,ei 2 ,ei 3 ] (3)
其中ei1,ei2,ei3分别对应CPU、内存、带宽的权重,且Where ei 1 , ei 2 , ei 3 correspond to the weights of the CPU, memory, and bandwidth, respectively, and
Figure PCTCN2015089512-appb-000001
Figure PCTCN2015089512-appb-000001
基于用户满意度的云任务调度算法的思想如下:对于一堆给定的云任务,选出系统中目前优先级最高的云任务,对其进行参数归一化,然后将此归一化后的云任务和系统中的所有虚拟机(事先所有的虚拟机已参数归一化)计算欧氏距离,计算欧氏距离时,根据云任务的类型及系统对各个参数的价值认可程度,赋予不同的性能参数不同的权重,将当前的云任务绑定到欧氏距离值最小的虚拟机上。为了均衡系统的负载同时保证所有任务的完成时间,当虚拟机被绑定一个云任务后,更新其欧式距离列表,降低下一个云任务被分配到相同虚拟机上的可能性。当前任务执行完后,计算其用户满意度和资源使用成本,所有任务执行完后,计算所有云任务的综合满意度和系统的总成本。The idea of cloud task scheduling algorithm based on user satisfaction is as follows: For a given cloud task, select the cloud task with the highest priority in the system, normalize the parameters, and then normalize the cloud task. The cloud task and all the virtual machines in the system (all the virtual machines have been parameterized normalized) calculate the Euclidean distance. When calculating the Euclidean distance, according to the type of cloud task and the degree of recognition of the value of each parameter by the system, different degrees are given. The different weights of the performance parameters bind the current cloud task to the virtual machine with the lowest Euclidean distance. In order to balance the load of the system and ensure the completion time of all tasks, when the virtual machine is bound to a cloud task, update its Euclidean distance list, reducing the possibility that the next cloud task is assigned to the same virtual machine. After the current task is executed, calculate its user satisfaction and resource usage cost. After all tasks are executed, calculate the overall satisfaction of all cloud tasks and the total cost of the system.
本发明需要保护的技术方案表征为:The technical solution to be protected by the present invention is characterized as:
一种基于用户满意度的云任务调度算法,其特征在于,包括如下步骤:A cloud task scheduling algorithm based on user satisfaction, characterized in that it comprises the following steps:
步骤1,资源参数归一化。 Step 1. The resource parameters are normalized.
将任务和虚拟机的性能参数都归一化到[0,1]区间,令集合Xij={X1j,…,Xtj}j为性能参数的个数,为虚拟机的同类性能参数的集合,其归一化值为:Normalize the performance parameters of tasks and virtual machines to the interval [0,1], so that the set X ij ={X 1j ,...,X tj }j is the number of performance parameters, which is the same performance parameter of the virtual machine. Collection, whose normalized value is:
GXij=(curXij-minXij)/(maxXij-minXij)  (5)GX ij =(curX ij -minX ij )/(maxX ij -minX ij ) (5)
其中,i为任务的个数,j为性能参数的个数,curXij为性能当前值,minXij为同类性能参数集合中的最小值,maxXij为同类性能参数集合中的最大值。Where i is the number of tasks, j is the number of performance parameters, curX ij is the current value of performance, minX ij is the minimum of the same set of performance parameters, and maxX ij is the maximum of the same set of performance parameters.
步骤2,计算欧式距离。 Step 2, calculate the Euclidean distance.
在经过参数归一化处理后虚拟机的参数向量为X={X1,X2,X3},云任务的参数向量为Y={Y1,Y2,Y3}。考虑CPU、内存和带宽三个性能参数,根据云任务的类型得到权重向量W={W1,W2,W3}。则欧式距离的计算公式为:After the parameter normalization process, the parameter vector of the virtual machine is X={X 1 , X 2 , X 3 }, and the parameter vector of the cloud task is Y={Y 1 , Y 2 , Y 3 }. Considering three performance parameters of CPU, memory and bandwidth, the weight vector W={W 1 , W 2 , W 3 } is obtained according to the type of cloud task. Then the formula for calculating the Euclidean distance is:
Figure PCTCN2015089512-appb-000002
Figure PCTCN2015089512-appb-000002
其中Xj表示第i个虚拟机中第j个资源的归一化参数值;Yj表示任务对第j种资源的期待值;Wj表示第j种资源的权重。Where X j represents the normalized parameter value of the jth resource in the i-th virtual machine; Y j represents the expected value of the task for the j-th resource; W j represents the weight of the j-th resource.
步骤3,选择资源。 Step 3. Select a resource.
每个任务选择与其欧式距离最小的虚拟机执行任务,采用控制空闲的虚拟机的方 法进行负载平衡,每个虚拟机维护一张欧式距离表,当某个任务被成功分配到某台虚拟机执行后,需要更新欧式距离表,增加某类资源和该虚拟机之间的欧式距离,更新公式为:Each task selects the virtual machine with the smallest distance from its Euclidean task, and uses the party that controls the idle virtual machine. The load balancing is performed. Each virtual machine maintains a European distance table. When a task is successfully assigned to a virtual machine, the Euclidean distance table needs to be updated to increase the Euclidean distance between a certain type of resource and the virtual machine. , update formula is:
Di′=Di(1+1/n),n为虚拟机的个数  (7)D i ′=D i (1+1/n), where n is the number of virtual machines (7)
步骤4,计算用户满意度。 Step 4, calculate user satisfaction.
在任务完成后,考虑每个任务的完成情况,包括任务的完成时间和各个任务的用户满意度,以及所有任务的综合满意度。单个任务的用户满意度为:After the task is completed, consider the completion of each task, including the completion time of the task and the user satisfaction of each task, and the overall satisfaction of all tasks. User satisfaction for a single task is:
Figure PCTCN2015089512-appb-000003
Figure PCTCN2015089512-appb-000003
其中,si为任务i的用户满意度;Wj为第j项性能参数的权重;actj为任务对第j项性能参数的实际消耗;expj为云任务对第j项性能的用户期待值。Where s i is the user satisfaction of task i; W j is the weight of the performance parameter of the jth item; act j is the actual consumption of the performance parameter of the jth item; exp j is the user expectation of the performance of the j item of the cloud task value.
当0≤|si|≤0.5时,则认为用户对云任务i的资源分配很满意;当0.5<|si|≤1时,则认为用户对云任务i的资源分配比较满意;当|si|>1时,则认为用户对云任务i的资源分配不满意;当|si|的值很大时,则认为用户对云任务i的资源分配非常不满意。When 0≤|s i |≤0.5, it is considered that the user is satisfied with the resource allocation of cloud task i; when 0.5<|s i |≤1, the user is considered to be satisfied with the resource allocation of cloud task i; When s i |>1, it is considered that the user is not satisfied with the resource allocation of the cloud task i; when the value of |s i | is large, the user is considered to be very dissatisfied with the resource allocation of the cloud task i.
所有云任务的用户综合满意度为:The overall user satisfaction for all cloud tasks is:
Figure PCTCN2015089512-appb-000004
Figure PCTCN2015089512-appb-000004
其中si为第i个任务的用户满意度;t为所行云任务的个数。在云计算系统中,S的值越小,说明该系统所有用户和云计算服务提供商所提供的服务的满意度越高。Where s i is the user satisfaction of the i-th task; t is the number of cloud tasks. In a cloud computing system, the smaller the value of S, the higher the satisfaction of the services provided by all users of the system and the cloud computing service provider.
步骤5,计算成本。 Step 5. Calculate the cost.
在执行完每个云任务后,计算执行任务所花费的成本。虚拟机按照单位对资源计费,任务消费的全部费用costi为:After performing each cloud task, calculate the cost of executing the task. The virtual machine charges the resources according to the unit. The total cost cost i of the task consumption is:
Figure PCTCN2015089512-appb-000005
Figure PCTCN2015089512-appb-000005
其中,Pi为资源数量,C为单位资源价格。Where P i is the number of resources and C is the unit resource price.
执行所有云任务后,系统的总成本为:After performing all cloud tasks, the total cost of the system is:
Figure PCTCN2015089512-appb-000006
Figure PCTCN2015089512-appb-000006
其中costi为第i个任务的成本;t为所有云任务的个数。在云计算系统中,C的值越小,说明该系统执行所有云任务所花费的成本越小。Where cost i is the cost of the i-th task; t is the number of all cloud tasks. In a cloud computing system, the smaller the value of C, the lower the cost of executing all cloud tasks.
本发明算法从用户的角度出发,将任务分配到最合适的资源中,更好满足用户对CPU、完成时间、带宽等多方面的需求,同时有效降低用户使用资源的成本。在云计算中,对于用户关心的是付出的成本和得到的服务质量是否合理匹配,使用户的需求得到较高程度满足。与现有技术相比,本发明给出了一种有效的策略让用户获得更好的服务质量。The algorithm of the invention allocates tasks to the most suitable resources from the perspective of the user, and better satisfies the requirements of the user on the CPU, the completion time, the bandwidth, and the like, and effectively reduces the cost of the user using the resources. In cloud computing, the concern for users is whether the cost paid and the quality of service obtained are reasonably matched, so that the user's needs are met to a higher degree. Compared with the prior art, the present invention provides an effective strategy for users to obtain better quality of service.
附图说明DRAWINGS
图1基于用户满意度的云任务调度算法流程图。Figure 1 is a flow chart of a cloud task scheduling algorithm based on user satisfaction.
图2基于用户满意度的云任务调度算法的仿真结果。Figure 2 Simulation results of a cloud task scheduling algorithm based on user satisfaction.
图3最优完成时间调度算法的仿真结果。Figure 3 shows the simulation results of the optimal completion time scheduling algorithm.
图4任务完成时间对比。Figure 4 Task completion time comparison.
图5任务用户满意度对比。Figure 5 Comparison of task user satisfaction.
图6任务执行成本对比。 Figure 6 Task execution cost comparison.
具体实施方式detailed description
在云计算中,对于用户而言并不是很关心系统的性能,他们关心的是付出的成本和得到的服务质量是否合理匹配,出于使用户的需求得到较高程度满足的考虑,本发明提出一种基于用户满意度的云任务调度算法。该算法从用户的角度出发,将任务分配到最合适的资源中,更好满足用户对CPU、完成时间、带宽等多方面的需求,同时有效降低用户使用资源的成本。最后,本发明使用CloudSim平台将算法进行仿真,并将算法与目前较常用的最优完成时间调度算法进行对比,验证算法在用户满意度和资源使用成本方面的有效性。In the cloud computing, the user is not very concerned about the performance of the system. They are concerned with whether the cost paid and the quality of the service obtained are reasonably matched. The present invention proposes that the user's needs are satisfactorily satisfied. A cloud task scheduling algorithm based on user satisfaction. From the user's point of view, the algorithm assigns tasks to the most suitable resources, which better meets the user's requirements for CPU, completion time, bandwidth, etc., and effectively reduces the cost of users' resources. Finally, the present invention uses the CloudSim platform to simulate the algorithm and compares the algorithm with the currently used optimal completion time scheduling algorithm to verify the effectiveness of the algorithm in terms of user satisfaction and resource usage cost.
以下结合附图的算法流程图对本发明作进一步的说明。The present invention will be further described below in conjunction with an algorithm flow chart of the accompanying drawings.
图1为本发明的算法流程图。如图所示,算法主要包含虚拟机和云任务的参数归一化、欧式距离的计算、资源选择、欧式距离更新,计算任务的用户满意度,计算单个云任务的资源使用成本和所有任务执行完后系统的总成本等几个阶段。Figure 1 is a flow chart of the algorithm of the present invention. As shown in the figure, the algorithm mainly includes parameter normalization of virtual machine and cloud tasks, calculation of Euclidean distance, resource selection, Euclidean distance update, user satisfaction of computing tasks, calculation of resource usage cost of a single cloud task, and execution of all tasks. After the completion of the system's total cost and other stages.
步骤1,资源参数归一化。为了更方便的进行欧式距离的计算,本发明将任务和虚拟机的性能参数都归一化到[0,1]区间,令集合Xij={X1j,…,Xtj}j为性能参数的个数,为虚拟机的同类性能参数的集合,其归一化值为: Step 1. The resource parameters are normalized. In order to more conveniently calculate the Euclidean distance, the present invention normalizes the performance parameters of the task and the virtual machine to the [0,1] interval, so that the set X ij ={X 1j ,..., X tj }j is a performance parameter. The number of the same type of performance parameters of the virtual machine, the normalized value is:
GXij=(curXij-minXij)/(maxXij-minXij)  (5)GX ij =(curX ij -minX ij )/(maxX ij -minX ij ) (5)
其中,i为任务的个数,j为性能参数的个数,curXij为性能当前值,minXij为同类性能参数集合中的最小值,maxXij为同类性能参数集合中的最大值。Where i is the number of tasks, j is the number of performance parameters, curX ij is the current value of performance, minX ij is the minimum of the same set of performance parameters, and maxX ij is the maximum of the same set of performance parameters.
步骤2,计算欧式距离。在经过参数归一化处理后虚拟机的参数向量为X={X1,X2,X3},云任务的参数向量为Y={Y1,Y2,Y3}。本发明主要考虑CPU、内存和带宽三个性能参数,根据云任务的类型得到权重向量W={W1,W2,W3}。则欧式距离的计算公式为:Step 2, calculate the Euclidean distance. After the parameter normalization process, the parameter vector of the virtual machine is X={X 1 , X 2 , X 3 }, and the parameter vector of the cloud task is Y={Y 1 , Y 2 , Y 3 }. The present invention mainly considers three performance parameters of CPU, memory and bandwidth, and obtains a weight vector W={W 1 , W 2 , W 3 } according to the type of the cloud task. Then the formula for calculating the Euclidean distance is:
Figure PCTCN2015089512-appb-000007
Figure PCTCN2015089512-appb-000007
其中Xj表示第i个虚拟机中第j个资源的归一化参数值;Yj表示任务对第j种资源的期待值;Wj表示第j种资源的权重。Where X j represents the normalized parameter value of the jth resource in the i-th virtual machine; Y j represents the expected value of the task for the j-th resource; W j represents the weight of the j-th resource.
任务与虚拟机之间的欧式距离越小,说明任务选择该虚拟机能够获得相对较好的用户满意度,同时也能够更好的满足云计算提供商对不同资源的价值认可需求。The smaller the Euclidean distance between the task and the virtual machine, the better the user satisfaction can be obtained by selecting the virtual machine, and the cloud computing provider can better meet the value recognition requirements of different resources.
步骤3,选择资源。每个任务选择与其欧式距离最小的虚拟机执行任务,但考虑到系统的负载均衡问题,避免所有任务同时分配到一台能力很强大的虚拟机上,同时为了尽量满足任务完成时间的最优化,采用控制空闲的虚拟机的方法进行负载平衡,于是每个虚拟机维护一张欧式距离表,当某个任务被成功分配到某台虚拟机执行后,需要更新欧式距离表,增加某类资源和该虚拟机之间的欧式距离,更新公式为: Step 3. Select a resource. Each task selects the virtual machine with the smallest distance from the Euclidean to perform the task, but considering the load balancing problem of the system, avoid all tasks being assigned to a very powerful virtual machine at the same time, and in order to optimize the task completion time as much as possible, Load balancing is performed by controlling idle virtual machines. Therefore, each virtual machine maintains a European distance table. When a task is successfully assigned to a virtual machine, it needs to update the Euclidean distance table to add certain resources and The Euclidean distance between the virtual machines, the update formula is:
Di′=Di(1+1/n),n为虚拟机的个数  (7)D i ′=D i (1+1/n), where n is the number of virtual machines (7)
资源选择过程如下:The resource selection process is as follows:
1.For
Figure PCTCN2015089512-appb-000008
i=1 to m
1.For
Figure PCTCN2015089512-appb-000008
i=1 to m
2 Select VM by parameter of ti to VMi;(所有任务相同性能组成向量)2 Select VM by parameter of t i to VM i ; (all tasks with the same performance component vector)
3 For i=1 to t3 For i=1 to t
4 For j=1 to 34 For j=1 to 3
5 Compute GXij(参数归一化处理); 5 Compute GX ij (parameter normalization);
6 For i=1 to t6 For i=1 to t
7计算任务与虚拟机的欧式距离Di7 Calculate the Euclidean distance D i between the task and the virtual machine;
8 Select min Di8 Select min D i ;
9 Bind ti to VM which has the min Di9 Bind t i to VM which has the min D i ;
10 End;10 End;
步骤4,计算用户满意度。在任务完成后,需要考虑每个任务的完成情况。包括任务的完成时间和各个任务的用户满意度,以及所有任务的综合满意度。单个任务的用户满意度为:Step 4, calculate user satisfaction. After the task is completed, you need to consider the completion of each task. This includes the completion time of the task and the user satisfaction of each task, as well as the overall satisfaction of all tasks. User satisfaction for a single task is:
Figure PCTCN2015089512-appb-000009
Figure PCTCN2015089512-appb-000009
其中,si为任务i的用户满意度;Wj为第j项性能参数的权重;actj为任务对第j项性能参数的实际消耗;expj为云任务对第j项性能的用户期待值。Where s i is the user satisfaction of task i; W j is the weight of the performance parameter of the jth item; act j is the actual consumption of the performance parameter of the jth item; exp j is the user expectation of the performance of the j item of the cloud task value.
当0≤|si|≤0.5时,则认为用户对云任务i的资源分配很满意;当0.5<|si|≤1时,则认为用户对云任务i的资源分配比较满意;当|si|>1时,则认为用户对云任务i的资源分配不满意;当|si|的值很大时,则认为用户对云任务i的资源分配非常不满意。When 0≤|s i |≤0.5, it is considered that the user is satisfied with the resource allocation of cloud task i; when 0.5<|s i |≤1, the user is considered to be satisfied with the resource allocation of cloud task i; When s i |>1, it is considered that the user is not satisfied with the resource allocation of the cloud task i; when the value of |s i | is large, the user is considered to be very dissatisfied with the resource allocation of the cloud task i.
所有云任务的用户综合满意度为:The overall user satisfaction for all cloud tasks is:
Figure PCTCN2015089512-appb-000010
Figure PCTCN2015089512-appb-000010
其中si为第i个任务的用户满意度;t为所有云任务的个数。在云计算系统中,S的值越小,说明该系统所有用户和云计算服务提供商所提供的服务的满意度越高。Where s i is the user satisfaction of the i-th task; t is the number of all cloud tasks. In a cloud computing system, the smaller the value of S, the higher the satisfaction of the services provided by all users of the system and the cloud computing service provider.
步骤5,计算成本。在执行完每个云任务后,需要计算执行任务所花费的成本。虚拟机按照单位对资源计费,因此,任务消费的全部费用costi为:Step 5. Calculate the cost. After each cloud task is executed, the cost of executing the task needs to be calculated. The virtual machine charges the resources according to the unit. Therefore, the total cost cost i of the task consumption is:
Figure PCTCN2015089512-appb-000011
Figure PCTCN2015089512-appb-000011
其中,Pi为资源数量,C为单位资源价格。Where P i is the number of resources and C is the unit resource price.
执行所有云任务后,系统的总成本为:After performing all cloud tasks, the total cost of the system is:
Figure PCTCN2015089512-appb-000012
Figure PCTCN2015089512-appb-000012
其中costi为第i个任务的成本;t为所有云任务的个数。在云计算系统中,C的值越小,说明该系统执行所有云任务所花费的成本越小。Where cost i is the cost of the i-th task; t is the number of all cloud tasks. In a cloud computing system, the smaller the value of C, the lower the cost of executing all cloud tasks.
步骤6,算法仿真。本发明模拟的云环境由5个虚拟机节点构成,在节点上建立资源代理,并建立10个模拟用户任务。仿真中主要考察以下几个方面:所有云任务的完成时间、单个云任务的用户满意度、所有任务的综合满意度、单个任务的执行成本、系统执行所有云任务的成本,在本仿真中资源的单位价格均为1(实际使用时可自行设置)。图2为基于用户满意度的云任务调度算法的仿真结果。图3为最优完成时间调度算法的仿真结果。 Step 6, algorithm simulation. The simulated cloud environment of the present invention consists of five virtual machine nodes, a resource agent is established on the node, and 10 simulated user tasks are established. The simulation mainly considers the following aspects: the completion time of all cloud tasks, the user satisfaction of a single cloud task, the comprehensive satisfaction of all tasks, the execution cost of a single task, the cost of executing all cloud tasks in the system, and the resources in this simulation. The unit price is 1 (you can set it yourself when you use it). Figure 2 shows the simulation results of the cloud task scheduling algorithm based on user satisfaction. Figure 3 shows the simulation results of the optimal completion time scheduling algorithm.
从图4中可以看出,最优完成时间算法中,最后完成的是任务3,总完成时间为334.62ms,而基于用户满意度的云任务调度算法中,最后完成的是任务7,总完成时间为389.92ms。本发明的调度算法在完成时时上不如经典的最优时间调度算法,但也比较接近。As can be seen from Figure 4, in the optimal completion time algorithm, the final completion is task 3, the total completion time is 334.62ms, and in the cloud task scheduling algorithm based on user satisfaction, the final completion is task 7, the total completion The time is 389.92ms. The scheduling algorithm of the present invention is not as good as the classical optimal time scheduling algorithm when it is completed, but it is also relatively close.
从图5可以看出,基于用户满意度的云任务调度算法中大部分任务的满意度以及总的用户满意度都要优于最优完成时间调度算法。这个结果体现出了本发明所设计的算法的有效性。 It can be seen from Figure 5 that the satisfaction of most tasks and the total user satisfaction in the cloud task scheduling algorithm based on user satisfaction are better than the optimal completion time scheduling algorithm. This result reflects the effectiveness of the algorithm designed by the present invention.
从图6可以看出,基于用户满意度的云任务调度算法中大部分任务的执行成本都要低于最优完成时间调度算法,基于用户满意度的云任务调度算法的系统总成本为25587单位,最优完成时间调度算法的系统总成本为30432单位。这个结果体现出了基于用户满意度的云任务调度算法在节约成本上具有优势。It can be seen from Fig. 6 that the execution cost of most tasks in the cloud task scheduling algorithm based on user satisfaction is lower than the optimal completion time scheduling algorithm. The total system cost of the cloud task scheduling algorithm based on user satisfaction is 25587 units. The total system cost of the optimal completion time scheduling algorithm is 30,432 units. This result shows that the cloud task scheduling algorithm based on user satisfaction has an advantage in cost saving.
通过以上的仿真结果分析,相比于最优完成时间任务调度算法,基于用户满意度的云任务调度算法能够在保证良好的任务完成时间的基础上,更好的满足不同用户的需求,提高用户的满意度,同时也能有效的节约执行成本。Through the above simulation results, compared with the optimal completion time task scheduling algorithm, the cloud task scheduling algorithm based on user satisfaction can better meet the needs of different users and improve users on the basis of ensuring good task completion time. Satisfaction, while also effectively saving implementation costs.
本发明的创新点Innovation of the invention
1)从用户使用云计算资源的满意程度的角度设计云任务调度算法。1) Design a cloud task scheduling algorithm from the perspective of the user's satisfaction with the use of cloud computing resources.
2)调度算法在保证任务的完成时间的条件下,通过动态的任务分配策略,能更好的满足不同需求的用户,并且能够得到良好的用户满意度和系统的整体满意度,能有效的节约系统的执行成本。 2) The scheduling algorithm can better meet the users with different needs through the dynamic task allocation strategy under the condition of ensuring the completion time of the task, and can obtain good user satisfaction and overall system satisfaction, which can effectively save. The execution cost of the system.

Claims (1)

  1. 一种基于用户满意度的云任务调度算法,其特征在于,包括如下步骤:A cloud task scheduling algorithm based on user satisfaction, characterized in that it comprises the following steps:
    步骤1,资源参数归一化Step 1, normalization of resource parameters
    将任务和虚拟机的性能参数都归一化到[0,1]区间,令集合Xij={Xij,…,Xtj}j为性能参数的个数,为虚拟机的同类性能参数的集合,其归一化值为:Normalize the performance parameters of the task and the virtual machine to the [0,1] interval, so that the set X ij ={X ij ,...,X tj }j is the number of performance parameters, which is the same performance parameter of the virtual machine. Collection, whose normalized value is:
    GXij=(curXjj-minXij)/(maxXij-minXij)  (5)GX ij =(curX jj -minX ij )/(maxX ij -minX ij ) (5)
    其中,i为任务的个数,j为性能参数的个数,curXij为性能当前值,minXij为同类性能参数集合中的最小值,maxXij为同类性能参数集合中的最大值。Where i is the number of tasks, j is the number of performance parameters, curX ij is the current value of performance, minX ij is the minimum of the same set of performance parameters, and maxX ij is the maximum of the same set of performance parameters.
    步骤2,计算欧式距离Step 2, calculate the Euclidean distance
    在经过参数归一化处理后虚拟机的参数向量为X={X1,X2,X3},云任务的参数向量为Y={Y1,Y2,Y3};考虑CPU、内存和带宽三个性能参数,根据云任务的类型得到权重向量W={W1,W2,W3},则欧式距离的计算公式为:After the parameter normalization process, the parameter vector of the virtual machine is X={X 1 , X 2 , X 3 }, and the parameter vector of the cloud task is Y={Y 1 , Y 2 , Y 3 }; considering CPU and memory And three performance parameters of bandwidth, according to the type of cloud task to get the weight vector W = {W 1 , W 2 , W 3 }, then the formula for calculating the Euclidean distance is:
    Figure PCTCN2015089512-appb-100001
    Figure PCTCN2015089512-appb-100001
    其中Xj表示第i个虚拟机中第j个资源的归一化参数值;Yj表示任务对第j种资源的期待值;Wj表示第j种资源的权重;Where X j represents the normalized parameter value of the jth resource in the i-th virtual machine; Y j represents the expected value of the task for the j-th resource; W j represents the weight of the j-th resource;
    步骤3,选择资源Step 3, select a resource
    每个任务选择与其欧式距离最小的虚拟机执行任务,采用控制空闲的虚拟机的方法进行负载平衡,每个虚拟机维护一张欧式距离表,当某个任务被成功分配到某台虚拟机执行后,需要更新欧式距离表,增加某类资源和该虚拟机之间的欧式距离,更新公式为:Each task selects the virtual machine with the smallest distance from the Euclidean to perform the task, and uses the method of controlling the idle virtual machine to load balance. Each virtual machine maintains a European distance table, and when a task is successfully assigned to a virtual machine, After that, you need to update the Euclidean distance table to increase the Euclidean distance between a certain type of resource and the virtual machine. The update formula is:
    Di′=Di(1+1/n),n为虚拟机的个数  (7)D i ′=D i (1+1/n), where n is the number of virtual machines (7)
    步骤4,计算用户满意度Step 4, calculate user satisfaction
    在任务完成后,考虑每个任务的完成情况,包括任务的完成时间和各个任务的用户满意度,以及所有任务的综合满意度;单个任务的用户满意度为:After the task is completed, consider the completion of each task, including the completion time of the task and the user satisfaction of each task, and the overall satisfaction of all tasks; the user satisfaction of a single task is:
    Figure PCTCN2015089512-appb-100002
    Figure PCTCN2015089512-appb-100002
    其中,si为任务i的用户满意度;Wj为第j项性能参数的权重;actj为任务对第j项性能参数的实际消耗;expj为云任务对第j项性能的用户期待值;Where s i is the user satisfaction of task i; W j is the weight of the performance parameter of the jth item; act j is the actual consumption of the performance parameter of the jth item; exp j is the user expectation of the performance of the j item of the cloud task value;
    当0≤|si|≤0.5时,则认为用户对云任务i的资源分配很满意;当0.5<|si|≤1时,则认为用户对云任务i的资源分配比较满意;当|si|>1时,则认为用户对云任务i的资源分配不满意;当|si|的值很大时,则认为用户对云任务i的资源分配非常不满意;When 0≤|s i |≤0.5, it is considered that the user is satisfied with the resource allocation of cloud task i; when 0.5<|s i |≤1, the user is considered to be satisfied with the resource allocation of cloud task i; When s i |>1, it is considered that the user is not satisfied with the resource allocation of the cloud task i; when the value of |s i | is large, the user is considered to be very dissatisfied with the resource allocation of the cloud task i;
    所有云任务的用户综合满意度为:The overall user satisfaction for all cloud tasks is:
    Figure PCTCN2015089512-appb-100003
    Figure PCTCN2015089512-appb-100003
    其中si为第i个任务的用户满意度;t为所有云任务的个数;Where s i is the user satisfaction of the i-th task; t is the number of all cloud tasks;
    步骤5,计算成本Step 5, calculate the cost
    在执行完每个云任务后,计算执行任务所花费的成本;虚拟机按照单位对资源计费,任务消费的全部费用costi为:After each cloud task is executed, the cost of executing the task is calculated; the virtual machine charges the resource according to the unit, and the total cost cost i of the task consumption is:
    Figure PCTCN2015089512-appb-100004
    Figure PCTCN2015089512-appb-100004
    其中,Pi为资源数量,C为单位资源价格; Where P i is the number of resources and C is the unit resource price;
    执行所有云任务后,系统的总成本为:After performing all cloud tasks, the total cost of the system is:
    Figure PCTCN2015089512-appb-100005
    Figure PCTCN2015089512-appb-100005
    其中costi为第i个任务的成本;t为所有云任务的个数。 Where cost i is the cost of the i-th task; t is the number of all cloud tasks.
PCT/CN2015/089512 2014-09-23 2015-09-14 Cloud task scheduling algorithm based on user satisfaction WO2016045515A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2017100412A AU2017100412A4 (en) 2014-09-23 2017-04-10 Cloud task scheduling algorithm based on user satisfaction

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410491004.4 2014-09-23
CN201410491004.4A CN104333569A (en) 2014-09-23 2014-09-23 Cloud task scheduling algorithm based on user satisfaction

Related Child Applications (1)

Application Number Title Priority Date Filing Date
AU2017100412A Division AU2017100412A4 (en) 2014-09-23 2017-04-10 Cloud task scheduling algorithm based on user satisfaction

Publications (1)

Publication Number Publication Date
WO2016045515A1 true WO2016045515A1 (en) 2016-03-31

Family

ID=52408218

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/089512 WO2016045515A1 (en) 2014-09-23 2015-09-14 Cloud task scheduling algorithm based on user satisfaction

Country Status (2)

Country Link
CN (1) CN104333569A (en)
WO (1) WO2016045515A1 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109240813A (en) * 2018-08-21 2019-01-18 广东工业大学 Task schedule and task immigration method in a kind of mobile cloud computing
CN110308967A (en) * 2019-06-06 2019-10-08 东南大学 A kind of workflow cost based on mixed cloud-delay optimization method for allocating tasks
CN110362952A (en) * 2019-07-24 2019-10-22 张�成 A kind of quick calculating task shunt method
CN112084015A (en) * 2020-08-28 2020-12-15 的卢技术有限公司 Simulation cloud platform building system and method based on cloud computing
CN112084034A (en) * 2020-09-18 2020-12-15 杭州电子科技大学 MCT scheduling method based on edge platform layer adjustment coefficient
CN112416516A (en) * 2020-11-20 2021-02-26 中国电子科技集团公司第二十八研究所 Cloud data center resource scheduling method for resource utility improvement
CN113608848A (en) * 2021-07-28 2021-11-05 西北大学 Cloud-edge cooperative edge computing task allocation method, system and storage medium
CN115759510A (en) * 2022-11-15 2023-03-07 南京航空航天大学 Matching method of cloud manufacturing task and machining manufacturing service
CN116149236A (en) * 2023-04-04 2023-05-23 深圳市万特网络科技有限公司 Application operation and maintenance management intelligent monitoring system and method based on block chain
CN116302451A (en) * 2023-05-18 2023-06-23 广州豪特节能环保科技股份有限公司 Offline energy-saving scheduling method and system for cloud computing data center
CN117714452A (en) * 2023-12-14 2024-03-15 摩尔线程智能科技(北京)有限责任公司 Traffic load balancing method, system and device

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104333569A (en) * 2014-09-23 2015-02-04 同济大学 Cloud task scheduling algorithm based on user satisfaction
CN108268313A (en) * 2016-12-30 2018-07-10 杭州华为数字技术有限公司 The method and apparatus of data processing
CN108196948A (en) * 2017-12-28 2018-06-22 东华大学 A kind of mysorethorn example type combination optimum choice method based on Dynamic Programming
CN110247802B (en) * 2019-06-19 2022-04-19 北京百度网讯科技有限公司 Resource configuration method and device for cloud service single-machine environment
CN110750355B (en) * 2019-08-26 2022-03-25 北京丁牛科技有限公司 Control system, control method and device
CN113157427B (en) * 2020-01-07 2024-03-15 中科寒武纪科技股份有限公司 Method, device, computer equipment and readable storage medium for task migration

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365727A (en) * 2013-07-09 2013-10-23 南京大学 Host load forecasting method in cloud computing environment
CN103916438A (en) * 2013-01-06 2014-07-09 上海计算机软件技术开发中心 Cloud testing environment scheduling method and system based on load forecast
CN104333569A (en) * 2014-09-23 2015-02-04 同济大学 Cloud task scheduling algorithm based on user satisfaction

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103916438A (en) * 2013-01-06 2014-07-09 上海计算机软件技术开发中心 Cloud testing environment scheduling method and system based on load forecast
CN103365727A (en) * 2013-07-09 2013-10-23 南京大学 Host load forecasting method in cloud computing environment
CN104333569A (en) * 2014-09-23 2015-02-04 同济大学 Cloud task scheduling algorithm based on user satisfaction

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
LI, YING ET AL.: "Task Scheduling Algorithm Based on Euclidean Distance with Weights Load Balance in Cloud Computing Environment", JOURNAL OF HENAN UNIVERSITY OF SCIENCE & TECHNOLOGY ( NATURAL SCIENCE, vol. 34, no. 3, 30 June 2013 (2013-06-30), pages 49 - 51 *
ZHU, JIANCHEN ET AL.: "Task Scheduling Algorithm Based on Euclidean Distance Liked-Load Balance in Cloud Computing Environment", COMPUTER SIMULATION, vol. 29, no. 6, 30 June 2012 (2012-06-30), pages 159 - 161 *

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109240813A (en) * 2018-08-21 2019-01-18 广东工业大学 Task schedule and task immigration method in a kind of mobile cloud computing
CN109240813B (en) * 2018-08-21 2021-12-24 广东工业大学 Task scheduling and task migration method in mobile cloud computing
CN110308967A (en) * 2019-06-06 2019-10-08 东南大学 A kind of workflow cost based on mixed cloud-delay optimization method for allocating tasks
CN110308967B (en) * 2019-06-06 2023-05-30 东南大学 Workflow cost-delay optimization task allocation method based on hybrid cloud
CN110362952B (en) * 2019-07-24 2022-12-20 张�成 Rapid calculation task shunting method
CN110362952A (en) * 2019-07-24 2019-10-22 张�成 A kind of quick calculating task shunt method
CN112084015A (en) * 2020-08-28 2020-12-15 的卢技术有限公司 Simulation cloud platform building system and method based on cloud computing
CN112084015B (en) * 2020-08-28 2023-08-15 西藏宁算科技集团有限公司 Cloud computing-based simulation cloud platform building system and method
CN112084034A (en) * 2020-09-18 2020-12-15 杭州电子科技大学 MCT scheduling method based on edge platform layer adjustment coefficient
CN112084034B (en) * 2020-09-18 2024-05-24 杭州电子科技大学 MCT scheduling method based on edge platform layer adjustment coefficient
CN112416516A (en) * 2020-11-20 2021-02-26 中国电子科技集团公司第二十八研究所 Cloud data center resource scheduling method for resource utility improvement
CN113608848A (en) * 2021-07-28 2021-11-05 西北大学 Cloud-edge cooperative edge computing task allocation method, system and storage medium
CN113608848B (en) * 2021-07-28 2024-02-27 西北大学 Cloud-edge cooperative edge computing task allocation method, system and storage medium
CN115759510A (en) * 2022-11-15 2023-03-07 南京航空航天大学 Matching method of cloud manufacturing task and machining manufacturing service
CN116149236A (en) * 2023-04-04 2023-05-23 深圳市万特网络科技有限公司 Application operation and maintenance management intelligent monitoring system and method based on block chain
CN116149236B (en) * 2023-04-04 2023-10-27 深圳市特区建发科技园区发展有限公司 Application operation and maintenance management intelligent monitoring system and method based on block chain
CN116302451A (en) * 2023-05-18 2023-06-23 广州豪特节能环保科技股份有限公司 Offline energy-saving scheduling method and system for cloud computing data center
CN116302451B (en) * 2023-05-18 2023-08-08 广州豪特节能环保科技股份有限公司 Offline energy-saving scheduling method and system for cloud computing data center
CN117714452A (en) * 2023-12-14 2024-03-15 摩尔线程智能科技(北京)有限责任公司 Traffic load balancing method, system and device

Also Published As

Publication number Publication date
CN104333569A (en) 2015-02-04

Similar Documents

Publication Publication Date Title
WO2016045515A1 (en) Cloud task scheduling algorithm based on user satisfaction
Wang et al. Load balancing task scheduling based on genetic algorithm in cloud computing
CN109818786B (en) Method for optimally selecting distributed multi-resource combined path capable of sensing application of cloud data center
CN111431961B (en) Energy-saving task allocation method for cloud data center
CN109885397B (en) Delay optimization load task migration algorithm in edge computing environment
CN105141697A (en) Multi-QoS constrained cloud computing task scheduling method
Wei et al. Multi-resource balance optimization for virtual machine placement in cloud data centers
CN111813506A (en) Resource sensing calculation migration method, device and medium based on particle swarm algorithm
Li et al. Resource scheduling based on improved spectral clustering algorithm in edge computing
Srinivasa et al. Game theoretic resource allocation in cloud computing
Li et al. Computation offloading and service allocation in mobile edge computing
Muthusamy et al. Cluster-based task scheduling using K-means clustering for load balancing in cloud datacenters
Dong et al. Quantum particle swarm optimization for task offloading in mobile edge computing
Tseng et al. An energy efficient vm management scheme with power-law characteristic in video streaming data centers
Huang et al. Computation offloading for multimedia workflows with deadline constraints in cloudlet-based mobile cloud
Ge et al. Cloud computing task scheduling strategy based on improved differential evolution algorithm
Nagaraju et al. An Evolutionary Multi-Objective Approach for Resource Scheduling in Mobile Cloud Computing.
Bansal et al. Performance evaluation of task scheduling with priority and non-priority in cloud computing
Nosrati et al. Energy efficient and latency optimized media resource allocation
CN108304253A (en) Map method for scheduling task based on cache perception and data locality
AU2017100412A4 (en) Cloud task scheduling algorithm based on user satisfaction
CN112256415B (en) Micro cloud load balancing task scheduling method based on PSO-GA
Yang et al. Non-cooperative game approach for task offloading in edge clouds
Chen et al. A new heuristic scheduling strategy lbmm in cloud computing
Wang et al. A probabilistic multi-tenant model for virtual machine mapping in cloud systems

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15844568

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15844568

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 17/10/2017)