seyed8453 / cloudsim

Automatically exported from code.google.com/p/cloudsim
0 stars 0 forks source link

Finish time of Cloudlets in FCFS #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.CloudSim.clock() function in cloudlet.java produce same finish time of every 
cloudlets.
2.If change the value of CloudSim.clock() by any value then it represents the 
time taken of execution of each cloudlet.
3.

What is the expected output? What do you see instead?
Since FCFS then start time is different as well as finish time is also 
different.
But the Finish time of every cloudlets are same, which is program time.

What version of the product are you using? On what operating system?
Version Cloudsim3.0,operating system ubuntu 11.04.

Please provide any additional information below.
Try to implement FCFS where Start time and Finish time of every cloudlets are 
different.

Original issue reported on code.google.com by soume...@gmail.com on 19 Feb 2013 at 10:24

GoogleCodeExporter commented 8 years ago

Original comment by rodrigo.calheiros on 29 Apr 2013 at 4:24