📄 output.txt
字号:
/** * Author: Anthony Sulistio * Date: April 2003 * Description: This file contains the output result when you run Example3. * $Id: output.txt,v 1.5 2005/09/16 07:02:00 anthony Exp $ * * NOTE: // denotes a comment made to explain some of the values. */Starting Example3Initializing GridSim packageInitialising...Creating 8 Gridlets... Creating a new Test object//-----------------------------------// Created by GridSim.Start()Starting GridSim version 3.2//------------------------------------// Created when the program calls GridSim.Start(). Then GridSim.Start()// refers to Sim_system.run(). Therefore, the below three statements denote// start of running a simulation.Entities started.//------------------------------------// Output from running the simulationInside Example3.body() => Sending Gridlet 0... Inside Test.body() => Receiving Gridlet 0 from Example3 objectGridInformationService: Notify all GridSim entities for shutting down.Inside Example3.body() => Receiving Gridlet 0Inside Example3.body() => Sending Gridlet 1... Inside Test.body() => Receiving Gridlet 1 from Example3 objectInside Example3.body() => Receiving Gridlet 1Inside Example3.body() => Sending Gridlet 2... Inside Test.body() => Receiving Gridlet 2 from Example3 objectInside Example3.body() => Receiving Gridlet 2Inside Example3.body() => Sending Gridlet 3... Inside Test.body() => Receiving Gridlet 3 from Example3 objectInside Example3.body() => Receiving Gridlet 3Inside Example3.body() => Sending Gridlet 4... Inside Test.body() => Receiving Gridlet 4 from Example3 objectInside Example3.body() => Receiving Gridlet 4Inside Example3.body() => Sending Gridlet 5... Inside Test.body() => Receiving Gridlet 5 from Example3 objectInside Example3.body() => Receiving Gridlet 5Inside Example3.body() => Sending Gridlet 6... Inside Test.body() => Receiving Gridlet 6 from Example3 objectInside Example3.body() => Receiving Gridlet 6Inside Example3.body() => Sending Gridlet 7... Inside Test.body() => Receiving Gridlet 7 from Example3 objectInside Example3.body() => Receiving Gridlet 7//-----------------------------------// When there are no more events to process, then SimJava will exit the program// Then GridSim will exit as wellSim_system: No more future eventsGathering simulation data.Simulation completed.========== OUTPUT ==========Gridlet ID STATUS 0 SUCCESS 1 SUCCESS 2 SUCCESS 3 SUCCESS 4 SUCCESS 5 SUCCESS 6 SUCCESS 7 SUCCESSFinish Example3
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -