GithubHelp home page GithubHelp logo

thiagotts / cloudreports Goto Github PK

View Code? Open in Web Editor NEW
43.0 43.0 52.0 18.58 MB

An extensible simulation tool for energy-aware cloud computing environments

License: GNU General Public License v3.0

Shell 0.01% Java 85.25% JavaScript 12.89% CSS 0.95% HTML 0.91%

cloudreports's People

Contributors

alessandroleite avatar thiagotts avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cloudreports's Issues

bug

hi every one,i downloaded the whole pack of cloudreports tool under the zip file,which is 9.3meg, then run the cloudreports.jar and get this error :
could not find the main class.program will exist.
what should i do?
please help me

Arquiteturas (ex: portland, vl2,Dcell)

Olá Thiago, gostaria de saber se já existe ou se é possivel criar uma extensão que possa simular a implementação de algumas arquiteruas especificas como DCell, VL2, Portland e BCube.

Desde já agradeço,
Obrigado!

Is there any way to implement new VMallocation policy?

I have implemented a new VM allocation policy and I want to use it in cloud reports. However, I don't know how to make it work in the cloud reports. Could you please help me? Actually, I have created a new VMallocationpolicy under the corresponding folder. Now, I want to use it.

Cloudreport simulation not completing

When i created the data center and added the new customer i clicked on run simulation. After one hour also it is still running the simulation but not showing the output of the report kindly suggest me to solve this problem.

Vm Allocation Policy

Greetings Dear Thiago Sá,

I tried to create the Round Robin Vm Allocation Policy in (https://gist.github.com/alessandroleite/4072341) as extension in CloudReports but I got errors as you see
down, cloud you please show me how to make it work:

java.lang.ClassNotFoundException: VmAllocationPolicy_pkg.VMs_schedulers_pkg
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at cloudreports.extensions.ExtensionsLoader.getExtension(ExtensionsLoader.java:151)
at cloudreports.enums.AllocationPolicy$2.getPolicy(AllocationPolicy.java:66)
at cloudreports.simulation.EntityFactory.createDatacenters(EntityFactory.java:90)
at cloudreports.simulation.Simulation.runSimulation(Simulation.java:150)
at cloudreports.simulation.Simulation.runAllSimulations(Simulation.java:129)
at cloudreports.simulation.Simulation.run(Simulation.java:98)
at java.lang.Thread.run(Thread.java:722)

RoundRobinDatacenterBroker- getDatacenterId() seems this method is not used

I have put the break point in the RoundRobinDatacenterBroker class, getDatacenterId method. The control is not coming to this method. I believe that this method is not used anywhere in the cloud reports. Kindly clarify. The control is coming to constructor and getDatacenterIdList() method but not to getDatacenterId method. Kindly clarify the use of this method.

@OverRide
public int getDatacenterId() {
currentId++;
int index = currentId%getDatacenterIdsList().size();
return getDatacenterIdsList().get(index);
}

Regards,
Suresh.S

Mange the number of CloudLet

HI, how can i manage the number of cloudlet running on a host, each time I run simulation the number of cloudlet will change, although I haven't made changes in the conditions.

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.