|
2 | 2 |
|
3 | 3 | [](https://github.com/manoelcampos/cloudsim-plus-automation/actions/workflows/maven.yml) [](https://search.maven.org/search?q=g:%22org.cloudsimplus%22%20AND%20a:%22cloudsim-plus-automation%22) [](https://www.javadoc.io/doc/org.cloudsimplus/cloudsim-plus-automation) [](http://www.gnu.org/licenses/gpl-3.0) |
4 | 4 |
|
| 5 | +## 1. Introduction |
5 | 6 |
|
6 | 7 | **CloudSim Plus Automation** is a Java command line tool based on [CloudSim Plus](http://cloudsimplus.org) |
7 | 8 | (and some [CloudReports](https://github.com/thiagotts/CloudReports) classes) |
@@ -75,18 +76,18 @@ This work contributes to: |
75 | 76 | - use a human readable file format to specify cloud simulation scenarios and speed up such a simulation process phase; |
76 | 77 | - allow reuse, extension and sharing of simulations scenarios. |
77 | 78 |
|
78 | | -# Using the command line tool |
| 79 | +## 2. Using the command line tool |
79 | 80 |
|
80 | 81 | You can simply download the [jar file from the latest release](https://github.com/manoelcampos/cloudsim-plus-automation/releases/latest) and run it in a terminal |
81 | 82 | by issuing the following command (check the correct version number of the jar file): |
82 | 83 |
|
83 | 84 | ```bash |
84 | | -java -jar cloudsim-plus-automation-4.0.0-with-dependencies.jar PathToYamlSimulationScenarioFile |
| 85 | +java -jar cloudsim-plus-automation-7.1.0-with-dependencies.jar PathToSimulationScenario.yml |
85 | 86 | ``` |
86 | 87 |
|
87 | 88 | Execute the tool without any parameter to see the usage help. |
88 | 89 |
|
89 | | -# Using it as a maven dependency into your own project |
| 90 | +## 3. Using it as a maven dependency into your own project |
90 | 91 |
|
91 | 92 | You can build your own applications on top of CloudSim Plus Automation to automate the creation cloud computing simulations. |
92 | 93 | This way, your applications will be able to read simulation scenarios from YAML files, build and execute them on CloudSim Plus. |
@@ -119,16 +120,16 @@ try { |
119 | 120 | } |
120 | 121 | ``` |
121 | 122 |
|
122 | | -# Published Paper |
| 123 | +## 4. Published Paper |
123 | 124 |
|
124 | 125 | For more information, read the paper published on the [Springer Lecture Notes in Computer Science Volume 8662](http://doi.org/10.1007/978-3-319-11167-4_34). Realize the paper is related to an older version of the tool, which is compatible with CloudSim 3. |
125 | 126 | The YAML structure has changed since there too, making it simpler and matching the name of entries with CloudSim and CloudSim Plus classes (such as VmAllocationPolicy, VmScheduler, CloudletScheduler). See the last section for more information. |
126 | 127 |
|
127 | 128 | **If you are using this work for publishing a paper, please cite our paper above.** |
128 | 129 |
|
129 | | -# Notice |
| 130 | +## 5. Notice |
130 | 131 |
|
131 | 132 | If you are looking for the **CloudSim Automation**, |
132 | 133 | which is the version compatible with [CloudSim 4](http://github.com/Cloudslab/cloudsim), |
133 | 134 | it is available at [cloudsim-version](https://github.com/manoelcampos/cloudsim-plus-automation/tree/cloudsim-version) branch. |
134 | | -However, that version isn't actively maintained anymore. |
| 135 | +However, that version is not supported anymore. |
0 commit comments