Changeset 1499 for DCWoRMS/branches


Ignore:
Timestamp:
12/29/14 17:24:25 (10 years ago)
Author:
wojtekp
Message:
 
Location:
DCWoRMS/branches/coolemall/src/experiments
Files:
20 added
24 edited
19 copied

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/RunExperiment.java

    r826 r1499  
    1 package test.article2.recs; 
     1package experiments.e2dc2013; 
    22import simulator.DataCenterWorkloadSimulator; 
    33 
     
    1212        public void run(){ 
    1313                String args[] = { 
    14                                 "src/test/article2/recs/experiment1.properties" 
     14                                "src/experiments/e2dc2013/experiment1.properties" 
    1515                                }; 
    1616                DataCenterWorkloadSimulator.main(args); 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/experiment1.properties

    r1179 r1499  
    22 
    33# Path to xml file which describes resource characteristics. 
    4 resdesc=src/test/article2/recs/resourcesCoolEmAll_Intel.xml 
     4resdesc=src/experiments/e2dc2013/recs/resourcesCoolEmAll_Intel.xml 
    55 
    66# and swf file, which name is declared by readscenario.workloadfilename parameter. 
    77# Swf file must be placed in readscenario.inputfolder directory.   
    8 readscenario.workloadfilename=src/test/article2/recs/workload70.swf 
     8readscenario.workloadfilename=src/experiments/e2dc2013/recs/workload70.swf 
    99 
    1010# Choose directory where all result files should be placed. 
    11 stats.outputfolder=../../article2_result 
     11stats.outputfolder=src/experiments/e2dc2013_result 
    1212 
    1313# Define the type and content of charts to generate 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/energy/AmdCpuEEP.java

    r1420 r1499  
    1 package test.article2.recs.plugins.energy; 
     1package experiments.e2dc2013.recs.plugins.energy; 
    22 
    33import schedframe.Parameters; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/energy/AmdNodeEEP.java

    r1420 r1499  
    1 package test.article2.recs.plugins.energy; 
     1package experiments.e2dc2013.recs.plugins.energy; 
    22 
    33import java.io.FileNotFoundException; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/energy/AtomD510CpuEEP.java

    r1420 r1499  
    1 package test.article2.recs.plugins.energy; 
     1package experiments.e2dc2013.recs.plugins.energy; 
    22 
    33import schedframe.Parameters; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/energy/AtomD510NodeEEP.java

    r1420 r1499  
    1 package test.article2.recs.plugins.energy; 
     1package experiments.e2dc2013.recs.plugins.energy; 
    22 
    33import java.io.FileNotFoundException; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/energy/DataCenterEnergyEstimationPlugin.java

    r1420 r1499  
    1 package test.article2.recs.plugins.energy; 
     1package experiments.e2dc2013.recs.plugins.energy; 
    22 
    33import schedframe.resources.computing.Node; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/energy/FanEnergyEstimationPlugin.java

    r1420 r1499  
    1 package test.article2.recs.plugins.energy; 
     1package experiments.e2dc2013.recs.plugins.energy; 
    22 
    33import schedframe.events.EventReason; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/energy/IntelCpuEEP.java

    r1420 r1499  
    1 package test.article2.recs.plugins.energy; 
     1package experiments.e2dc2013.recs.plugins.energy; 
    22 
    33import schedframe.Parameters; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/energy/IntelNodeEEP.java

    r1420 r1499  
    1 package test.article2.recs.plugins.energy; 
     1package experiments.e2dc2013.recs.plugins.energy; 
    22 
    33import java.io.FileNotFoundException; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/energy/RecsCoreEEP.java

    r1420 r1499  
    1 package test.article2.recs.plugins.energy; 
     1package experiments.e2dc2013.recs.plugins.energy; 
    22 
    33import schedframe.resources.computing.profiles.energy.ResourceEvent; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/energy/RecsCpuBaseEEP.java

    r1420 r1499  
    1 package test.article2.recs.plugins.energy; 
     1package experiments.e2dc2013.recs.plugins.energy; 
    22 
    33import schedframe.events.EventReason; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/energy/RecsNodeBaseEEP.java

    r1420 r1499  
    1 package test.article2.recs.plugins.energy; 
     1package experiments.e2dc2013.recs.plugins.energy; 
    22 
    33import java.io.FileInputStream; 
     
    2222import schedframe.resources.units.StandardResourceUnitName; 
    2323import schedframe.scheduling.manager.tasks.JobRegistry; 
    24 import test.article2.recs.utils.AppType; 
    25 import test.article2.recs.utils.TaskToApp; 
    2624import dcworms.schedframe.scheduling.ExecTask; 
    2725import dcworms.schedframe.scheduling.Executable; 
    2826import example.energy.BaseEnergyEstimationPlugin; 
     27import experiments.e2dc2013.recs.utils.AppType; 
     28import experiments.e2dc2013.recs.utils.TaskToApp; 
    2929 
    3030public abstract class RecsNodeBaseEEP extends BaseEnergyEstimationPlugin{ 
    3131         
    32         private static String POWER_DATA_FILE_NAME = "src/test/article2/recs/data/power_data.properties"; 
     32        private static String POWER_DATA_FILE_NAME = "src/experiments/e2dc2013/recs/data/power_data.properties"; 
    3333         
    3434        private static int LEFT_ID = -1; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/scheduling/RecsSP.java

    r1247 r1499  
    1 package test.article2.recs.plugins.scheduling; 
     1package experiments.e2dc2013.recs.plugins.scheduling; 
    22 
    33import java.io.FileInputStream; 
     
    99import schedframe.resources.computing.Node; 
    1010import schedframe.scheduling.tasks.TaskInterface; 
    11 import test.article2.recs.utils.AppType; 
    12 import test.article2.recs.utils.TaskToApp; 
    1311import dcworms.schedframe.scheduling.ExecTask; 
    1412import dcworms.schedframe.scheduling.Executable; 
    1513import example.localplugin.BaseLocalSchedulingPlugin; 
     14import experiments.e2dc2013.recs.utils.AppType; 
     15import experiments.e2dc2013.recs.utils.TaskToApp; 
    1616 
    1717public abstract class RecsSP extends BaseLocalSchedulingPlugin { 
    1818 
    19         private static String EXEC_DATA_FILE_NAME = "src/test/article2/recs/data/executiveness_data.properties"; 
     19        private static String EXEC_DATA_FILE_NAME = "src/experiments/e2dc2013/recs/data/executiveness_data.properties"; 
    2020         
    2121        private ResourceBundle execBundle; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/scheduling/exp1/RecsInIdleSP.java

    r1399 r1499  
    1 package test.article2.recs.plugins.scheduling.exp1; 
     1package experiments.e2dc2013.recs.plugins.scheduling.exp1; 
    22 
     3import experiments.e2dc2013.recs.plugins.scheduling.RecsSP; 
    34import gridsim.dcworms.DCWormsTags; 
    45 
     
    3031import schedframe.scheduling.queue.TaskQueueList; 
    3132import schedframe.scheduling.tasks.TaskInterface; 
    32 import test.article2.recs.plugins.scheduling.RecsSP; 
    3333 
    3434public class RecsInIdleSP extends RecsSP { 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/scheduling/exp1/RecsInOffSP.java

    r1399 r1499  
    1 package test.article2.recs.plugins.scheduling.exp1; 
     1package experiments.e2dc2013.recs.plugins.scheduling.exp1; 
    22 
     3import experiments.e2dc2013.recs.plugins.scheduling.RecsSP; 
    34import gridsim.dcworms.DCWormsTags; 
    45 
     
    3435import schedframe.scheduling.queue.TaskQueueList; 
    3536import schedframe.scheduling.tasks.TaskInterface; 
    36 import test.article2.recs.plugins.scheduling.RecsSP; 
    3737 
    3838public class RecsInOffSP extends RecsSP { 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/scheduling/exp1/RecsInOutSP.java

    r1399 r1499  
    1 package test.article2.recs.plugins.scheduling.exp1; 
     1package experiments.e2dc2013.recs.plugins.scheduling.exp1; 
    22 
     3import experiments.e2dc2013.recs.plugins.scheduling.RecsSP; 
    34import gridsim.dcworms.DCWormsTags; 
    45 
     
    3334import schedframe.scheduling.queue.TaskQueueList; 
    3435import schedframe.scheduling.tasks.TaskInterface; 
    35 import test.article2.recs.plugins.scheduling.RecsSP; 
    3636 
    3737public class RecsInOutSP extends RecsSP { 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/scheduling/exp1/RecsOutIdleSP.java

    r1399 r1499  
    1 package test.article2.recs.plugins.scheduling.exp1; 
     1package experiments.e2dc2013.recs.plugins.scheduling.exp1; 
    22 
     3import experiments.e2dc2013.recs.plugins.scheduling.RecsSP; 
    34import gridsim.dcworms.DCWormsTags; 
    45 
     
    3031import schedframe.scheduling.queue.TaskQueueList; 
    3132import schedframe.scheduling.tasks.TaskInterface; 
    32 import test.article2.recs.plugins.scheduling.RecsSP; 
    3333 
    3434public class RecsOutIdleSP extends RecsSP { 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/scheduling/exp1/RecsOutOffSP.java

    r1399 r1499  
    1 package test.article2.recs.plugins.scheduling.exp1; 
     1package experiments.e2dc2013.recs.plugins.scheduling.exp1; 
    22 
     3import experiments.e2dc2013.recs.plugins.scheduling.RecsSP; 
    34import gridsim.dcworms.DCWormsTags; 
    45 
     
    3536import schedframe.scheduling.queue.TaskQueueList; 
    3637import schedframe.scheduling.tasks.TaskInterface; 
    37 import test.article2.recs.plugins.scheduling.RecsSP; 
    3838 
    3939public class RecsOutOffSP extends RecsSP { 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/scheduling/exp2/RecsIn2OutSP.java

    r1399 r1499  
    1 package test.article2.recs.plugins.scheduling.exp2; 
    2  
     1package experiments.e2dc2013.recs.plugins.scheduling.exp2; 
     2 
     3import experiments.e2dc2013.recs.plugins.scheduling.RecsSP; 
    34import gridsim.dcworms.DCWormsTags; 
    45 
     
    3233import schedframe.scheduling.queue.TaskQueueList; 
    3334import schedframe.scheduling.tasks.TaskInterface; 
    34 import test.article2.recs.plugins.scheduling.RecsSP; 
    3535 
    3636public class RecsIn2OutSP extends RecsSP { 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/scheduling/exp2/RecsLeft2RightSP.java

    r1399 r1499  
    1 package test.article2.recs.plugins.scheduling.exp2; 
    2  
     1package experiments.e2dc2013.recs.plugins.scheduling.exp2; 
     2 
     3import experiments.e2dc2013.recs.plugins.scheduling.RecsSP; 
    34import gridsim.dcworms.DCWormsTags; 
    45 
     
    1516import schedframe.events.scheduling.SchedulingEvent; 
    1617import schedframe.resources.ResourceStatus; 
     18import schedframe.resources.StandardResourceType; 
    1719import schedframe.resources.computing.Node; 
    1820import schedframe.resources.computing.ComputingResource; 
    1921import schedframe.resources.computing.Core; 
     22import schedframe.resources.computing.profiles.energy.airthroughput.CustomAirflowStateName; 
    2023import schedframe.resources.computing.profiles.energy.airthroughput.StandardAirflowStateName; 
     24import schedframe.resources.devices.Device; 
     25import schedframe.resources.devices.Fan; 
    2126import schedframe.resources.units.ProcessingElements; 
    2227import schedframe.resources.units.ResourceUnit; 
     
    3237import schedframe.scheduling.queue.TaskQueueList; 
    3338import schedframe.scheduling.tasks.TaskInterface; 
    34 import test.article2.recs.plugins.scheduling.RecsSP; 
    3539 
    3640public class RecsLeft2RightSP extends RecsSP { 
     
    6266                                        Node node = chooseProvider(resourceManager, task); 
    6367                                        if (node != null) { 
    64                                                 node.getAirflowInterface().setAirflowState(StandardAirflowStateName.ON); 
     68                                                for(Device device: node.getParent().getResourceCharacteristic().getDevices()){ 
     69                                                         
     70                                                        if(device.getType().equals(StandardResourceType.Fan)){ 
     71                                                                Fan fan = (Fan) device; 
     72 
     73                                                                if(fan.getChilledResources().contains(node.getFullName())){ 
     74                                                                        fan.getAirflowInterface().setAirflowState(StandardAirflowStateName.ON); 
     75                                                                } 
     76                                                        } 
     77                                                } 
     78                                                //node.getAirflowInterface().setAirflowState(StandardAirflowStateName.ON); 
    6579                                                notSelectedNodes.remove(node); 
    6680                                                addToSchedulingPlan(plan, task, chooseResourcesForExecution(node, task)); 
     
    170184                                // node.getAirThroughputInterface().setAirThroughputState(StandardAirThroughputStateName.FAN_OFF); 
    171185                        } else { 
    172                                 node.getAirflowInterface().setAirflowState(StandardAirflowStateName.ON); 
     186                                for(Device device: node.getParent().getResourceCharacteristic().getDevices()){ 
     187                                         
     188                                        if(device.getType().equals(StandardResourceType.Fan)){ 
     189                                                Fan fan = (Fan) device; 
     190 
     191                                                if(fan.getChilledResources().contains(node.getFullName())){ 
     192                                                        fan.getAirflowInterface().setAirflowState(StandardAirflowStateName.ON); 
     193                                                } 
     194                                        } 
     195                                } 
     196                                //node.getAirflowInterface().setAirflowState(StandardAirflowStateName.ON); 
    173197                        } 
    174198                } 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/scheduling/exp2/RecsOut2InSP.java

    r1399 r1499  
    1 package test.article2.recs.plugins.scheduling.exp2; 
     1package experiments.e2dc2013.recs.plugins.scheduling.exp2; 
    22 
     3import experiments.e2dc2013.recs.plugins.scheduling.RecsSP; 
    34import gridsim.dcworms.DCWormsTags; 
    45 
     
    3233import schedframe.scheduling.queue.TaskQueueList; 
    3334import schedframe.scheduling.tasks.TaskInterface; 
    34 import test.article2.recs.plugins.scheduling.RecsSP; 
    3535 
    3636public class RecsOut2InSP extends RecsSP { 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/scheduling/exp2/RecsRandomSP.java

    r1399 r1499  
    1 package test.article2.recs.plugins.scheduling.exp2; 
     1package experiments.e2dc2013.recs.plugins.scheduling.exp2; 
    22 
     3import experiments.e2dc2013.recs.plugins.scheduling.RecsSP; 
    34import gridsim.dcworms.DCWormsTags; 
    45 
     
    3031import schedframe.scheduling.queue.TaskQueueList; 
    3132import schedframe.scheduling.tasks.TaskInterface; 
    32 import test.article2.recs.plugins.scheduling.RecsSP; 
    3333 
    3434public class RecsRandomSP extends RecsSP { 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/plugins/timeestimation/RecsTimeEstimationPlugin.java

    r1247 r1499  
    1 package test.article2.recs.plugins.timeestimation; 
     1package experiments.e2dc2013.recs.plugins.timeestimation; 
    22 
    33import java.io.FileInputStream; 
     
    1818import schedframe.resources.units.ResourceUnitName; 
    1919import schedframe.resources.units.StandardResourceUnitName; 
    20 import test.article2.recs.utils.AppType; 
    21 import test.article2.recs.utils.TaskToApp; 
    2220import dcworms.schedframe.scheduling.ExecTask; 
    2321import example.timeestimation.BaseTimeEstimationPlugin; 
     22import experiments.e2dc2013.recs.utils.AppType; 
     23import experiments.e2dc2013.recs.utils.TaskToApp; 
    2424 
    2525public class RecsTimeEstimationPlugin extends BaseTimeEstimationPlugin{ 
    2626 
    27         private static String TIME_DATA_FILE_NAME = "src/test/article2/recs/data/time_data.properties"; 
     27        private static String TIME_DATA_FILE_NAME = "src/experiments/e2dc2013/recs/data/time_data.properties"; 
    2828        private static int TIME_FACTOR = 1; 
    2929         
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/resourcesCoolEmAll.xml

    r1219 r1499  
    44         
    55        <timeEstimationPlugin> 
    6                 <name>test.article.recs.plugins.timeestimation.RecsTimeEstimationPlugin</name> 
     6                <name>experiments.e2dc2013.recs.plugins.timeestimation.RecsTimeEstimationPlugin</name> 
    77        </timeEstimationPlugin> 
    88         
     
    1919                                <amount>4800000</amount> 
    2020                        </resourceUnit> 
    21                         <computingResource class="ComputingNode" type="Intel_i7" count="8" name="IntelI7"> 
     21                        <computingResource class="Node" type="Intel_i7" count="8" name="IntelI7"> 
    2222                                <parameter name="category"> 
    2323                                        <value>Intel_i7</value> 
     
    2626                                        <powerProfile> 
    2727                                                <energyEstimationPlugin> 
    28                                                         <name>test.article2.recs.plugins.energy.IntelNodeEEP</name> 
     28                                                        <name>experiments.e2dc2013.recs.plugins.energy.IntelNodeEEP</name> 
    2929                                                </energyEstimationPlugin>        
    3030                                                <powerStates> 
     
    4444                                                <powerProfile> 
    4545                                                        <energyEstimationPlugin> 
    46                                                                 <name>test.article2.recs.plugins.energy.FanEnergyEstimationPlugin</name> 
     46                                                                <name>experiments.e2dc2013.recs.plugins.energy.FanEnergyEstimationPlugin</name> 
    4747                                                        </energyEstimationPlugin>                                
    4848                                                </powerProfile> 
     
    232232                        </computingResource> 
    233233                         
    234                         <computingResource class="ComputingNode" type="AMD_Fusion" count="6" name="AMDFusion"> 
     234                        <computingResource class="Node" type="AMD_Fusion" count="6" name="AMDFusion"> 
    235235                                <parameter name="category"> 
    236236                                        <value>AMD_Fusion</value> 
     
    239239                                        <powerProfile> 
    240240                                                <energyEstimationPlugin> 
    241                                                         <name>test.article2.recs.plugins.energy.AmdNodeEEP</name> 
     241                                                        <name>experiments.e2dc2013.recs.plugins.energy.AmdNodeEEP</name> 
    242242                                                </energyEstimationPlugin>        
    243243                                                <powerStates> 
     
    257257                                                <powerProfile> 
    258258                                                        <energyEstimationPlugin> 
    259                                                                 <name>test.article2.recs.plugins.energy.FanEnergyEstimationPlugin</name> 
     259                                                                <name>experiments.e2dc2013.recs.plugins.energy.FanEnergyEstimationPlugin</name> 
    260260                                                        </energyEstimationPlugin>                                
    261261                                                </powerProfile> 
     
    313313                        </computingResource> 
    314314 
    315                         <computingResource class="ComputingNode" type="Atom_D510" count="4" name="AtomD510"> 
     315                        <computingResource class="Node" type="Atom_D510" count="4" name="AtomD510"> 
    316316                                <parameter name="category"> 
    317317                                        <value>Atom_D510</value> 
     
    320320                                        <powerProfile> 
    321321                                                <energyEstimationPlugin> 
    322                                                         <name>test.article2.recs.plugins.energy.AtomD510NodeEEP</name> 
     322                                                        <name>experiments.e2dc2013.recs.plugins.energy.AtomD510NodeEEP</name> 
    323323                                                </energyEstimationPlugin>        
    324324                                                <powerStates> 
     
    338338                                                <powerProfile> 
    339339                                                        <energyEstimationPlugin> 
    340                                                                 <name>test.article2.recs.plugins.energy.FanEnergyEstimationPlugin</name> 
     340                                                                <name>experiments.e2dc2013.recs.plugins.energy.FanEnergyEstimationPlugin</name> 
    341341                                                        </energyEstimationPlugin>                                
    342342                                                </powerProfile> 
     
    464464                        <!-- Definition of scheduling plugin at cluster level --> 
    465465                        <schedulingPlugin> 
    466                                 <name>test.article2.recs.plugins.scheduling.RecsExclusivenessRandomSP</name> 
     466                                <name>experiments.e2dc2013.recs.plugins.scheduling.RecsExclusivenessRandomSP</name> 
    467467                        </schedulingPlugin>      
    468468                        <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/resourcesCoolEmAll_Intel.xml

    r1219 r1499  
    44         
    55        <timeEstimationPlugin> 
    6                 <name>test.article2.recs.plugins.timeestimation.RecsTimeEstimationPlugin</name> 
     6                <name>experiments.e2dc2013.recs.plugins.timeestimation.RecsTimeEstimationPlugin</name> 
    77        </timeEstimationPlugin> 
    88         
     
    1212                                <powerProfile> 
    1313                                        <energyEstimationPlugin> 
    14                                                 <name>test.article2.recs.plugins.energy.DataCenterEnergyEstimationPlugin</name> 
     14                                                <name>experiments.e2dc2013.recs.plugins.energy.DataCenterEnergyEstimationPlugin</name> 
    1515                                        </energyEstimationPlugin> 
    1616                                </powerProfile>  
     
    2121                        </resourceUnit> 
    2222                        <computingResource class="RECS" name="Recs1"> 
    23                                 <computingResource class="ComputingNode" type="Intel_i7" count="18" name="IntelI7"> 
     23                                <computingResource class="Node" type="Intel_i7" count="18" name="IntelI7"> 
    2424                                        <parameter name="category"> 
    2525                                                <value>Intel_i7</value> 
     
    2828                                                <powerProfile> 
    2929                                                        <energyEstimationPlugin> 
    30                                                                 <name>test.article2.recs.plugins.energy.IntelNodeEEP</name> 
     30                                                                <name>experiments.e2dc2013.recs.plugins.energy.IntelNodeEEP</name> 
    3131                                                        </energyEstimationPlugin>        
    3232                                                        <powerStates> 
     
    4646                                                        <powerProfile> 
    4747                                                                <energyEstimationPlugin> 
    48                                                                         <name>test.article2.recs.plugins.energy.FanEnergyEstimationPlugin</name> 
     48                                                                        <name>experiments.e2dc2013.recs.plugins.energy.FanEnergyEstimationPlugin</name> 
    4949                                                                </energyEstimationPlugin>                                
    5050                                                        </powerProfile> 
     
    7373                                                        <powerProfile> 
    7474                                                                <energyEstimationPlugin> 
    75                                                                         <name>test.article2.recs.plugins.energy.IntelCpuEEP</name> 
     75                                                                        <name>experiments.e2dc2013.recs.plugins.energy.IntelCpuEEP</name> 
    7676                                                                </energyEstimationPlugin>        
    7777                                                                  
     
    230230                        <!-- Definition of scheduling plugin at cluster level --> 
    231231                        <schedulingPlugin> 
    232                                 <name>test.article2.recs.plugins.scheduling.exp2.RecsLeft2RightSP</name> 
     232                                <name>experiments.e2dc2013.recs.plugins.scheduling.exp2.RecsLeft2RightSP</name> 
    233233                        </schedulingPlugin>      
    234234                        <!-- Reference to managed resources - cluster manages resources belonging to the defined data center --> 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/utils/AppType.java

    r826 r1499  
    1 package test.article2.recs.utils; 
     1package experiments.e2dc2013.recs.utils; 
    22 
    33public enum AppType { 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/utils/RecsProcessorPowerInterface.java

    r1420 r1499  
    1 package test.article2.recs.utils; 
     1package experiments.e2dc2013.recs.utils; 
    22 
    33import java.util.Map; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/recs/utils/TaskToApp.java

    r1200 r1499  
    1 package test.article2.recs.utils; 
     1package experiments.e2dc2013.recs.utils; 
    22 
    33import java.util.HashMap; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/workloadgen/RunWorkloadGenerator.java

    r826 r1499  
    1 package test.article2.workloadgen; 
     1package experiments.e2dc2013.workloadgen; 
    22 
    33import simulator.workload.generator.WorkloadGenerator; 
  • DCWoRMS/branches/coolemall/src/experiments/e2dc2013/workloadgen/generator.properties

    r826 r1499  
    1 resdesc=src/test/article2/workloadgen/resources.xml 
    2 createscenario.tasksdesc=src/test/article2/workloadgen/conf/WorkloadConfig50.xml 
    3 createscenario.outputfolder=src/test/article2/workloadgen/workload 
     1resdesc=src/experiments/e2dc2013/workloadgen/resources.xml 
     2createscenario.tasksdesc=src/experiments/e2dc2013/workloadgen/conf/WorkloadConfig50.xml 
     3createscenario.outputfolder=src/experiments/e2dc2013/workloadgen/workload 
    44createscenario.workloadfilename=workload.swf 
    55createscenario.overwrite_files=true 
Note: See TracChangeset for help on using the changeset viewer.