cloudsim-3.0

所属分类:Java编程
开发工具:Windows_Unix
文件大小:13310KB
下载次数:89
上传日期:2012-05-23 07:42:14
上 传 者soul_mind
说明:  云计算模拟平台 cloudsim-3.0
(Cloud computing simulation platform cloudsim-3.0)

文件列表:
cloudsim-3.0 (0, 2012-01-11)
cloudsim-3.0\jars (0, 2012-01-11)
cloudsim-3.0\jars\cloudsim-3.0.jar (245030, 2012-01-11)
cloudsim-3.0\jars\cloudsim-3.0-sources.jar (235367, 2012-01-11)
cloudsim-3.0\jars\cloudsim-examples-3.0.jar (5072157, 2012-01-11)
cloudsim-3.0\jars\cloudsim-examples-3.0-sources.jar (5062780, 2012-01-11)
cloudsim-3.0\sources (0, 2012-01-11)
cloudsim-3.0\sources\org (0, 2011-12-15)
cloudsim-3.0\sources\org\cloudbus (0, 2011-12-15)
cloudsim-3.0\sources\org\cloudbus\cloudsim (0, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\power (0, 2012-01-05)
cloudsim-3.0\sources\org\cloudbus\cloudsim\power\models (0, 2011-12-15)
cloudsim-3.0\sources\org\cloudbus\cloudsim\power\lists (0, 2011-12-15)
cloudsim-3.0\sources\org\cloudbus\cloudsim\network (0, 2011-12-15)
cloudsim-3.0\sources\org\cloudbus\cloudsim\network\datacenter (0, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\core (0, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\core\predicates (0, 2011-12-15)
cloudsim-3.0\sources\org\cloudbus\cloudsim\util (0, 2011-12-17)
cloudsim-3.0\sources\org\cloudbus\cloudsim\distributions (0, 2011-12-15)
cloudsim-3.0\sources\org\cloudbus\cloudsim\lists (0, 2011-12-15)
cloudsim-3.0\sources\org\cloudbus\cloudsim\provisioners (0, 2012-01-05)
cloudsim-3.0\sources\org\cloudbus\cloudsim\Datacenter.java (33705, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\VmAllocationPolicySimple.java (5556, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\DataCloudTags.java (18201, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\VmSchedulerSpaceShared.java (3387, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\ResCloudlet.java (13395, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\DatacenterCharacteristics.java (12989, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\UtilizationModelNull.java (741, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\Log.java (3340, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\DatacenterBroker.java (17560, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\Pe.java (3564, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\UtilizationModelPlanetLabInMemory.java (2186, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\File.java (10428, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\CloudletSchedulerTimeShared.java (13674, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\VmSchedulerTimeSharedOverSubscription.java (5770, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\power\PowerVmAllocationPolicyAbstract.java (3624, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\power\PowerHost.java (3713, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\power\models\PowerModelSpecPowerIbmX3250XeonX3480.java (1462, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\power\models\PowerModelSpecPowerHpProLiantMl110G4Xeon3040.java (1467, 2012-01-11)
cloudsim-3.0\sources\org\cloudbus\cloudsim\power\models\PowerModelSquare.java (2877, 2012-01-11)
... ...

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. 7. Downloading and using external jars --------------------------------------- Some of the algorithms in the power package require Michael Thomas Flanagan's Java Scientific Library. This library can be downloaded from http://www.ee.ucl.ac.uk/~mflanaga/java/ Once the library is downloaded, copy it to the jars/ directory. If you are running Linux, you can just run the ./install-flanagan.sh script, that will download the library and place it in the jars/ directory. Please, make sure that, by using such library, you are respecting the terms of use defined by the software's author.

近期下载者

相关文件


收藏者