Giter Club home page Giter Club logo

cloudsim-rda's People

Contributors

pattad avatar

Stargazers

 avatar

Watchers

 avatar

cloudsim-rda's Issues

An issue with Vm Config

Dear Patrick

Hi

I'm using your Rda simulation to test the results but when I run the program with the following configs, i could not get the results i the CSV file.

\\\\Host\\\\\\
int mips = 2000;
int peCnt = 1;
int ram = 4096; // host memory (MB)
long storage = 1000000; // host storage (MB)
int bw = 1000; // MBit/s
int storageIO = 4000;
\\\\ VM \\\\\\\\
String vmm = "Xen"; // VMM name
int mips = 500;
int ram = 512; // host memory (MB)
int bw = 1000; // MBit/s
int peCnt = 1;
long size = 10000; // image size (MB)

What should I do to get the results?

Cheers

Issue with RdaCloudletSchedulerDynamicWorkload and RdaHost

Dear Patrick,
I am trying to use your Rda simulation but I am unable to run the simulation.
I am having issue with RdaCloudletSchedulerDynamicWorkload.java and RdaHost.java

In RdaCloudletSchedulerDynamicWorkload.java
I am having issue in this method with cloudletExecList .

public double getCurrentRequestedUtilizationOfRam(double currentTime)
 {
		double ram = 0;
		double timeSpan = getTimeSpan(currentTime);
		for (ResCloudlet cloudlet : cloudletExecList) {
			ram += ((RdaCloudlet) cloudlet.getCloudlet())
					.getRequestedUtilizationOfRam(timeSpan);
		}
		return ram;
}

And

In RdaHost.java, I am having issue with

if (getStorage() < vm.getSize()) {
	Log.printConcatLine("[VmScheduler.vmCreate] Allocation of VM #",
		vm.getId(), " to Host #", getId(), " failed by storage");
			return false;
		}

I am using following jar files

  1. cloudsim-examples-3.0.3.jar
  2. cloudsim-examples-3.0.3-sources.jar
  3. cloudsim-3.0.3.jar
  4. cloudsim-3.0.3-sources.jar
    5.commons-math3-3.6.1.jar

Please help.

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.