Skip to content
forked from Cloudslab/cloudsim

CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services

License

Notifications You must be signed in to change notification settings

Reylak/cloudsim

 
 

Repository files navigation

CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services

Cloud computing is the leading approach for delivering reliable, secure, fault-tolerant, sustainable, and scalable computational services. Hence timely, repeatable, and controllable methodologies for performance evaluation of new cloud applications and policies before their actual development are reqruied. Because utilization of real testbeds limits the experiments to the scale of the testbed and makes the reproduction of results an extremely difficult undertaking, simulation may be used.

CloudSim goal is to provide a generalized and extensible simulation framework that enables modeling, simulation, and experimentation of emerging Cloud computing infrastructures and application services, allowing its users to focus on specific system design issues that they want to investigate, without getting concerned about the low level details related to Cloud-based infrastructures and services.

CloudSim is developed in the Cloud Computing and Distributed Systems (CLOUDS) Laboratory, at the Computer Science and Software Engineering Department of the University of Melbourne.

More information can be found on the CloudSim's web site.

This repository contains my various fixes and improvements over the CloudSim framework.

Main features

  • support for modeling and simulation of large scale Cloud computing data centers
  • support for modeling and simulation of virtualized server hosts, with customizable policies for provisioning host resources to virtual machines
  • support for modeling and simulation of application containers
  • support for modeling and simulation of energy-aware computational resources
  • support for modeling and simulation of data center network topologies and message-passing applications
  • support for modeling and simulation of federated clouds
  • support for dynamic insertion of simulation elements, stop and resume of simulation
  • support for user-defined policies for allocation of hosts to virtual machines and policies for allocation of host resources to virtual machines

Added and changed features

  • replaced custom logging system with SLF4J: an end-user just needs to add to his classpath an SLF4J binding to an actual logging framework such as Log4J or LogBack, giving him full control over the logging behavior
  • various fixes and improvements to code logic

Requirements

CloudSim is tested and runs on Sun's Java and OpenJDK version 8. Older versions of Java are not compatible. If you have non-Sun Java version, such as gcj or J++, they may or may not be compatible.

You also need to install either Maven or Ant if you wish to compile CloudSim.

Quick start

You can run some examples from the likely named folder. Please check the README inside this folder.

To use the CloudSim simulation library, you can either:

  • compile it using Ant: run ant;
  • compile and package it using Maven: run mvn package;
  • install it using Maven, to the local Maven repository: run mvn install (recommended).

Original CloudSim project is available on online Maven repositories, so you can also specify it as a dependency to your project. However, my CloudSim version is not on Maven repositories so local installation is the only way.

Documentation

There is not much documentation. Examples should be informative enough to get you started, and the Javadoc is available throughout the library's code and in the "docs" folder as HTML.

Publications

About

CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%