Git Product home page Git Product logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Hi.

Is there any progress on this?

Regards.

Original comment by [email protected] on 14 Jan 2013 at 10:28

from cloudsim.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Hi,

We believe this is not an issue when one is using VmSechedulerTimeShared 
policy. This is because there is no commitment between the PE and the VM.

Therefore, the following assumption about the scheduling is valid and assumed 
in CloudSim:

1. Consider time intervals of 1/10 sec.

2. The following schedule occurs:

interval 0..0.1:
VM0 gets 50MI from PE0 (out of 100MI available in the interval)
VM1 gets 100MI from PE1
VM2 gets 100MI from PE2
VM3 gets 100MI from PE3
VM4 gets 50MI from PE0
TOTALS PER VM: 50/100/100/100/50

interval 0.1..0.2:
VM0 gets 100MI from PE0 (out of 100MI available in the interval)
VM1 gets 50MI from PE1
VM2 gets 50MI from PE1
VM3 gets 100MI from PE2
VM4 gets 100MI from PE3
TOTALS PER VM: 150/150/150/200/150

interval 0.2..0.3:
VM0 gets 100MI from PE0 (out of 100MI available in the interval)
VM1 gets 100MI from PE1
VM2 gets 100MI from PE2
VM3 gets 50MI from PE3
VM4 gets 50MI from PE3
TOTALS PER VM: 250/250/250/250/200

interval 0.3..0.4:
VM0 gets 100MI from PE0 (out of 100MI available in the interval)
VM1 gets 100MI from PE1
VM2 gets 50MI from PE2
VM3 gets 50MI from PE2
VM4 gets 100MI from PE3
TOTALS PER VM: 350/350/300/300/300

interval 0.4..0.5:
VM0 gets 50MI from PE0 (out of 100MI available in the interval)
VM1 gets 50MI from PE0
VM2 gets 100MI from PE1
VM3 gets 100MI from PE2
VM4 gets 100MI from PE3
TOTALS PER VM: 400/400/400/400/400

At this point, half of the time is passed (0.5s) and each VM got half of their 
required capacity for the time (400MI each).

This behaviour is expected for the VMSchedulerTimeShared.

Original comment by rodrigo.calheiros on 14 Jan 2013 at 11:09

  • Changed state: Invalid

from cloudsim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.