output.txt
来自「一个非常著名的网格模拟器,能够运行网格调度算法!」· 文本 代码 · 共 64 行
TXT
64 行
/** * Author: Anthony Sulistio * Date: May 2004 * Description: This file contains the output result when you run Example9. * $Id: output.txt,v 1.1 2004/05/31 03:41:59 anthony Exp $ * * NOTE: // denotes a comment made to explain some of the values. */Starting Example9//--------------------------------// Initializing GridSim and SimJava packageInitializing GridSim packageInitialising...//--------------------------------// Creating one grid user entity and one resource entityCreates one Grid resource with name = Resource_0Creating a grid user entity with name = User_0, and id = 10//--------------------------------// Running GridSimStarting GridSim version 3.0Entities started.//--------------------------------// Once GridSim running, a resource entity, firstly registers two new tags to // GridInformationService (GIS) entity Resource_0.registherOtherEntity(): register HELLO tag to NewGIS at time 0.0Resource_0.registherOtherEntity(): register TEST tag to NewGIS at time 0.0//--------------------------------// GIS entity receives the tags from a resource entity NewGIS: Received HELLO tag from Resource_0 at time 0.24NewGIS: Received TEST tag from Resource_0 at time 0.36//--------------------------------// A user entity requests for a resource characteristics / informationUser_0:Received ResourceCharacteristics from Resource_0, with id = 6// A user entity sends two new tags to a resource entityUser_0: Sending TEST tag to Resource_0 at time 1.76User_0: Sending HELLO tag to Resource_0 at time 1.76//--------------------------------// A resource entity receives the tagsResource_0: received TEST tag from User_0 at time 1.88Resource_0: received HELLO tag from User_0 at time 2.0User_0:%%%% Exiting body() //--------------------------------// When there are no more events to process, then SimJava will exit the program// Then GridSim will exit as well Sim_system: No more future eventsGathering simulation data.Simulation completed.Finish Example9
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?