stat.txt

来自「一个非常著名的网格模拟器,能够运行网格调度算法!」· 文本 代码 · 共 38 行

TXT
38
字号
/** * Author: Anthony Sulistio * Date: April 2003 * Description: This file contains statistical data produced during the GridSim *              simulation. This file got created when a program, i.e. *              Example1.java calls GridSim.Init(). During initialization, *              GridSim object creates few entities, one of them is *              GridStatistics object with default file name is "stat.txt" * $Id: stat.txt,v 1.2 2003/06/30 02:33:26 anthony Exp $ * * NOTE: // denotes a comment made to explain some of the values. */// the field is as follows:// time  category   name    data/value// category means what entity is supposed to do at the moment. Example could be// processing b- or d-factor from "User0"0.0	USER.B_factor	User0	0.00.0	USER.D_factor	User0	0.04.875596482446013	BROKER.Resource.Count	Broker_User0	17.161310768160297	USER.Experiment.Deadline	Broker_User0	10000.07.161310768160297	USER.Experiment.Budget	Broker_User0	10000.027.159416111093226	BROKER.Gridlet.EndTime	Broker_User0	043.63819595194204	BROKER.Gridlet.EndTime	Broker_User0	177.46256124182456	BROKER.Gridlet.EndTime	Broker_User0	277.46256124182456	USER.Experiment.No	User0	077.46256124182456	USER.Experiment.StartTime	User0	4.7327393395888777.46256124182456	USER.Experiment.EndTime	User0	77.4625612418245677.46256124182456	USER.Experiment.GridletCompletion	User0	377.46256124182456	USER.Experiment.TimeUtilization	User0	72.7298219022356877.46256124182456	USER.Experiment.BudgetUtilization	User0	139.2572944297082277.46256124182456	*.USER.GridletCompletion	User0	3.077.46256124182456	*.USER.TimeUtilization	User0	72.7298219022356877.46256124182456	*.USER.BudgetUtilization	User0	139.25729442970822

⌨️ 快捷键说明

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