CN103970609A - Cloud data center task scheduling method based on improved ant colony algorithm - Google Patents

Cloud data center task scheduling method based on improved ant colony algorithm Download PDF

Info

Publication number
CN103970609A
CN103970609A CN201410168654.5A CN201410168654A CN103970609A CN 103970609 A CN103970609 A CN 103970609A CN 201410168654 A CN201410168654 A CN 201410168654A CN 103970609 A CN103970609 A CN 103970609A
Authority
CN
China
Prior art keywords
task
virtual machine
scheduling
pheromones
ant
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.)
Granted
Application number
CN201410168654.5A
Other languages
Chinese (zh)
Other versions
CN103970609B (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.)
Guangdong Gaohang Intellectual Property Operation Co ltd
Wuhan Fiberhome Information Integration Technologies Co ltd
Original Assignee
Nanjing University of Information Science and Technology
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 Nanjing University of Information Science and Technology filed Critical Nanjing University of Information Science and Technology
Priority to CN201410168654.5A priority Critical patent/CN103970609B/en
Publication of CN103970609A publication Critical patent/CN103970609A/en
Application granted granted Critical
Publication of CN103970609B publication Critical patent/CN103970609B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention provides a cloud data center task scheduling method based on an improved ant colony algorithm, and relates to the field of cloud computing. The method comprises the following steps that (1) a to-be-scheduled workflow task set submitted by a user and a virtual machine set rent by the user are input, (2) a scheduling problem that tasks are allocated to virtual machines to be executed is represented as a standard minimum value solving problem, and (3) the virtual machine task scheduling problem in a cloud computing environment is solved through the ant colony algorithm based on information element updating. The method can adapt to the dynamic nature of the cloud environment, time for task scheduling of a user is shortened, and virtual machine load in a cloud data center can be maintained in a relative balance state.

Description

A kind of cloud data center method for scheduling task based on improving ant group algorithm
Technical field
The invention belongs to cloud computing field, relate in particular to a kind of cloud data center method for scheduling task based on improving ant group algorithm.
Background technology
Along with the transformation rapidly of business model, the grid computing that biases toward solution science computational problem has been difficult to solve the problems that exist in business environment, and any business-like product does not also appear in grid computing up to now.2006, Google company proposed the concept of cloud computing (Cloud Computing) first.It is an IT resource pool shared, capable of dynamic configuration by resource consolidations such as the storage in data center, calculating and communications that cloud computing utilizes Intel Virtualization Technology.User no longer needs to purchase the hardware resources such as server, and only need to and pay corresponding expense by internet can serve accordingly according to the Requirement Acquisition of oneself.
Cloud computing adopts ripe Intel Virtualization Technology that a physical host is mapped to many virtual machines, therefore the task that user submits in task scheduling process completes without being assigned to concrete physical node, and each task only needs to select suitable virtual machine can complete whole scheduling process according to suitable task scheduling strategy.In addition adopt the commerce services pattern of customer-centric " using as required; pay according to quantity " due to cloud computing, cloud data center task scheduling need to consider time overhead, meet the demand of user to execution cost, ensure that the load of virtual machine in data center maintains the state of a relative equilibrium.How task is carried out reasonably distributing the Important Problems that becomes cloud service supplier and need badly solution, unsuitable Task Assigned Policy not only can increase the execution time of all tasks, also can affect the stability of virtual machine.
Cloud computing task scheduling is a kind of NP-hard problem.Adopt at present some approximate datas and heuritic approach to solve problems.For example: genetic algorithm, particle cluster algorithm, Immune Evolutionary Algorithm, clonal selection algorithm etc., the essence of this class algorithm is a kind of searching algorithm efficiently of design, has the ability of searching for whole solution space and be unlikely to sink into local optimum.Random algorithm has advantages of global search, and adapt to wide, but lack effective Local Search mechanism, and speed of convergence is slow.In addition, most algorithm is not yet considered the difference of each virtual machine calculated performance in cloud data center, causes the load of each virtual machine that user leases to occur unbalanced situation, thereby can have influence on the overall performance of virtual machine.
Summary of the invention
The technical problem to be solved in the present invention is: a kind of cloud data center method for scheduling task based on improving ant group algorithm is provided, realizes virtual machine is reasonably distributed, task is dispatched efficiently.
The technical solution adopted for the present invention to solve the technical problems is: a kind of cloud data center method for scheduling task based on improving ant group algorithm, comprises the steps:
Step 1: what input user submitted to treats the virtual machine set that despatching work stream set of tasks and user lease;
Step 2: the scheduling problem that assigns the task to virtual machine execution is expressed as the minimum value Solve problems of standard;
Step 3: use the ant colony optimization for solving cloud computing environment virtual machine Mission Scheduling upgrading based on pheromones.
Further, the present invention is based on the cloud data center method for scheduling task that improves ant group algorithm, described step 2 assigns the task to the scheduling problem that virtual machine carries out and is expressed as the minimum value Solve problems of standard, wherein optimization aim is that in scheduling strategy, the complete expense of all tasks carryings minimizes, i.e. the shortest time of the complete cost of all tasks carryings;
Constraint condition is the number that the number of task is greater than the virtual machine of lease, task in set of tasks is all first task, be that each task can not be split as less subtask again, and each task utilizes the virtual machine of arbitrary lease to calculate, but each virtual machine can only be processed a task at one time, and task does not complete before calculating and does not allow to interrupt.
Further, the present invention is based on the cloud data center method for scheduling task that improves ant group algorithm, described step 3 uses the ant colony optimization for solving cloud computing environment virtual machine Mission Scheduling upgrading based on pheromones to comprise an iterative process, comprises following 8 sub-steps:
Step 3.1: initialization; Basic parameter in this step initialization algorithm comprises information heuristic factor α, expectation heuristic factor β, pheromones volatilization factor ρ, ant number m, maximum iteration time NC max, pheromones τ i,jand transfer expected degree η i,j;
Step 3.2: algorithm iteration starts, if iterations NC is less than maximum iteration time NC maxtime, NC=NC+1, enters next step; In the time that iterations is more than or equal to maximum iteration time, iteration finishes;
Step 3.3: every ant is the selecteed probability of every virtual machine of each task computation according to state transitions formula;
Described state transitions formula is:
P i , j = [ τ i , j ] α [ η i , j ] β Σ x = 1 n [ τ i , x ] α [ η i , x ] β
Wherein, τ i,jand η i,jrepresent respectively task T idistribute to VM jtime pheromones and expected degree, P i,jrepresent task T idistribute to virtual machine VM jpossibility, n be user lease the number of virtual machine;
Step 3.4: select virtual machine by roulette algorithm; Solve the transition probability problem of advancing of ant by roulette algorithm, in the time that ant starts as task choosing scheduling virtual machine, wheel disc is rotated, in the time that wheel disc stops, virtual machine corresponding to pointed region is k the computing node that ant is task choosing; The transition probability value that alternative virtual machine is corresponding is larger, and its area occupying on wheel disc is larger, and the possibility of selecting accordingly it to calculate this task is larger;
Step 3.5: in the time that the same layer task in Work flow model is all selected same virtual machine, forward step 3.3 to and redistribute virtual machine for task, otherwise forward next step to;
Step 3.6: local message element upgrades: when an ant completes after all task distribution, all virtual machines in this ant scheduling scheme are carried out to pheromones renewal;
Step 3.7: the renewal of global information element: when all ants all complete once after traversal, find out optimal scheduling scheme in this iteration, all virtual machines in this scheme are carried out to pheromones renewal, then forward step 3.2 to;
Step 3.8: find optimal distributing scheme, the virtual machine in binding scheme and corresponding workflow task.
Further, the present invention is based on the cloud data center method for scheduling task that improves ant group algorithm, described pheromones τ i,jand transfer expected degree η i,jall represent by the computing power of computing node:
τ i,j=η i,j=MIPS j/N
Wherein, MIPS jrepresent Processing tasks T ivirtual machine VM jprocessing speed, N is a constant.
Further, the present invention is based on and improve the cloud data center method for scheduling task of ant group algorithm, the local message element described in step 3.6 upgrades and specifically comprises following content:
A, residual risk upgrade processing, adopt following formula:
τ ij(t+1)=(1-ρ)·τ ij(t)+Δτ ij(t)
Wherein: τ ij(t+1) task T while representing the t+1 time iteration iselect virtual machine VM jquantity of information, 1-ρ represents the residual factor of pheromones, in order to prevent the unlimited accumulation of information, the span of ρ is: Δ τ ij(t) represent task T iselect virtual machine VM jexecution remains in virtual machine VM jon quantity of information;
B, all virtual machines in this ant scheduling scheme are carried out to the renewal of pheromones:
Δτ ij(t)=D/clock ij
Wherein D is a constant, clock ijrepresent that in this circulation, ant is task T iselect virtual machine VM jexecution time;
Further, the present invention is based on and improve the cloud data center method for scheduling task of ant group algorithm, the renewal of global information element is according to formula described in step 3.7: Δ τ ij(t)=D/bestclock ijall virtual machines in this scheme are carried out to pheromones renewal, wherein, bestclock ijrepresentative is task T in optimal distributing scheme iselect virtual machine VM jtime task T ideadline.
Further, the present invention is based on the cloud data center method for scheduling task that improves ant group algorithm, in described step 3.6, also comprise pheromones adjustment factor PC of definition, according to the virtual machine distribution condition of task, pheromones is adjusted.
Further, the present invention is based on the cloud data center method for scheduling task that improves ant group algorithm, the computing formula that described pheromones is adjusted factor PC is:
PC = 1 - ( E j / Σ j ⋐ VM E j )
Wherein, E jfor virtual machine in epicycle iterative process executes virtual machine VM after all tasks jthe time spending.
Further, the present invention is based on the cloud data center method for scheduling task that improves ant group algorithm, the described virtual machine distribution condition according to task is adjusted pheromones, is specially:
After the renewal of local message element and the renewal of global information element, then the pheromones after upgrading is adjusted according to the following formula,
τ ij(t+1)=((1-ρ)·τ ij(t)+Δτ ij(t))*PC;
Be not yet assigned to task T iother virtual machines carry out the adjustment of pheromones according to following formula:
τ ix(t+1)=τ ix(t)*PC,
Wherein, τ ix(t+1) while representing the t+1 time iteration, task T iselection is not yet assigned to the virtual machine VM of task xquantity of information.
The technical solution used in the present invention compared with prior art, has following technique effect:
A kind of cloud data center method for scheduling task based on improving ant group algorithm provided by the invention, on the basis of Basic Ant Group of Algorithm, be optimized, not only shorten the time overhead of task scheduling but also considered that the load condition of each virtual machine prevents that the machine of delaying or light condition from appearring in virtual machine, avoid the problems such as the wasting of resources, improved the utilization factor of resource.
Brief description of the drawings
Fig. 1 is the cloud computing environment virtual machine task scheduling algorithm process flow diagram based on improving ant group algorithm.
Fig. 2 is Work flow model.
Fig. 3 is roulette algorithm model.
Fig. 4 is the particular flow sheet that roulette algorithm is carried out.
Fig. 5 is deadline of each task in workflow under the scheduling of four kinds of algorithms in the present invention.
Fig. 6 be in the present invention four kinds of algorithms at each virtual machine of finishing the work in scheduling Hou Yun data center the ratio that accounts for all virtual machines deadline sum working time in experiment.
Embodiment
In order to make those skilled in the art understand better technical matters, technical scheme and the technique effect in the application, below in conjunction with the drawings and specific embodiments, a kind of cloud data center method for scheduling task based on improving ant group algorithm of the present invention is described in further detail.
The present invention proposes a kind of cloud data center Load Balancing Task Scheduling algorithm (Load balancing task scheduling algorithm based on ant colony algorithm for clouddatacenters based on improving ant group algorithm, LACO), LACO algorithm has not only shortened the time overhead of tasks carrying but also the virtual machine of leasing in task scheduling process has been maintained to the state of load relative equilibrium.In addition, consider that most researcher focuses on the scheduling of independent task, and ignored user may submit to there is priority restrictions relation, Work flow model is mutually related, therefore the present invention adopts DAG (Directed Acyclic Graph, directed acyclic graph) to carry out the scheduling of research work stream.By considering that sequential between each task or the constraint of cause and effect come for best resource of task choosing, and final execution result is obtained in the execution of coordinating each task.
The present invention uses ClouSim as emulation platform, by it, LACO algorithm is carried out to analog simulation experiment, and with FIFO (First In First Out, first-in first-out) scheduling strategy and ACO (Ant colonyalgorithm, basic ant group dispatching algorithm) contrast the superiority of checking LACO algorithm.
What the present invention proposed comprises the steps based on improving the cloud data center task scheduling algorithm of ant group algorithm, flow process as shown in Figure 1:
Step 1: the set of the virtual machine for the treatment of scheduler task set and user's lease of input user submission;
Step 2: the scheduling problem that assigns the task to resource execution is expressed as the minimum value Solve problems of standard;
May there is complementary relation in some tasks of submitting to for user, the present invention using workflow as research object to solve the associated task scheduling problem in cloud data center.Conventionally workflow all can be described as a directed acyclic graph G=(T, E), wherein: T is the set of node in DAG, represents n task in workflow, T={T 1, T 2, T 3..., T n; E is the set E={ (T of directed edge in Work flow model i, T j) | T i, T j∈ T}, represents two restricting relations between task.If task T ithere is one to point to task T jdirected edge, T so ibe called as T jfather's task, T jbe called as T isubtask, T in this case jonly at T iafter completing, just can carry out.Fig. 2 is the basic framework of one group of workflow, has comprised ten need workflow tasks to be processed, and label is respectively T 0~T 9, the length of these tasks is different.In Fig. 2, T={T 1, T 2, T 4, T 5, T 6, T 7, T 8, T 9, E={ (T 0, T 1), (T 0, T 2), (T 1, T 3), (T 1, T 4), (T 2, T 5), (T 2, T 6), (T 3, T 7), (T 4, T 7), (T 5, T 8), (T 6, T 8), (T 7, T 9), (T 8, T 9).
The present invention represents with VM the virtual machine that user leases, and m represents the number of virtual machine, VM={VM 1, VM 2..., VM m, VM iprocessing speed MIPS irepresent, MIPS represents 1,000,000 grades of machine language instruction numbers of processing per second.
The present invention defines the communication matrix com of a n × m, com={c i,j| c i,j>=0,1≤i≤n, 1≤j≤m}, wherein: n represents the number of task, m represents the virtual machine number that user leases, c i,j(as shown in formula (1)) represents task T ibe assigned to virtual machine VM jcarry out required call duration time; In addition define the compute matrix exe of a n × m, exe={e i,j| e i,j>=0,1≤i≤n, 1≤j≤m}, wherein e i,j(as shown in formula (2)) represents task T iat virtual machine VM jthe computing time of upper execution.
c ij=outputsize i/bandwidth (1)
e ij=Length i/Mips j(2)
Wherein: outputsize iexpression task T ithe size of output file, bandwidth represents the bandwidth of communication line between virtual machine; Length iexpression task T isize, Mips jrepresent Processing tasks T ivirtual machine VM jprocessing speed; If former and later two tasks are all carried out on same virtual machine, there is not data transmission cost.
Virtual machine VM jthe time overhead of all tasks of processing can be used E j(as shown in formula (3)) represents, and total spended time E of whole workflow totalbe completing the moment of last task in workflow.
E j = Σ i ⋐ Task j e ij + Σ z ⋐ Ftask c zj - - - ( 3 )
Wherein: Task jrepresent virtual machine VM jall tasks of upper execution, Ftask represents virtual machine VM j(father's task is not at virtual machine VM for father's task of all tasks of upper execution jupper execution).
Step 3: use the task scheduling algorithm of the improvement ant group algorithm upgrading based on pheromones to solve cloud computing environment virtual machine Mission Scheduling, specifically describe as follows:
Step 3.1: the cloud data center Load Balancing Task Scheduling algorithm of initialization based on improving ant group algorithm;
This step initialization information heuristic factor α, expectation heuristic factor β, pheromones volatilization factor ρ, ant number m, maximum iteration time, pheromones and transfer expected degree.
Ant group algorithm two internodal pheromones in the time solving some basic problems wait attribute relevant with distance with transfer expected degree conventionally.But due to the singularity of cloud computing environment, the present invention is by pheromones τ i,jand the expected degree η of this node i,jall represent by the computing power of computing node.
τ i,j=η i,j=MIPS j/N (4)
In formula (4), τ i,jand η i,jrepresent respectively task T idistribute to VM jtime pheromones and expected degree, N is a constant (as cooperation index).
Step 3.2: algorithm iteration starts, if iterations NC is less than NC max, NC=NC+1, enters next step; In the time that iterations is more than or equal to maximum iteration time, iteration finishes.
Step 3.3: every ant is the selecteed probability of every virtual machine of each task computation according to state transitions formula (5).
P i , j = [ τ i , j ] α [ η i , j ] β Σ x = 1 n [ τ i , x ] α [ η i , x ] β - - - ( 5 )
Formula (5) represents task T idistribute to VM jpossibility, n be user lease the number of virtual machine.
Step 3.4: select virtual machine by roulette algorithm;
The present invention solves the transition probability problem of advancing of ant by roulette algorithm.Roulette algorithm (Roulettealgorithm) is the process of emulation wheel disc gambling, suppose to have a circular wheel disc, and be divided into the different sector region of m piece area, this m piece region represents respectively, for ant k, a task in task-set is assigned to every probable value that virtual machine is corresponding.As shown in Figure 3, suppose that alternative virtual machine has 4, is respectively VM 1, VM 2, VM 3, VM 4, corresponding probable value is respectively: 23%, 52%, 6% and 19%.
In the time that ant starts as task choosing scheduling virtual machine, wheel disc is rotated, the computing node that virtual machine corresponding to the region of pointed is task choosing for ant k in the time that wheel disc stops.The transition probability value that alternative virtual machine is corresponding is larger, and its area occupying on wheel disc is larger, and the possibility of selecting accordingly it to carry out this task is larger, and the specific implementation process of this algorithm as shown in Figure 4.
For the each task in workflow, determine after the selected probable value of every virtual machine, will be [0,1] interval interior random generation one number, this number is subtracted each other with the selecteed probability of First virtual machine, be less than zero if poor, this virtual machine is just selected so, otherwise continue to deduct the selected probability of next virtual machine, until the result after deducting is less than or equal to 0 again.The corresponding virtual machine of that probable value while finally deducting is as the virtual machine of this task choosing.
Step 3.5: in the time that the same layer task in Work flow model is all selected same virtual machine, forward step 3.3 to and redistribute virtual machine for task, otherwise forward next step to;
Due to the singularity of Work flow model, if the workflow task of same layer all distributes identical virtual machine, while now carrying out a task, other tasks of same layer will enter long waiting period, thereby this just causes other virtual machines of handling task to cause the wasting of resources in idle condition.In order to address this problem, once this algorithm detect the waiting period that the workflow task of same layer all selecting same virtual machine to be absorbed in, can reselect other virtual machines in idle condition for it according to formula (5).
Step 3.6: local message element upgrades, when an ant completes after all task distribution, carries out pheromones renewal to all virtual machines in this ant scheduling scheme;
Too much flood heuristic information for fear of residual risk element, therefore every ant completes after all scheduling, need to upgrade processing to residual risk by formula (6).
τ ij(t+1)=(1-ρ)·τ ij(t)+Δτ ij(t) (6)
Wherein: τ ij(t+1) task T while representing the t+1 time iteration iselect virtual machine VM jquantity of information, 1-ρ represents the residual factor of pheromones, in order to prevent the unlimited accumulation of information, the span of ρ is:
The present invention utilize M.Dorigo propose Basic Ant Group of Algorithm model in Ant-Cycle model, this model utilization be overall information.Δ τ ij(t) represent task T iselect virtual machine VM jexecution remains in virtual machine VM jon quantity of information, initial time Δ τ ij(0)=0, when an ant completes after all task schedulings, carries out the renewal of pheromones according to formula (7) to all virtual machines in this ant scheduling scheme.
Δτ ij(t)=D/clock ij(7)
Wherein D is a constant, clock ijrepresent that in this circulation, ant is task T iselect virtual machine VM jexecution time.
The present invention has defined a pheromones and has adjusted factor PC, according to the virtual machine distribution condition of task, pheromones is adjusted.
For the task of different layers in workflow, in order to prevent that these tasks from all selecting the good virtual machine of computing power, cause this virtual machine load overweight, the present invention defines a pheromones and adjusts factor PC, shown in formula (8).Wherein E jbe defined as in epicycle iterative process virtual machine and execute virtual machine VM after all tasks jthe time spending.After the renewal of local message element and the renewal of global information element, again the pheromones after upgrading is adjusted according to formula (9), be not yet assigned to task T iother virtual machines carry out the adjustment of pheromones according to formula (10).
PC = 1 - ( E j / Σ j ⋐ VM E j ) - - - ( 8 )
τ ij(t+1)=((1-ρ)·τ ij(t)+Δτ ij(t))*PC (9)
τ ix(t+1)=τ ix(t)*PC (10)
If virtual machine VM jupper take turns iteration in the overweight E of load jrelatively excessive, it is relatively little that the pheromones that this virtual machine is corresponding is so adjusted factor PC, is task T in next iteration process iselect virtual machine VM jprobability just relatively low.Repeatedly after iteration, can ensure the load relative equilibrium of each virtual machine, improve the execution efficiency of system.
Step 3.7: when all ants all complete once after traversal, find out optimal scheduling scheme in this iteration, and according to formula (11), all virtual machines in this scheme are carried out to pheromones renewal.
Δτ ij(t)=D/bestclock ij(11)
Wherein D is a constant, bestclock ijrepresentative is task T in optimal distributing scheme iselect virtual machine VM jtime task T ideadline.
Step 3.8: find optimal distributing scheme, the virtual machine in binding scheme and corresponding workflow task.
The heuristic load-balancing algorithm that application the present invention proposes obtains the result of cloud data center task scheduling, the standard that first Mission Scheduling the is converted to problem of minimizing; Next carries out the initialization of method, the set of the virtual machine for the treatment of scheduler task set, user's lease of input user submission; Carry out the scheduling process shown in step 3.1-step 3.8 by the cloud data center task scheduling algorithm based on improving ant group algorithm again, finally obtain optimum solution.
In order to check this algorithm whether to there is more superior scheduling performance and load balance ability with respect to the combination algorithm (RACO) of FIFO scheduling strategy, basic ant group dispatching algorithm (ACO) and ant group and roulette, the present invention simulates the data center of a cloud computing with cloud computing analogue simulation instrument CloudSim, and rewrite the class such as DatacenterBroker, Cloudlet wherein, realized the analog simulation to above four kinds of task scheduling algorithms.
The present invention has designed a kind of Work flow model for checking the validity of LACO algorithm in addition, and in this Work flow model, the parameter value of ten tasks is:
LACO algorithm parameter value is made as: α=0.7, and β=0.7, ρ=0.3, ant number is 100, iterations 50 times.
The present invention has simulated a data center in CoudSim, and has defined therein four virtual machines, and the numbering of these four virtual machines is respectively VM 0, VM 1, VM 2, VM 3, suppose that the bandwidth of the communication line between all virtual machines in the present invention is all equal, the parameter value that these four virtual machines are set is:
Virtual machine ID MIPS Bandwidth Memory capacity
0 420 1000 50GB
1 350 1000 120GB
2 508 1000 235GB
3 634 1000 450GB
The time that the task allocation result of four groups of algorithms and corresponding each tasks carrying complete is:
What wherein ACO algorithm, RACO algorithm and LACO algorithm were all taked is the data of the solution of global optimum.Therefrom can find out that FIFO scheduling strategy is just that task is distributed one by one according to the order of virtual machine, the efficiency of this method is low-down, cause also there is larger load on virtual machine that processing power is low because it does not consider the handling property of each virtual machine, thereby cause the whole very long deadline of task scheduling process need.ACO algorithm all tasks after iteration repeatedly are all selected the virtual machine VM that computing power is the strongest 3dispatch, make virtual machine VM 3upper load is overweight, and time overhead is also excessive.And in RACO algorithm, due to virtual machine VM 2, VM 3with respect to other two virtual machines, handling property is higher, causes a large amount of tasks to be all assigned on these two virtual machines, virtual machine VM 1on do not obtain need carry out task queue and in idle condition, thereby cause the wasting of resources of data center.Last under the scheduling of LACO algorithm, each virtual machine obtains corresponding task according to its execution performance, does not cause the waste of resource, has improved system execution efficiency.
Fig. 5 has shown under the scheduling of four kinds of algorithms the deadline of each task in workflow.As can be seen from the figure the time of FIFO and the each task of ACO algorithm process is greater than RACO and two kinds of algorithms of LACO.Before FIFO carries out, the deadline, all higher than ACO algorithm, and is executing T when several task 4the deadline of rear ACO algorithm is gradually higher than FIFO algorithm; It is very approaching that two kinds of algorithms of RACO and LACO are carried out time of each task, but while carrying out last three tasks, the LACO algorithm process time is significantly less than RACO algorithm.
The ratio that working time account for all virtual machine deadline sums of each virtual machine after these four kinds of algorithms finish the work scheduling that what Fig. 6 showed is in data center in experiment.As can be seen from the figure in FIFO scheduling strategy, all virtual machines are all assigned to task, but because it is for distributing and just cause virtual machine VM in order 0, VM 1the task that upper existence is a large amount of, the Comparatively speaking more intense virtual machine VM of processing power 2, VM 3the percentage of execution time is less, causes whole task processes time consumption too much.It is that all tasks are all selected the virtual machine VM that computing power is strong that ACO algorithm causes ant after iteration repeatedly 3, make VM 3upper load is overweight, and other virtual machines are all in idle condition.In RACO algorithm, can find out virtual machine VM 0, VM 1on be not assigned to task, even virtual machine VM 2, VM 3computing power very strong, thereby but can cause too much load also can make Runtime elongated.The all virtual machines of last a kind of LACO algorithm have all been carried out task, and can find out that every shared number percent of virtual machine execution time is directly proportional to its computing power, the virtual machine that computing power is strong is used for carrying out more task, also makes the load of virtual machine reach balanced in guaranteed efficiency.
Obviously, it will be appreciated by those skilled in the art that the disclosed cloud data center method for scheduling task based on improving ant group algorithm of the invention described above, can also on the basis that does not depart from content of the present invention, make various improvement.Therefore, protection scope of the present invention should be determined by the content of appending claims.

Claims (9)

1. the cloud data center method for scheduling task based on improving ant group algorithm, is characterized in that: comprise the following steps:
Step 1: what input user submitted to treats the virtual machine set that despatching work stream set of tasks and user lease;
Step 2: the scheduling problem that assigns the task to virtual machine execution is expressed as the minimum value Solve problems of standard;
Step 3: use the ant colony optimization for solving cloud computing environment virtual machine Mission Scheduling upgrading based on pheromones.
2. the cloud data center method for scheduling task based on improving ant group algorithm as claimed in claim 1, it is characterized in that: described step 2 assigns the task to the scheduling problem that virtual machine carries out and is expressed as the minimum value Solve problems of standard, wherein optimization aim is that in scheduling strategy, the complete expense of all tasks carryings minimizes, i.e. the shortest time of the complete cost of all tasks carryings;
Constraint condition is the number that the number of task is greater than the virtual machine of lease, task in set of tasks is all first task, be that each task can not be split as less subtask again, and each task utilizes the virtual machine of arbitrary lease to calculate, but each virtual machine can only be processed a task at one time, and task does not complete before calculating and does not allow to interrupt.
3. the cloud data center method for scheduling task based on improving ant group algorithm as claimed in claim 1, it is characterized in that: described step 3 uses the ant colony optimization for solving cloud computing environment virtual machine Mission Scheduling upgrading based on pheromones to comprise an iterative process, comprises following 8 sub-steps:
Step 3.1: initialization; Basic parameter in this step initialization algorithm comprises information heuristic factor α, expectation heuristic factor β, pheromones volatilization factor ρ, ant number m, maximum iteration time NC max, pheromones τ i,jand transfer expected degree η i,j;
Step 3.2: algorithm iteration starts, if iterations NC is less than maximum iteration time NC maxtime, NC=NC+1, enters next step; In the time that iterations is more than or equal to maximum iteration time, iteration finishes;
Step 3.3: every ant is the selecteed probability of every virtual machine of each task computation according to state transitions formula;
Described state transitions formula is:
P i , j = [ τ i , j ] α [ η i , j ] β Σ x = 1 n [ τ i , x ] α [ η i , x ] β
Wherein, τ i,jand η i,jrepresent respectively task T idistribute to VM jtime pheromones and expected degree, P i,jrepresent task T idistribute to virtual machine VM jpossibility, n be user lease the number of virtual machine;
Step 3.4: select virtual machine by roulette algorithm; Solve the transition probability problem of advancing of ant by roulette algorithm, in the time that ant starts as task choosing scheduling virtual machine, wheel disc is rotated, in the time that wheel disc stops, virtual machine corresponding to pointed region is k the computing node that ant is task choosing; The transition probability value that alternative virtual machine is corresponding is larger, and its area occupying on wheel disc is larger, and the possibility of selecting accordingly it to calculate this task is larger;
Step 3.5: in the time that the same layer task in Work flow model is all selected same virtual machine, forward step 3.3 to and redistribute virtual machine for task, otherwise forward next step to;
Step 3.6: local message element upgrades: when an ant completes after all task distribution, all virtual machines in this ant scheduling scheme are carried out to pheromones renewal;
Step 3.7: the renewal of global information element: when all ants all complete once after traversal, find out optimal scheduling scheme in this iteration, all virtual machines in this scheme are carried out to pheromones renewal, then forward step 3.2 to;
Step 3.8: find optimal distributing scheme, the virtual machine in binding scheme and corresponding workflow task.
4. the cloud data center method for scheduling task based on improving ant group algorithm as claimed in claim 3, is characterized in that: described pheromones τ i,jand transfer expected degree η i,jall represent by the computing power of computing node:
τ i,j=η i,j=MIPS j/N
Wherein, MIPS jrepresent Processing tasks T ivirtual machine VM jprocessing speed, N is a constant.
5. the cloud data center method for scheduling task based on improving ant group algorithm as claimed in claim 3, is characterized in that: the local message element described in step 3.6 upgrades and specifically comprises following content:
A, residual risk upgrade processing, adopt following formula:
τ ij(t+1)=(1-ρ)·τ ij(t)+Δτ ij(t)
Wherein: τ ij(t+1) task T while representing the t+1 time iteration iselect virtual machine VM jquantity of information, 1-ρ represents the residual factor of pheromones, in order to prevent the unlimited accumulation of information, the span of ρ is: Δ τ ij(t) represent task T iselect virtual machine VM jexecution remains in virtual machine VM jon quantity of information;
B, all virtual machines in this ant scheduling scheme are carried out to the renewal of pheromones:
Δτ ij(t)=D/clock ij
Wherein D is a constant, clock ijrepresent that in this circulation, ant is task T iselect virtual machine VM jexecution time.
6. the cloud data center method for scheduling task based on improving ant group algorithm as claimed in claim 3, is characterized in that: described in step 3.7, the renewal of global information element is according to formula: Δ τ ij(t)=D/bestclock ijall virtual machines in this scheme are carried out to pheromones renewal, wherein, bestclock ijrepresentative is task T in optimal distributing scheme iselect virtual machine VM jtime task T ideadline.
7. the cloud data center method for scheduling task based on improving ant group algorithm as claimed in claim 5, it is characterized in that: in described step 3.6, also comprise pheromones adjustment factor PC of definition, according to the virtual machine distribution condition of task, pheromones is adjusted.
8. the cloud data center method for scheduling task based on improving ant group algorithm as claimed in claim 7, is characterized in that: the computing formula that described pheromones is adjusted factor PC is:
PC = 1 - ( E j / Σ j ⋐ VM E j )
Wherein, E jfor virtual machine in epicycle iterative process executes virtual machine VM after all tasks jthe time spending.
9. the cloud data center method for scheduling task based on improving ant group algorithm as claimed in claim 7, is characterized in that: the described virtual machine distribution condition according to task is adjusted pheromones, is specially:
After the renewal of local message element and the renewal of global information element, then the pheromones after upgrading is adjusted according to the following formula,
τ ij(t+1)=((1-ρ)·τ ij(t)+Δτ ij(t))*PC;
Be not yet assigned to task T iother virtual machines carry out the adjustment of pheromones according to following formula:
τ ix(t+1)=τ ix(t)*PC,
Wherein, τ ix(t+1) while representing the t+1 time iteration, task T iselection is not yet assigned to the virtual machine VM of task xquantity of information.
CN201410168654.5A 2014-04-24 2014-04-24 A kind of cloud data center method for scheduling task based on improvement ant group algorithm Active CN103970609B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410168654.5A CN103970609B (en) 2014-04-24 2014-04-24 A kind of cloud data center method for scheduling task based on improvement ant group algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410168654.5A CN103970609B (en) 2014-04-24 2014-04-24 A kind of cloud data center method for scheduling task based on improvement ant group algorithm

Publications (2)

Publication Number Publication Date
CN103970609A true CN103970609A (en) 2014-08-06
CN103970609B CN103970609B (en) 2017-03-08

Family

ID=51240141

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410168654.5A Active CN103970609B (en) 2014-04-24 2014-04-24 A kind of cloud data center method for scheduling task based on improvement ant group algorithm

Country Status (1)

Country Link
CN (1) CN103970609B (en)

Cited By (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104158904A (en) * 2014-08-28 2014-11-19 重庆邮电大学 Cloud-assisted cooperative downloading method of mobile P2P network
CN104317293A (en) * 2014-09-19 2015-01-28 南京邮电大学 City rescue intelligent agent dynamic path planning method based on improved ant colony algorithm
CN104461739A (en) * 2014-12-15 2015-03-25 中山大学 Cloudsim platform based virtual machine batch deployment method
CN104536806A (en) * 2014-12-26 2015-04-22 东南大学 Workflow application flexible resource supplying method in cloud environment
CN104915557A (en) * 2015-06-04 2015-09-16 中山大学 Cloud task allocation method based on double-objective ant colony algorithm
CN104965755A (en) * 2015-05-04 2015-10-07 东南大学 Cloud service workflow scheduling method based on budget constraint
CN104965836A (en) * 2014-08-25 2015-10-07 腾讯科技(北京)有限公司 Internet data processing method and apparatus
CN105912409A (en) * 2016-06-30 2016-08-31 天脉聚源(北京)传媒科技有限公司 Task scheduling method and device
CN106095555A (en) * 2016-06-17 2016-11-09 河海大学常州校区 Executor's method for scheduling task in WSAN based on ant group algorithm
CN106095584A (en) * 2016-06-20 2016-11-09 中国人民解放军国防科学技术大学 The dispatching method of the security sensitive work stream that task based access control replicates in cloud computing
CN106776008A (en) * 2016-11-23 2017-05-31 福建六壬网安股份有限公司 A kind of method and system that load balancing is realized based on zookeeper
CN106900064A (en) * 2017-03-06 2017-06-27 西安电子科技大学 Minimize the LTE downlink resource scheduling methods of compression losses
CN106951059A (en) * 2017-03-28 2017-07-14 中国石油大学(华东) Based on DVS and the cloud data center power-economizing method for improving ant group algorithm
CN107133095A (en) * 2017-04-07 2017-09-05 北京科技大学 A kind of method for scheduling task under cloud environment
CN107203871A (en) * 2017-05-25 2017-09-26 上海海洋大学 The oceanographic equipment verification system optimized based on Activiti and task scheduling
CN107748693A (en) * 2017-11-30 2018-03-02 成都启力慧源科技有限公司 Group's virtual machine scheduling policy under cloud computing environment
CN108108225A (en) * 2017-12-14 2018-06-01 长春工程学院 A kind of method for scheduling task towards cloud computing platform
CN108491273A (en) * 2018-03-30 2018-09-04 深圳汇通智能化科技有限公司 Air pollution data acquisition analysis system based on cloud computing
CN108762918A (en) * 2018-05-16 2018-11-06 深圳大学 A kind of workflow resource method for optimizing configuration and system based on probability distribution
CN109447231A (en) * 2018-10-25 2019-03-08 青岛大学 The method that ant colony optimization for solving shares more attribute bipartite matching problems under economic setting
CN109496321A (en) * 2017-07-10 2019-03-19 欧洲阿菲尼帝科技有限责任公司 For estimating the technology of the expection performance in task distribution system
CN109617939A (en) * 2018-10-15 2019-04-12 西安理工大学 A kind of WebIDE Cloud Server resource allocation methods of task based access control pre-scheduling
CN109634742A (en) * 2018-11-15 2019-04-16 华南理工大学 A kind of time-constrain scientific workflow optimization method based on ant group algorithm
CN109711526A (en) * 2018-12-20 2019-05-03 广东工业大学 Server cluster dispatching method based on SVM and ant group algorithm
CN109783186A (en) * 2017-11-15 2019-05-21 中国电力科学研究院有限公司 A kind of method for scheduling task and system detecting cloud platform
CN109819032A (en) * 2019-01-24 2019-05-28 中山大学 A kind of base station selected cloud robot task distribution method with computation migration of joint consideration
CN109948848A (en) * 2019-03-19 2019-06-28 中国石油大学(华东) Research-on-research flows down the Cost Optimization dispatching method of deadline constraint in a kind of cloud
CN110086855A (en) * 2019-03-29 2019-08-02 江苏开拓信息与系统有限公司 Spark task Intellisense dispatching method based on ant group algorithm
CN110111006A (en) * 2019-05-08 2019-08-09 中国石油大学(华东) Scientific workflow Cost Optimization dispatching method in a kind of cloud based on chaos Ant ColonySystem
WO2019218169A1 (en) * 2018-05-16 2019-11-21 深圳大学 Workflow resource configuration optimization method and system employing probability distribution
CN110555038A (en) * 2018-03-28 2019-12-10 阿里巴巴集团控股有限公司 Data processing system, method and device
CN110764912A (en) * 2019-10-25 2020-02-07 东北大学 Self-adaptive task scheduler and method
CN110851263A (en) * 2019-11-15 2020-02-28 西安石油大学 Green cloud task scheduling method for heterogeneous cloud data center
CN110888728A (en) * 2019-12-03 2020-03-17 中电工业互联网有限公司 Task scheduling method of button cluster server
CN111245717A (en) * 2018-11-28 2020-06-05 中国移动通信集团浙江有限公司 Cloud service route distribution method and device
CN111611080A (en) * 2020-05-22 2020-09-01 中国科学院自动化研究所 Edge computing task cooperative scheduling method, system and device
CN112181620A (en) * 2020-09-27 2021-01-05 郑州轻工业大学 Big data workflow scheduling method for sensing service capability of virtual machine in cloud environment
CN113867960A (en) * 2021-09-30 2021-12-31 丝路信息港云计算科技有限公司 Cloud load balancing hybrid model based on file types
CN113986518A (en) * 2021-12-28 2022-01-28 华南理工大学 Real-time cloud task multi-objective optimization scheduling method based on ant colony algorithm

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107133088A (en) * 2017-04-19 2017-09-05 武汉科技大学 A kind of multiple nucleus system method for scheduling task based on particle cluster algorithm

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009080946A2 (en) * 2007-12-07 2009-07-02 France Telecom Method of managing a set of virtual environment control entities, device, and corresponding computer program product
CN101477475A (en) * 2008-12-31 2009-07-08 中山大学 Method for optimizing dynamic grid work flow by employing ant colony algorithm
CN102932422A (en) * 2012-09-29 2013-02-13 南京邮电大学 Cloud environment task scheduling method based on improved ant colony algorithm
US8416869B2 (en) * 2010-05-05 2013-04-09 National Yunlin University Of Science And Technology Peak-to-average power ratio reduction method for orthogonal frequency division multiplexing systems based on path finding

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009080946A2 (en) * 2007-12-07 2009-07-02 France Telecom Method of managing a set of virtual environment control entities, device, and corresponding computer program product
CN101477475A (en) * 2008-12-31 2009-07-08 中山大学 Method for optimizing dynamic grid work flow by employing ant colony algorithm
US8416869B2 (en) * 2010-05-05 2013-04-09 National Yunlin University Of Science And Technology Peak-to-average power ratio reduction method for orthogonal frequency division multiplexing systems based on path finding
CN102932422A (en) * 2012-09-29 2013-02-13 南京邮电大学 Cloud environment task scheduling method based on improved ant colony algorithm

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王科: "基于改进蚁群算法的云计算任务调度策略研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (59)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104965836B (en) * 2014-08-25 2018-10-30 腾讯科技(北京)有限公司 A kind of data processing method and device of internet
CN104965836A (en) * 2014-08-25 2015-10-07 腾讯科技(北京)有限公司 Internet data processing method and apparatus
CN104158904B (en) * 2014-08-28 2017-07-28 重庆邮电大学 A kind of cloud auxiliary mobile P 2 P network collaboration method for down loading
CN104158904A (en) * 2014-08-28 2014-11-19 重庆邮电大学 Cloud-assisted cooperative downloading method of mobile P2P network
CN104317293A (en) * 2014-09-19 2015-01-28 南京邮电大学 City rescue intelligent agent dynamic path planning method based on improved ant colony algorithm
CN104317293B (en) * 2014-09-19 2017-04-12 南京邮电大学 City rescue intelligent agent dynamic path planning method based on improved ant colony algorithm
CN104461739A (en) * 2014-12-15 2015-03-25 中山大学 Cloudsim platform based virtual machine batch deployment method
CN104461739B (en) * 2014-12-15 2017-12-05 中山大学 A kind of virtual machine batch dispositions method based on cloudsim platforms
CN104536806A (en) * 2014-12-26 2015-04-22 东南大学 Workflow application flexible resource supplying method in cloud environment
CN104536806B (en) * 2014-12-26 2017-11-03 东南大学 A kind of workflow application flexible resource Supply Method under cloud environment
CN104965755B (en) * 2015-05-04 2018-08-21 东南大学 Cloud service workflow schedule method based on budgetary restraints
CN104965755A (en) * 2015-05-04 2015-10-07 东南大学 Cloud service workflow scheduling method based on budget constraint
CN104915557A (en) * 2015-06-04 2015-09-16 中山大学 Cloud task allocation method based on double-objective ant colony algorithm
CN104915557B (en) * 2015-06-04 2017-09-01 中山大学 A kind of cloud method for allocating tasks based on Bi-objective ant group algorithm
CN106095555A (en) * 2016-06-17 2016-11-09 河海大学常州校区 Executor's method for scheduling task in WSAN based on ant group algorithm
CN106095584A (en) * 2016-06-20 2016-11-09 中国人民解放军国防科学技术大学 The dispatching method of the security sensitive work stream that task based access control replicates in cloud computing
CN105912409A (en) * 2016-06-30 2016-08-31 天脉聚源(北京)传媒科技有限公司 Task scheduling method and device
CN106776008A (en) * 2016-11-23 2017-05-31 福建六壬网安股份有限公司 A kind of method and system that load balancing is realized based on zookeeper
CN106900064A (en) * 2017-03-06 2017-06-27 西安电子科技大学 Minimize the LTE downlink resource scheduling methods of compression losses
CN106951059A (en) * 2017-03-28 2017-07-14 中国石油大学(华东) Based on DVS and the cloud data center power-economizing method for improving ant group algorithm
CN107133095A (en) * 2017-04-07 2017-09-05 北京科技大学 A kind of method for scheduling task under cloud environment
CN107133095B (en) * 2017-04-07 2020-04-07 北京科技大学 Task scheduling method in cloud environment
CN107203871A (en) * 2017-05-25 2017-09-26 上海海洋大学 The oceanographic equipment verification system optimized based on Activiti and task scheduling
CN109496321A (en) * 2017-07-10 2019-03-19 欧洲阿菲尼帝科技有限责任公司 For estimating the technology of the expection performance in task distribution system
CN109783186A (en) * 2017-11-15 2019-05-21 中国电力科学研究院有限公司 A kind of method for scheduling task and system detecting cloud platform
CN107748693A (en) * 2017-11-30 2018-03-02 成都启力慧源科技有限公司 Group's virtual machine scheduling policy under cloud computing environment
CN108108225A (en) * 2017-12-14 2018-06-01 长春工程学院 A kind of method for scheduling task towards cloud computing platform
CN108108225B (en) * 2017-12-14 2019-05-24 长春工程学院 A kind of method for scheduling task towards cloud computing platform
CN110555038A (en) * 2018-03-28 2019-12-10 阿里巴巴集团控股有限公司 Data processing system, method and device
CN108491273A (en) * 2018-03-30 2018-09-04 深圳汇通智能化科技有限公司 Air pollution data acquisition analysis system based on cloud computing
WO2019218169A1 (en) * 2018-05-16 2019-11-21 深圳大学 Workflow resource configuration optimization method and system employing probability distribution
CN108762918A (en) * 2018-05-16 2018-11-06 深圳大学 A kind of workflow resource method for optimizing configuration and system based on probability distribution
CN108762918B (en) * 2018-05-16 2021-09-07 深圳大学 Workflow resource allocation optimization method and system based on probability distribution
CN109617939A (en) * 2018-10-15 2019-04-12 西安理工大学 A kind of WebIDE Cloud Server resource allocation methods of task based access control pre-scheduling
CN109617939B (en) * 2018-10-15 2021-10-26 西安理工大学 WebIDE cloud server resource allocation method based on task pre-scheduling
CN109447231A (en) * 2018-10-25 2019-03-08 青岛大学 The method that ant colony optimization for solving shares more attribute bipartite matching problems under economic setting
CN109634742A (en) * 2018-11-15 2019-04-16 华南理工大学 A kind of time-constrain scientific workflow optimization method based on ant group algorithm
CN109634742B (en) * 2018-11-15 2023-05-05 华南理工大学 Time constraint scientific workflow optimization method based on ant colony algorithm
CN111245717A (en) * 2018-11-28 2020-06-05 中国移动通信集团浙江有限公司 Cloud service route distribution method and device
CN109711526A (en) * 2018-12-20 2019-05-03 广东工业大学 Server cluster dispatching method based on SVM and ant group algorithm
CN109819032A (en) * 2019-01-24 2019-05-28 中山大学 A kind of base station selected cloud robot task distribution method with computation migration of joint consideration
CN109819032B (en) * 2019-01-24 2021-06-29 中山大学 Cloud robot task allocation method considering base station selection and computing migration in combined manner
CN109948848A (en) * 2019-03-19 2019-06-28 中国石油大学(华东) Research-on-research flows down the Cost Optimization dispatching method of deadline constraint in a kind of cloud
WO2020186872A1 (en) * 2019-03-19 2020-09-24 中国石油大学(华东) Expense optimization scheduling method for deadline constraint under cloud scientific workflow
CN110086855A (en) * 2019-03-29 2019-08-02 江苏开拓信息与系统有限公司 Spark task Intellisense dispatching method based on ant group algorithm
CN110086855B (en) * 2019-03-29 2021-11-05 江苏开拓信息与系统有限公司 Intelligent Spark task perception scheduling method based on ant colony algorithm
CN110111006A (en) * 2019-05-08 2019-08-09 中国石油大学(华东) Scientific workflow Cost Optimization dispatching method in a kind of cloud based on chaos Ant ColonySystem
CN110764912B (en) * 2019-10-25 2022-09-09 东北大学 Self-adaptive task scheduler and method
CN110764912A (en) * 2019-10-25 2020-02-07 东北大学 Self-adaptive task scheduler and method
CN110851263A (en) * 2019-11-15 2020-02-28 西安石油大学 Green cloud task scheduling method for heterogeneous cloud data center
CN110888728A (en) * 2019-12-03 2020-03-17 中电工业互联网有限公司 Task scheduling method of button cluster server
CN111611080A (en) * 2020-05-22 2020-09-01 中国科学院自动化研究所 Edge computing task cooperative scheduling method, system and device
CN111611080B (en) * 2020-05-22 2023-04-25 中国科学院自动化研究所 Cooperative scheduling method, system and device for edge computing tasks
CN112181620A (en) * 2020-09-27 2021-01-05 郑州轻工业大学 Big data workflow scheduling method for sensing service capability of virtual machine in cloud environment
CN112181620B (en) * 2020-09-27 2022-09-20 郑州轻工业大学 Big data workflow scheduling method for sensing service capability of virtual machine in cloud environment
CN113867960A (en) * 2021-09-30 2021-12-31 丝路信息港云计算科技有限公司 Cloud load balancing hybrid model based on file types
CN113867960B (en) * 2021-09-30 2023-08-11 丝路信息港云计算科技有限公司 Cloud load balancing hybrid model based on file types
CN113986518B (en) * 2021-12-28 2022-05-24 华南理工大学 Real-time cloud task multi-objective optimization scheduling method based on ant colony algorithm
CN113986518A (en) * 2021-12-28 2022-01-28 华南理工大学 Real-time cloud task multi-objective optimization scheduling method based on ant colony algorithm

Also Published As

Publication number Publication date
CN103970609B (en) 2017-03-08

Similar Documents

Publication Publication Date Title
CN103970609A (en) Cloud data center task scheduling method based on improved ant colony algorithm
CN103297499B (en) Scheduling method and system based on cloud platform
CN108182109B (en) Workflow scheduling and data distribution method in cloud environment
CN104331321B (en) Cloud computing task scheduling method based on tabu search and load balancing
CN104793993B (en) The cloud computing method for scheduling task of artificial bee colony particle cluster algorithm based on Levy flights
US8527988B1 (en) Proximity mapping of virtual-machine threads to processors
CN103401939A (en) Load balancing method adopting mixing scheduling strategy
US20210216375A1 (en) Workload placement for virtual gpu enabled systems
CN106991006B (en) Support the cloud workflow task clustering method relied on and the time balances
CN102708003A (en) Method for allocating resources under cloud platform
Thaman et al. Green cloud environment by using robust planning algorithm
Li et al. An effective scheduling strategy based on hypergraph partition in geographically distributed datacenters
Sun et al. Research and simulation of task scheduling algorithm in cloud computing
CN104536806A (en) Workflow application flexible resource supplying method in cloud environment
Hussain et al. SLA-RALBA: cost-efficient and resource-aware load balancing algorithm for cloud computing
Arabnejad et al. Multi-QoS constrained and profit-aware scheduling approach for concurrent workflows on heterogeneous systems
Gandomi et al. HybSMRP: a hybrid scheduling algorithm in Hadoop MapReduce framework
CN109240795A (en) A kind of resource regulating method of the cloud computing resources pool model suitable for super fusion IT infrastructure
CN104881322A (en) Method and device for dispatching cluster resource based on packing model
Wang et al. Task scheduling algorithm based on improved Min-Min algorithm in cloud computing environment
Hamid et al. Comparative analysis of task level heuristic scheduling algorithms in cloud computing
He et al. A two-stage scheduling method for deadline-constrained task in cloud computing
Singh et al. Scheduling algorithm with load balancing in cloud computing
Biswas et al. A novel resource aware scheduling with multi-criteria for heterogeneous computing systems
Guo et al. Multi-objective optimization for data placement strategy in cloud computing

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20181218

Address after: 430070 No. 88, Academy of Posts Road, Hongshan District, Wuhan City, Hubei Province

Patentee after: WUHAN FIBERHOME INFORMATION INTEGRATION TECHNOLOGIES Co.,Ltd.

Address before: 510640 2401, unit 371-1, Zhong Gong education building, five mountain road, Tianhe District, Guangzhou, Guangdong.

Patentee before: GUANGDONG GAOHANG INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

Effective date of registration: 20181218

Address after: 510640 2401, unit 371-1, Zhong Gong education building, five mountain road, Tianhe District, Guangzhou, Guangdong.

Patentee after: GUANGDONG GAOHANG INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

Address before: 210044 Ning six road, Pukou District, Nanjing, Jiangsu Province, No. 219

Patentee before: Nanjing University of Information Science and Technology