Ignore:
Timestamp:
10/31/12 12:22:35 (12 years ago)
Author:
wojtekp
Message:
 
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  
    66Resources total load;0.49;0;0;0.49;0.49;0.49;1; 
    77Resources reservation load;?;?;?;?;?;?;0; 
    8 Energy usage;0;0;0;0;0;0;1; 
     8Energy usage;?;?;?;?;?;?;0; 
    99Task completion time;24,923.077;19,435.976;377,757,159.763;7,200;57,600;324,000;13; 
    1010Task 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  
    1111stats.outputfolder=../experiment1_result 
    1212 
     13# Define the type and content of charts to generate 
    1314 
     15# Gantt chart 
    1416creatediagrams.gantt=true 
     17 
     18# Shows the execution times of tasks 
    1519creatediagrams.tasks=true 
     20 
     21# Shows the waiting times of tasks 
    1622creatediagrams.taskswaitingtime=true 
    1723 
     24# Resource utilization chart - only for processors 
    1825creatediagrams.resutilization=Processor 
    1926 
Note: See TracChangeset for help on using the changeset viewer.