cloudsim-3.0.3

所属分类:Java编程
开发工具:WINDOWS
文件大小:27112KB
下载次数:1
上传日期:2018-03-09 21:34:30
上 传 者xiong1
说明:  CloudSim是在GridSim模型基础上发展而来,提供了云计算的特性,支持云计算的资源管理和调度模拟。云计算与网格计算的一个显著区别是云计算采用了成熟的虚拟化技术,将数据中心的资源虚拟化为资源池,打包对外向用户提供服务,CloudSim体现了此特点,扩展部分实现了一系列接口,提供基于数据中心的虚拟化技术、虚拟化云的建模和仿真功能。通常,数据中心的一台主机的资源可以根据用户的需求映射到多台虚拟机上,因此,虚拟机之间存在对主机资源的竞争关系。
(A Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services Introduction.)

文件列表:
cloudsim-3.0.3 (0, 2017-04-24)
cloudsim-3.0.3\.classpath (4111, 2016-11-14)
cloudsim-3.0.3\.metadata (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.lock (0, 2016-11-14)
cloudsim-3.0.3\.metadata\.log (4934, 2016-11-14)
cloudsim-3.0.3\.metadata\.me_tcat (0, 2016-11-14)
cloudsim-3.0.3\.metadata\.me_tcat\temp (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.me_tcat7 (0, 2016-11-14)
cloudsim-3.0.3\.metadata\.me_tcat7\temp (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.mylyn (0, 2016-11-14)
cloudsim-3.0.3\.metadata\.mylyn\contexts (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.mylyn\repositories.xml.zip (438, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins (0, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\com.genuitec.eclipse.easie.tomcat.myeclipse (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.plugins\com.genuitec.eclipse.easie.tomcat7.myeclipse (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.plugins\com.genuitec.eclipse.migration (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.plugins\com.genuitec.eclipse.migration\workspace.properties (447, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\com.genuitec.eclipse.monitor (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.plugins\com.genuitec.eclipse.runtime (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.plugins\com.genuitec.eclipse.sqlexplorer (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.plugins\com.genuitec.eclipse.sqlexplorer\ConnectionProfiles.xml (830, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\com.genuitec.eclipse.sqlexplorer\SQLDrivers.xml (16653, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\com.genuitec.pulse.client.delivery.package.runtime (0, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\com.genuitec.pulse.client.delivery.package.runtime\logs (0, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\com.genuitec.pulse.client.delivery.package.runtime\logs\package-runtime-0.log (176, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.birt.chart.engine (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.birt.report.viewer (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.resources (0, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.resources\.history (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.resources\.root (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes (0, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes\history.version (1, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes\properties.index (57, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes\properties.version (1, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.resources\.root\1.tree (124, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.resources\.safetable (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.resources\.safetable\org.eclipse.core.resources (534, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.runtime (0, 2016-11-14)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.runtime\.settings (0, 2017-04-24)
cloudsim-3.0.3\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.genuitec.eclipse.derby.prefs (54, 2016-11-14)
... ...

Table of Contents ----------------- 1. Directory structure of the CloudSim Toolkit 2. Software requirements: Java version 1.6 or newer 3. Installation and running the CloudSim Toolkit 4. Running the CloudSim examples 5. Learning CloudSim 6. Compiling CloudSim: using Ant 1. Directory structure of the CloudSim Toolkit ---------------------------------------------- cloudsim/ -- top level CloudSim directory docs/ -- CloudSim API Documentation examples/ -- CloudSim examples jars/ -- CloudSim jar archives sources/ -- CloudSim source code tests/ -- CloudSim unit tests 2. Software requirements: Java version 1.6 or newer --------------------------------------------------- CloudSim has been tested and ran on Sun's Java version 1.6.0 or newer. Older versions of Java are not compatible. If you have non-Sun Java version, such as gcj or J++, they may not be compatible. You also need to install Ant to compile CloudSim (explained in more details later). 3. Installation and running the CloudSim Toolkit ------------------------------------------------ You just need to unpack the CloudSim file to install. If you want to remove CloudSim, then remove the whole cloudsim directory. You do not need to compile CloudSim source code. The JAR files are provided to compile and to run CloudSim applications: * jars/cloudsim-.jar -- contains the CloudSim class files * jars/cloudsim--sources.jar -- contains the CloudSim source code files * jars/cloudsim-examples-.jar -- contains the CloudSim examples class files * jars/cloudsim-examples--sources.jar -- contains the CloudSim examples source code files 4. Running the CloudSim examples -------------------------------- Please read how to run the CloudSim examples in examples.txt 5. Learning CloudSim -------------------- To understand how to use CloudSim, please go through the examples provided in the examples/ directory. 6. Compiling CloudSim: using Ant -------------------------------- This release contains a simple buildfile for compiling CloudSim classes. You need to have ant installed (http://ant.apache.org/). Ant can be used in both Windows and Unix/Linux environment. Usage: * Being in the CloudSim root directory (cloudsim/), type 'ant' to compile all cloudsim source files, put them into the classes/ directory and to create a cloudsim-new.jar file in the jars/ directory * Being in the CloudSim root directory (cloudsim/), type 'ant clean' to delete all the compiled classes and the classes/ directory itself. The generated cloudsim-new.jar is not deleted. Note: * You need to set up PATH for ant in Windows and/or Unix.

近期下载者

相关文件


收藏者