Changeset 538 for DCWoRMS/trunk/example/experiment1_result
- Timestamp:
- 10/31/12 12:22:35 (12 years ago)
- Location:
- DCWoRMS/trunk/example/experiment1_result
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/example/experiment1_result/Stats_Simulation 1_Simulation.txt
r491 r538 6 6 Resources total load;0.49;0;0;0.49;0.49;0.49;1; 7 7 Resources reservation load;?;?;?;?;?;?;0; 8 Energy usage; 0;0;0;0;0;0;1;8 Energy usage;?;?;?;?;?;?;0; 9 9 Task completion time;24,923.077;19,435.976;377,757,159.763;7,200;57,600;324,000;13; 10 10 Task execution time;13,015.385;7,274.174;52,913,609.467;7,200;28,800;169,200;13; -
DCWoRMS/trunk/example/experiment1_result/experiment.properties
r510 r538 11 11 stats.outputfolder=../experiment1_result 12 12 13 # Define the type and content of charts to generate 13 14 15 # Gantt chart 14 16 creatediagrams.gantt=true 17 18 # Shows the execution times of tasks 15 19 creatediagrams.tasks=true 20 21 # Shows the waiting times of tasks 16 22 creatediagrams.taskswaitingtime=true 17 23 24 # Resource utilization chart - only for processors 18 25 creatediagrams.resutilization=Processor 19 26
Note: See TracChangeset
for help on using the changeset viewer.