
/**
 * 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.0
0.0	USER.D_factor	User0	0.0
4.875596482446013	BROKER.Resource.Count	Broker_User0	1
7.161310768160297	USER.Experiment.Deadline	Broker_User0	10000.0
7.161310768160297	USER.Experiment.Budget	Broker_User0	10000.0
27.159416111093226	BROKER.Gridlet.EndTime	Broker_User0	0
43.63819595194204	BROKER.Gridlet.EndTime	Broker_User0	1
77.46256124182456	BROKER.Gridlet.EndTime	Broker_User0	2
77.46256124182456	USER.Experiment.No	User0	0
77.46256124182456	USER.Experiment.StartTime	User0	4.73273933958887
77.46256124182456	USER.Experiment.EndTime	User0	77.46256124182456
77.46256124182456	USER.Experiment.GridletCompletion	User0	3
77.46256124182456	USER.Experiment.TimeUtilization	User0	72.72982190223568
77.46256124182456	USER.Experiment.BudgetUtilization	User0	139.25729442970822
77.46256124182456	*.USER.GridletCompletion	User0	3.0
77.46256124182456	*.USER.TimeUtilization	User0	72.72982190223568
77.46256124182456	*.USER.BudgetUtilization	User0	139.25729442970822
