⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 output.txt

📁 一个非常著名的网格模拟器,能够运行网格调度算法!
💻 TXT
字号:
/** * Author: Anthony Sulistio * Date: April 2003 * Description: This file contains the output result when you run Example4. * $Id: output.txt,v 1.5 2005/09/19 05:19:33 anthony Exp $ * * NOTE: // denotes a comment made to explain some of the values. */Starting Example4Initializing GridSim packageInitialising...Starting to create one Grid resource with 3 MachinesCreates a Machine listCreates a PE list for the 1st MachineCreates 4 PEs with same MIPS Rating and put them into the PE listCreates the 1st Machine that has 4 PEs and stores it into the Machine listCreates a PE list for the 2nd MachineCreates 4 PEs with same MIPS Rating and put them into the PE listCreates the 2nd Machine that has 4 PEs and stores it into the Machine listCreates a PE list for the 3rd MachineCreates 2 PEs with same MIPS Rating and put them into the PE listCreates the 3rd Machine that has 2 PEs and stores it into the Machine listCreates the properties of a Grid resource and stores the Machine listFinally, creates one Grid resource and stores the properties of a Grid resourceCreating a grid user entity with name = Example4, and id = 9Creating 8 Gridlets//-----------------------------------// Created by GridSim.startGridSimulation()Starting GridSim version 3.2//------------------------------------// Created when the program calls GridSim.startGridSimulation().// Then GridSim.startGridSimulation()// refers to Sim_system.run(). Therefore, the below three statements denote// start of running a simulation.Entities started.//------------------------------------// The output from running the experimentReceived ResourceCharacteristics from Resource_0, with id = 5Sending Gridlet_0 to Resource_0 with id = 5Receiving Gridlet 0Sending Gridlet_1 to Resource_0 with id = 5Receiving Gridlet 1Sending Gridlet_2 to Resource_0 with id = 5Receiving Gridlet 2Sending Gridlet_3 to Resource_0 with id = 5Receiving Gridlet 3Sending Gridlet_4 to Resource_0 with id = 5Receiving Gridlet 4Sending Gridlet_5 to Resource_0 with id = 5Receiving Gridlet 5Sending Gridlet_6 to Resource_0 with id = 5Receiving Gridlet 6Sending Gridlet_7 to Resource_0 with id = 5Receiving Gridlet 7//-----------------------------------// When there are no more events to process, then SimJava will exit the program// Then GridSim will exit as wellGridInformationService: Notify all GridSim entities for shutting down.Sim_system: No more future eventsGathering simulation data.Simulation completed.========== OUTPUT ==========Gridlet ID    STATUS    Resource ID    Cost    0        SUCCESS        5        27.851458885941646    1        SUCCESS        5        39.78779840848807    2        SUCCESS        5        71.6180371352786    3        SUCCESS        5        12.260185925286578    4        SUCCESS        5        32.160803970344375    5        SUCCESS        5        26.989166622345806    6        SUCCESS        5        16.721823905496365    7        SUCCESS        5        20.974565689486667Finish Example4

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -