Added missing getGpuCntRequest() methodsGpu count request could be defined in task description xml (extension to swf file).
It works the same way as request for cpu count.
Added possibility to set delay when migrating a taskTask will be paused instantly and resumed after specified delay.
If delay is not specified it is set to 0.
Periodic execution of pluginsAdded <frequency> element in every plugin (except of TimeEstimationPlugin and MetricsCalculatorPlugin) which defines every what period of time the plugin will be executed.
Added BasePlugin class.
Changed single TIMER event to separate events like TIMER_AIRFLOW etc.
Removed PluginConfiguration classes.
Removed unused powerFloorLevel from EnergyEstimationPlugin.
Fixed unnecessary boxing and unbo...
Separated AirflowExtension and ThermalExtension from EnergyExtensionCreated AirflowExtension.
Created ThermalExtension.
Fixed corresponding events and stats.
Refactored packages.
Added cooling devices classesCreated classes for FlowPump, Crah, Chiller and DryCooler.
Added dedicated methods for extracting parameters.
Updated energy example (simplified schema) with new classes and methods.
Updated energy example results.
CostProfile updateAdded support for cost calendar events.
Event COST_CHANGED will execute cost estimation plugins and scheduling plugins.
CostProfile will not be created if not specified in schema.
Added total cost calculation in statistics.
Added example of CostProfile usage to calculate cost in time for data center.
Minor fixes (tests)Changed default ConfigurationOptions.singleSimulation to true. (For prepare directory valid behavior.)
Creates JFileChooser only when it does not exist. (For valid mock valid behavior.)
Set ConfigurationOptions.currentSimulationNumber to 1 in prepareDirectory tests.
Moved test_read_correct_folder_paths.properties to avoid its deletion.
Fixed catching all exceptions in plugnisEnergyEstimationPlugin
AirflowEstimationPlugin
TemperatureEstimationPlugin
Added missing AccessControllException to Load and Cost estimation plugins.
Minor fixesRemoved unnecessary JFileChooser creation.
Removed creation of configuration.txt file.
Fixed comments and javadoc in DataCenterWorkloadSimuator.java.
Removed unwanted elements from EnvironmentCondition classRemoved - pressureDrop, airflowVolume and alpha.
Fixed corresponding plugins and resource descriptions.
Working on simplified schema exampleFixed simplified schema xslt (order of elements inside device).
Added new types to StandardResourceType.
Added new types to AirflowInterfaceFactory.
Copied plugins from e2dc2014 experiment.
Fixed e2dc2014 experiment (recent schema and options changes).
Simplified resource schemaAdded simplified resource schema (working version).
Added xslt for translation from simplified schema to regular one (working version).
EnvironmentConditions in resource schemaReplaced coolingModel element (inside resources) with environmentCoditions element (inside environment).
Removed CoolingData class from ConfigurationOptions.
Added static EnvironmentConditions class.
The change was introduced to improve clearness and facilitate further work.
ConfigurationOptions changes and fixes #2Separated resource occupancy chart creation flag from resource utilization.
Fixed appProfilesFolder flag usage - it has to be provided when using application profiles. It stores path to profiles folder. Profiles declaration in workload file should provide only name instead of path.
Moved WorkloadGenerator to separate projectGenerator moved to: https://git.man.poznan.pl/stash/scm/worms/workloadutils.git
After finishing and testing there is need to add generator as a jar and fix "ADD NEW GENERATOR" TODOs.
ConfigurationOptions changes and fixesChanged ConfigurationOptions class to static.
Removed simulationIdentifier from files names when running single simulation.
prepareDirectory() removes all files instead of Stats_ and Charts_ only.
Simulation with calendar and without workloadAllowed simulator to run without defining workload file, based on calendar events only.
Removed node resource utilization (mean) log after task start and finish.
Removed WeekDay from Calendar. (It was unused.)