https://github.com/cloudslab/cloudsim
CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
Science Score: 59.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: wiley.com -
✓Committers with academic emails
1 of 14 committers (7.1%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.2%) to scientific vocabulary
Keywords from Contributors
Repository
CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
Basic Info
- Host: GitHub
- Owner: Cloudslab
- Language: Java
- Default Branch: master
- Homepage: http://www.cloudbus.org/cloudsim/
- Size: 8.13 MB
Statistics
- Stars: 924
- Watchers: 62
- Forks: 531
- Open Issues: 79
- Releases: 12
Metadata Files
README.md
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 required. 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's 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.
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
Download
Either clone the repository or download a release. The release package contains all the source code, examples, jars, and API html files.
Installation
Windows
1) Install Java JDK21 on your system from the official website as shown in JDK installation instructions
2) Install Maven as shown on the official website
4) Compile and Run tests using the command prompt:
prompt
mvn clean install
You will find the jars in modules/cloudsim/target/cloudsim-$VERSION.jar and modules/cloudsim-examples/target/cloudsim-examples-$VERSION.jar
5) Run an example (e.g., CloudSimExample1) in cloudsim-examples using the command prompt:
prompt
mvn exec:java -pl modules/cloudsim-examples/ -Dexec.mainClass=org.cloudbus.cloudsim.examples.CloudSimExample1
Linux
1) Install Java JDK21 on your system:
- On Debian-based Linux & Windows WSL2:
bash
sudo apt install openjdk-21-jdk
- On Red Hat-based Linux:
bash
sudo yum install java-21-openjdk
2) Set Java JDK21 as default:
- On Debian-based Linux & Windows WSL2:
bash
sudo update-java-alternatives --set java-1.21.0-openjdk-amd64
- On Red Hat-based Linux:
bash
sudo update-alternatives --config 'java'
3) Install Maven as shown on the Official Website
4) Compile and run tests:
bash
mvn clean install
You will find the jars in modules/cloudsim/target/cloudsim-$VERSION.jar and modules/cloudsim-examples/target/cloudsim-examples-$VERSION.jar
5) Run an example (e.g., CloudSimExample1) in cloudsim-examples using the terminal:
bash
mvn exec:java -pl modules/cloudsim-examples/ -Dexec.mainClass=org.cloudbus.cloudsim.examples.CloudSimExample1
Suggestion: Use an IDE such as IDEA Intellij to faciliate steps 4) and 5)
Preferred Publication
- Remo Andreoli, Jie Zhao, Tommaso Cucinotta, and Rajkumar Buyya, CloudSim 7G: An Integrated Toolkit for Modeling and Simulation of Future Generation Cloud Computing Environments, Software: Practice and Experience, 2025.
Publications (Legacy)
- Anton Beloglazov, and Rajkumar Buyya, Optimal Online Deterministic Algorithms and Adaptive Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in Cloud Data Centers, Concurrency and Computation: Practice and Experience, Volume 24, Number 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012.
- Saurabh Kumar Garg and Rajkumar Buyya, NetworkCloudSim: Modelling Parallel Applications in Cloud Simulations, Proceedings of the 4th IEEE/ACM International Conference on Utility and Cloud Computing (UCC 2011, IEEE CS Press, USA), Melbourne, Australia, December 5-7, 2011.
- Rodrigo N. Calheiros, Rajiv Ranjan, Anton Beloglazov, Cesar A. F. De Rose, and Rajkumar Buyya, CloudSim: A Toolkit for Modeling and Simulation of Cloud Computing Environments and Evaluation of Resource Provisioning Algorithms, Software: Practice and Experience (SPE), Volume 41, Number 1, Pages: 23-50, ISSN: 0038-0644, Wiley Press, New York, USA, January, 2011. (Seminal paper)
- Bhathiya Wickremasinghe, Rodrigo N. Calheiros, Rajkumar Buyya, CloudAnalyst: A CloudSim-based Visual Modeller for Analysing Cloud Computing Environments and Applications, Proceedings of the 24th International Conference on Advanced Information Networking and Applications (AINA 2010), Perth, Australia, April 20-23, 2010.
- Rajkumar Buyya, Rajiv Ranjan and Rodrigo N. Calheiros, Modeling and Simulation of Scalable Cloud Computing Environments and the CloudSim Toolkit: Challenges and Opportunities, Proceedings of the 7th High Performance Computing and Simulation Conference (HPCS 2009, ISBN: 978-1-4244-4907-1, IEEE Press, New York, USA), Leipzig, Germany, June 21-24, 2009.
Owner
- Name: The Cloud Computing and Distributed Systems (CLOUDS) Laboratory
- Login: Cloudslab
- Kind: organization
- Website: http://www.cloudbus.org/
- Repositories: 23
- Profile: https://github.com/Cloudslab
GitHub Events
Total
- Create event: 7
- Release event: 4
- Issues event: 28
- Watch event: 103
- Delete event: 6
- Issue comment event: 52
- Push event: 16
- Pull request review comment event: 3
- Pull request review event: 12
- Pull request event: 30
- Fork event: 48
Last Year
- Create event: 7
- Release event: 4
- Issues event: 28
- Watch event: 103
- Delete event: 6
- Issue comment event: 52
- Push event: 16
- Pull request review comment event: 3
- Pull request review event: 12
- Pull request event: 30
- Fork event: 48
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Anton Beloglazov | b****v | 95 |
| Nikolay | n****g | 44 |
| rodrigo.calheiros | r****s@4****e | 27 |
| Manoel Campos | m****s@g****m | 14 |
| Rodrigo | r****c@u****u | 10 |
| rodrigo.calheiros@gmail.com | r****s@g****m@4****e | 9 |
| manchu | h****1@g****m | 4 |
| sarehfotuhi | s****i@g****m | 4 |
| saurabh.kr.garg@gmail.com | s****g@g****m@4****e | 3 |
| nikolayg | n****v@g****m | 2 |
| williamvoor@gmail.com | w****r | 1 |
| Nikolay | n****v@g****m | 1 |
| dinesh.bhagwat@gmail.com | d****t@g****m@4****e | 1 |
| dependabot[bot] | 4****] | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 11
- Total pull requests: 6
- Average time to close issues: 16 days
- Average time to close pull requests: 1 day
- Total issue authors: 9
- Total pull request authors: 5
- Average comments per issue: 0.73
- Average comments per pull request: 0.17
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 11
- Pull requests: 6
- Average time to close issues: 16 days
- Average time to close pull requests: 1 day
- Issue authors: 9
- Pull request authors: 5
- Average comments per issue: 0.73
- Average comments per pull request: 0.17
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- randyRivera0 (3)
- Astabol (2)
- digitzh (2)
- dquishpe (2)
- AndresSalazar19 (2)
- zijie1024 (2)
- JackStrange (1)
- norhan-tarek (1)
- erfanara (1)
- Raove (1)
- alexander989 (1)
- Riman-M (1)
- raji2401 (1)
- jfcofer (1)
- M-Razavi (1)
Pull Request Authors
- swghosh (4)
- Astabol (3)
- manuelstein (2)
- xshthkr (2)
- MingzhenHan (1)
- buxiangshangban-h (1)
- Nicolas-Reyland (1)
- erfanara (1)
- Qeera16 (1)
- dependabot[bot] (1)
- dquishpe (1)
- Piramind (1)
- deRemo (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- ${project.groupId}:cloudsim ${project.version}
- ${project.groupId}:cloudsim-examples ${project.version}
- ${project.groupId}:documentation ${project.version}
- com.opencsv:opencsv 3.7
- org.apache.commons:commons-math3 3.4.1
- ${project.groupId}:cloudsim ${project.version}
- junit:junit
- org.apache.commons:commons-math3 3.3
- org.easymock:easymock
- org.easymock:easymockclassextension
- org.cloudbus.cloudsim:cloudsim 4.0
- org.cloudbus.cloudsim:cloudsim-examples 4.0
- org.cloudbus.cloudsim:distribution 4.0
- org.cloudbus.cloudsim:documentation 4.0
- org.cloudbus.cloudsim:modules 4.0
- junit:junit 4.13.1 test
- org.easymock:easymock 3.1 test
- org.easymock:easymockclassextension 3.1 test
