📄 output.txt
字号:
/** * Author: Anthony Sulistio * Date: April 2003 * Description: This file contains the output result when you run Example5. * $Id: output.txt,v 1.5 2005/09/19 08:28:26 anthony Exp $ * * NOTE: // denotes a comment made to explain some of the values. */Starting Example5Initializing GridSim packageInitialising...//-----------------------------------// Creates the first grid resourceStarting 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 resource//-----------------------------------// Creates the 2nd grid resourceStarting 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 resource//-----------------------------------// Creates the 3rd grid resourceStarting 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 = Example5, and id = 16Creating 8 Gridlets//-----------------------------------// Created by GridSim.startGridSimulation()Starting GridSim version 3.2Entities started.//-----------------------------------// The output of running the experimentReceived ResourceCharacteristics from Resource_2, with id = 13Received ResourceCharacteristics from Resource_0, with id = 5Received ResourceCharacteristics from Resource_1, with id = 9Sending Gridlet_0 to Resource_0 with id = 5Receiving Gridlet 0Sending Gridlet_1 to Resource_0 with id = 5Receiving Gridlet 1Sending Gridlet_2 to Resource_2 with id = 13Receiving Gridlet 2Sending Gridlet_3 to Resource_0 with id = 5Receiving Gridlet 3Sending Gridlet_4 to Resource_2 with id = 13Receiving Gridlet 4Sending Gridlet_5 to Resource_2 with id = 13Receiving 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 13 71.6180371352786 3 SUCCESS 5 12.260185925286578 4 SUCCESS 13 32.160803970344375 5 SUCCESS 13 26.989166622345806 6 SUCCESS 5 16.721823905496365 7 SUCCESS 5 20.974565689486667Finish Example5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -