Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
gpucloudsim
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LPDS
gpucloudsim
Commits
4bffa958
Commit
4bffa958
authored
Oct 28, 2012
by
Anton Beloglazov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the reference to the CCPE paper
parent
d99cf1f1
Show whitespace changes
Inline
Side-by-side
Showing
87 changed files
with
174 additions
and
174 deletions
+174
-174
Constants.java
.../java/org/cloudbus/cloudsim/examples/power/Constants.java
+2
-2
Helper.java
...ain/java/org/cloudbus/cloudsim/examples/power/Helper.java
+2
-2
RunnerAbstract.java
.../org/cloudbus/cloudsim/examples/power/RunnerAbstract.java
+2
-2
Dvfs.java
.../org/cloudbus/cloudsim/examples/power/planetlab/Dvfs.java
+2
-2
IqrMc.java
...org/cloudbus/cloudsim/examples/power/planetlab/IqrMc.java
+2
-2
IqrMmt.java
...rg/cloudbus/cloudsim/examples/power/planetlab/IqrMmt.java
+2
-2
IqrMu.java
...org/cloudbus/cloudsim/examples/power/planetlab/IqrMu.java
+2
-2
IqrRs.java
...org/cloudbus/cloudsim/examples/power/planetlab/IqrRs.java
+2
-2
LrMc.java
.../org/cloudbus/cloudsim/examples/power/planetlab/LrMc.java
+2
-2
LrMmt.java
...org/cloudbus/cloudsim/examples/power/planetlab/LrMmt.java
+2
-2
LrMu.java
.../org/cloudbus/cloudsim/examples/power/planetlab/LrMu.java
+2
-2
LrRs.java
.../org/cloudbus/cloudsim/examples/power/planetlab/LrRs.java
+2
-2
LrrMc.java
...org/cloudbus/cloudsim/examples/power/planetlab/LrrMc.java
+2
-2
LrrMmt.java
...rg/cloudbus/cloudsim/examples/power/planetlab/LrrMmt.java
+2
-2
LrrMu.java
...org/cloudbus/cloudsim/examples/power/planetlab/LrrMu.java
+2
-2
LrrRs.java
...org/cloudbus/cloudsim/examples/power/planetlab/LrrRs.java
+2
-2
MadMc.java
...org/cloudbus/cloudsim/examples/power/planetlab/MadMc.java
+2
-2
MadMmt.java
...rg/cloudbus/cloudsim/examples/power/planetlab/MadMmt.java
+2
-2
MadMu.java
...org/cloudbus/cloudsim/examples/power/planetlab/MadMu.java
+2
-2
MadRs.java
...org/cloudbus/cloudsim/examples/power/planetlab/MadRs.java
+2
-2
NonPowerAware.java
...dbus/cloudsim/examples/power/planetlab/NonPowerAware.java
+2
-2
PlanetLabConstants.java
...cloudsim/examples/power/planetlab/PlanetLabConstants.java
+2
-2
PlanetLabHelper.java
...us/cloudsim/examples/power/planetlab/PlanetLabHelper.java
+2
-2
PlanetLabRunner.java
...us/cloudsim/examples/power/planetlab/PlanetLabRunner.java
+2
-2
PlanetLabRunnerConsole.java
...dsim/examples/power/planetlab/PlanetLabRunnerConsole.java
+2
-2
ThrMc.java
...org/cloudbus/cloudsim/examples/power/planetlab/ThrMc.java
+2
-2
ThrMmt.java
...rg/cloudbus/cloudsim/examples/power/planetlab/ThrMmt.java
+2
-2
ThrMu.java
...org/cloudbus/cloudsim/examples/power/planetlab/ThrMu.java
+2
-2
ThrRs.java
...org/cloudbus/cloudsim/examples/power/planetlab/ThrRs.java
+2
-2
Dvfs.java
...ava/org/cloudbus/cloudsim/examples/power/random/Dvfs.java
+2
-2
IqrMc.java
...va/org/cloudbus/cloudsim/examples/power/random/IqrMc.java
+2
-2
IqrMmt.java
...a/org/cloudbus/cloudsim/examples/power/random/IqrMmt.java
+2
-2
IqrMu.java
...va/org/cloudbus/cloudsim/examples/power/random/IqrMu.java
+2
-2
IqrRs.java
...va/org/cloudbus/cloudsim/examples/power/random/IqrRs.java
+2
-2
LrMc.java
...ava/org/cloudbus/cloudsim/examples/power/random/LrMc.java
+2
-2
LrMmt.java
...va/org/cloudbus/cloudsim/examples/power/random/LrMmt.java
+2
-2
LrMu.java
...ava/org/cloudbus/cloudsim/examples/power/random/LrMu.java
+2
-2
LrRs.java
...ava/org/cloudbus/cloudsim/examples/power/random/LrRs.java
+2
-2
LrrMc.java
...va/org/cloudbus/cloudsim/examples/power/random/LrrMc.java
+2
-2
LrrMmt.java
...a/org/cloudbus/cloudsim/examples/power/random/LrrMmt.java
+2
-2
LrrMu.java
...va/org/cloudbus/cloudsim/examples/power/random/LrrMu.java
+2
-2
LrrRs.java
...va/org/cloudbus/cloudsim/examples/power/random/LrrRs.java
+2
-2
MadMc.java
...va/org/cloudbus/cloudsim/examples/power/random/MadMc.java
+2
-2
MadMmt.java
...a/org/cloudbus/cloudsim/examples/power/random/MadMmt.java
+2
-2
MadMu.java
...va/org/cloudbus/cloudsim/examples/power/random/MadMu.java
+2
-2
MadRs.java
...va/org/cloudbus/cloudsim/examples/power/random/MadRs.java
+2
-2
NonPowerAware.java
...loudbus/cloudsim/examples/power/random/NonPowerAware.java
+2
-2
RandomConstants.java
...udbus/cloudsim/examples/power/random/RandomConstants.java
+2
-2
RandomHelper.java
...cloudbus/cloudsim/examples/power/random/RandomHelper.java
+2
-2
RandomRunner.java
...cloudbus/cloudsim/examples/power/random/RandomRunner.java
+2
-2
ThrMc.java
...va/org/cloudbus/cloudsim/examples/power/random/ThrMc.java
+2
-2
ThrMmt.java
...a/org/cloudbus/cloudsim/examples/power/random/ThrMmt.java
+2
-2
ThrMu.java
...va/org/cloudbus/cloudsim/examples/power/random/ThrMu.java
+2
-2
ThrRs.java
...va/org/cloudbus/cloudsim/examples/power/random/ThrRs.java
+2
-2
PowerDatacenter.java
...ain/java/org/cloudbus/cloudsim/power/PowerDatacenter.java
+2
-2
PowerDatacenterBroker.java
...va/org/cloudbus/cloudsim/power/PowerDatacenterBroker.java
+2
-2
PowerDatacenterNonPowerAware.java
...cloudbus/cloudsim/power/PowerDatacenterNonPowerAware.java
+2
-2
PowerHost.java
.../src/main/java/org/cloudbus/cloudsim/power/PowerHost.java
+2
-2
PowerHostUtilizationHistory.java
.../cloudbus/cloudsim/power/PowerHostUtilizationHistory.java
+2
-2
PowerVm.java
...im/src/main/java/org/cloudbus/cloudsim/power/PowerVm.java
+2
-2
PowerVmAllocationPolicyAbstract.java
...udbus/cloudsim/power/PowerVmAllocationPolicyAbstract.java
+2
-2
PowerVmAllocationPolicyMigrationAbstract.java
...udsim/power/PowerVmAllocationPolicyMigrationAbstract.java
+2
-2
PowerVmAllocationPolicyMigrationInterQuartileRange.java
...r/PowerVmAllocationPolicyMigrationInterQuartileRange.java
+2
-2
PowerVmAllocationPolicyMigrationLocalRegression.java
...ower/PowerVmAllocationPolicyMigrationLocalRegression.java
+2
-2
PowerVmAllocationPolicyMigrationLocalRegressionRobust.java
...owerVmAllocationPolicyMigrationLocalRegressionRobust.java
+2
-2
PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation.java
...erVmAllocationPolicyMigrationMedianAbsoluteDeviation.java
+2
-2
PowerVmAllocationPolicyMigrationStaticThreshold.java
...ower/PowerVmAllocationPolicyMigrationStaticThreshold.java
+2
-2
PowerVmAllocationPolicySimple.java
...loudbus/cloudsim/power/PowerVmAllocationPolicySimple.java
+2
-2
PowerVmSelectionPolicy.java
...a/org/cloudbus/cloudsim/power/PowerVmSelectionPolicy.java
+2
-2
PowerVmSelectionPolicyMaximumCorrelation.java
...udsim/power/PowerVmSelectionPolicyMaximumCorrelation.java
+2
-2
PowerVmSelectionPolicyMinimumMigrationTime.java
...sim/power/PowerVmSelectionPolicyMinimumMigrationTime.java
+2
-2
PowerVmSelectionPolicyMinimumUtilization.java
...udsim/power/PowerVmSelectionPolicyMinimumUtilization.java
+2
-2
PowerVmSelectionPolicyRandomSelection.java
...cloudsim/power/PowerVmSelectionPolicyRandomSelection.java
+2
-2
PowerVmList.java
...n/java/org/cloudbus/cloudsim/power/lists/PowerVmList.java
+2
-2
PowerModel.java
...n/java/org/cloudbus/cloudsim/power/models/PowerModel.java
+2
-2
PowerModelCubic.java
...a/org/cloudbus/cloudsim/power/models/PowerModelCubic.java
+2
-2
PowerModelLinear.java
.../org/cloudbus/cloudsim/power/models/PowerModelLinear.java
+2
-2
PowerModelSpecPower.java
...g/cloudbus/cloudsim/power/models/PowerModelSpecPower.java
+2
-2
PowerModelSpecPowerHpProLiantMl110G3PentiumD930.java
...dels/PowerModelSpecPowerHpProLiantMl110G3PentiumD930.java
+2
-2
PowerModelSpecPowerHpProLiantMl110G4Xeon3040.java
.../models/PowerModelSpecPowerHpProLiantMl110G4Xeon3040.java
+2
-2
PowerModelSpecPowerHpProLiantMl110G5Xeon3075.java
.../models/PowerModelSpecPowerHpProLiantMl110G5Xeon3075.java
+2
-2
PowerModelSpecPowerIbmX3250XeonX3470.java
...im/power/models/PowerModelSpecPowerIbmX3250XeonX3470.java
+2
-2
PowerModelSpecPowerIbmX3250XeonX3480.java
...im/power/models/PowerModelSpecPowerIbmX3250XeonX3480.java
+2
-2
PowerModelSpecPowerIbmX3550XeonX5670.java
...im/power/models/PowerModelSpecPowerIbmX3550XeonX5670.java
+2
-2
PowerModelSpecPowerIbmX3550XeonX5675.java
...im/power/models/PowerModelSpecPowerIbmX3550XeonX5675.java
+2
-2
PowerModelSqrt.java
...va/org/cloudbus/cloudsim/power/models/PowerModelSqrt.java
+2
-2
PowerModelSquare.java
.../org/cloudbus/cloudsim/power/models/PowerModelSquare.java
+2
-2
No files found.
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/Constants.java
View file @
4bffa958
...
@@ -10,8 +10,8 @@ import org.cloudbus.cloudsim.power.models.PowerModelSpecPowerHpProLiantMl110G5Xe
...
@@ -10,8 +10,8 @@ import org.cloudbus.cloudsim.power.models.PowerModelSpecPowerHpProLiantMl110G5Xe
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov - IBM R&D Australia
* @author Anton Beloglazov - IBM R&D Australia
* @since Jan 6, 2012
* @since Jan 6, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/Helper.java
View file @
4bffa958
...
@@ -46,8 +46,8 @@ import org.cloudbus.cloudsim.util.MathUtil;
...
@@ -46,8 +46,8 @@ import org.cloudbus.cloudsim.util.MathUtil;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
*/
*/
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/RunnerAbstract.java
View file @
4bffa958
...
@@ -35,8 +35,8 @@ import org.cloudbus.cloudsim.power.PowerVmSelectionPolicyRandomSelection;
...
@@ -35,8 +35,8 @@ import org.cloudbus.cloudsim.power.PowerVmSelectionPolicyRandomSelection;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
*/
*/
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/Dvfs.java
View file @
4bffa958
...
@@ -16,8 +16,8 @@ import java.io.IOException;
...
@@ -16,8 +16,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/IqrMc.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/IqrMmt.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/IqrMu.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/IqrRs.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/LrMc.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/LrMmt.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/LrMu.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/LrRs.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/LrrMc.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/LrrMmt.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/LrrMu.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/LrrRs.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/MadMc.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/MadMmt.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/MadMu.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/MadRs.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/NonPowerAware.java
View file @
4bffa958
...
@@ -28,8 +28,8 @@ import org.cloudbus.cloudsim.power.PowerVmAllocationPolicySimple;
...
@@ -28,8 +28,8 @@ import org.cloudbus.cloudsim.power.PowerVmAllocationPolicySimple;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/PlanetLabConstants.java
View file @
4bffa958
...
@@ -6,8 +6,8 @@ package org.cloudbus.cloudsim.examples.power.planetlab;
...
@@ -6,8 +6,8 @@ package org.cloudbus.cloudsim.examples.power.planetlab;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/PlanetLabHelper.java
View file @
4bffa958
...
@@ -19,8 +19,8 @@ import org.cloudbus.cloudsim.examples.power.Constants;
...
@@ -19,8 +19,8 @@ import org.cloudbus.cloudsim.examples.power.Constants;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/PlanetLabRunner.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import org.cloudbus.cloudsim.examples.power.RunnerAbstract;
...
@@ -15,8 +15,8 @@ import org.cloudbus.cloudsim.examples.power.RunnerAbstract;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/PlanetLabRunnerConsole.java
View file @
4bffa958
...
@@ -11,8 +11,8 @@ import java.io.IOException;
...
@@ -11,8 +11,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/ThrMc.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/ThrMmt.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/ThrMu.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/planetlab/ThrRs.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import java.io.IOException;
...
@@ -15,8 +15,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/Dvfs.java
View file @
4bffa958
...
@@ -14,8 +14,8 @@ import java.io.IOException;
...
@@ -14,8 +14,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/IqrMc.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/IqrMmt.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/IqrMu.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/IqrRs.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/LrMc.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/LrMmt.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/LrMu.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/LrRs.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/LrrMc.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/LrrMmt.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/LrrMu.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/LrrRs.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/MadMc.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/MadMmt.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/MadMu.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/MadRs.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/NonPowerAware.java
View file @
4bffa958
...
@@ -26,8 +26,8 @@ import org.cloudbus.cloudsim.power.PowerVmAllocationPolicySimple;
...
@@ -26,8 +26,8 @@ import org.cloudbus.cloudsim.power.PowerVmAllocationPolicySimple;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/RandomConstants.java
View file @
4bffa958
...
@@ -6,8 +6,8 @@ package org.cloudbus.cloudsim.examples.power.random;
...
@@ -6,8 +6,8 @@ package org.cloudbus.cloudsim.examples.power.random;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/RandomHelper.java
View file @
4bffa958
...
@@ -20,8 +20,8 @@ import org.cloudbus.cloudsim.examples.power.Constants;
...
@@ -20,8 +20,8 @@ import org.cloudbus.cloudsim.examples.power.Constants;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/RandomRunner.java
View file @
4bffa958
...
@@ -15,8 +15,8 @@ import org.cloudbus.cloudsim.examples.power.RunnerAbstract;
...
@@ -15,8 +15,8 @@ import org.cloudbus.cloudsim.examples.power.RunnerAbstract;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/ThrMc.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/ThrMmt.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/ThrMu.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/power/random/ThrRs.java
View file @
4bffa958
...
@@ -13,8 +13,8 @@ import java.io.IOException;
...
@@ -13,8 +13,8 @@ import java.io.IOException;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since Jan 5, 2012
* @since Jan 5, 2012
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerDatacenter.java
View file @
4bffa958
...
@@ -30,8 +30,8 @@ import org.cloudbus.cloudsim.core.predicates.PredicateType;
...
@@ -30,8 +30,8 @@ import org.cloudbus.cloudsim.core.predicates.PredicateType;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 2.0
* @since CloudSim Toolkit 2.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerDatacenterBroker.java
View file @
4bffa958
...
@@ -21,8 +21,8 @@ import org.cloudbus.cloudsim.core.SimEvent;
...
@@ -21,8 +21,8 @@ import org.cloudbus.cloudsim.core.SimEvent;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 2.0
* @since CloudSim Toolkit 2.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerDatacenterNonPowerAware.java
View file @
4bffa958
...
@@ -29,8 +29,8 @@ import org.cloudbus.cloudsim.core.predicates.PredicateType;
...
@@ -29,8 +29,8 @@ import org.cloudbus.cloudsim.core.predicates.PredicateType;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 2.0
* @since CloudSim Toolkit 2.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerHost.java
View file @
4bffa958
...
@@ -25,8 +25,8 @@ import org.cloudbus.cloudsim.provisioners.RamProvisioner;
...
@@ -25,8 +25,8 @@ import org.cloudbus.cloudsim.provisioners.RamProvisioner;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 2.0
* @since CloudSim Toolkit 2.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerHostUtilizationHistory.java
View file @
4bffa958
...
@@ -26,8 +26,8 @@ import org.cloudbus.cloudsim.util.MathUtil;
...
@@ -26,8 +26,8 @@ import org.cloudbus.cloudsim.util.MathUtil;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 2.0
* @since CloudSim Toolkit 2.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVm.java
View file @
4bffa958
...
@@ -27,8 +27,8 @@ import flanagan.analysis.Stat;
...
@@ -27,8 +27,8 @@ import flanagan.analysis.Stat;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 2.0
* @since CloudSim Toolkit 2.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmAllocationPolicyAbstract.java
View file @
4bffa958
...
@@ -26,8 +26,8 @@ import org.cloudbus.cloudsim.core.CloudSim;
...
@@ -26,8 +26,8 @@ import org.cloudbus.cloudsim.core.CloudSim;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmAllocationPolicyMigrationAbstract.java
View file @
4bffa958
...
@@ -33,8 +33,8 @@ import org.cloudbus.cloudsim.util.ExecutionTimeMeasurer;
...
@@ -33,8 +33,8 @@ import org.cloudbus.cloudsim.util.ExecutionTimeMeasurer;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmAllocationPolicyMigrationInterQuartileRange.java
View file @
4bffa958
...
@@ -23,8 +23,8 @@ import org.cloudbus.cloudsim.util.MathUtil;
...
@@ -23,8 +23,8 @@ import org.cloudbus.cloudsim.util.MathUtil;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmAllocationPolicyMigrationLocalRegression.java
View file @
4bffa958
...
@@ -22,8 +22,8 @@ import org.cloudbus.cloudsim.util.MathUtil;
...
@@ -22,8 +22,8 @@ import org.cloudbus.cloudsim.util.MathUtil;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmAllocationPolicyMigrationLocalRegressionRobust.java
View file @
4bffa958
...
@@ -21,8 +21,8 @@ import org.cloudbus.cloudsim.util.MathUtil;
...
@@ -21,8 +21,8 @@ import org.cloudbus.cloudsim.util.MathUtil;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation.java
View file @
4bffa958
...
@@ -23,8 +23,8 @@ import org.cloudbus.cloudsim.util.MathUtil;
...
@@ -23,8 +23,8 @@ import org.cloudbus.cloudsim.util.MathUtil;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmAllocationPolicyMigrationStaticThreshold.java
View file @
4bffa958
...
@@ -21,8 +21,8 @@ import org.cloudbus.cloudsim.Vm;
...
@@ -21,8 +21,8 @@ import org.cloudbus.cloudsim.Vm;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmAllocationPolicySimple.java
View file @
4bffa958
...
@@ -23,8 +23,8 @@ import org.cloudbus.cloudsim.Vm;
...
@@ -23,8 +23,8 @@ import org.cloudbus.cloudsim.Vm;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmSelectionPolicy.java
View file @
4bffa958
...
@@ -21,8 +21,8 @@ import org.cloudbus.cloudsim.Vm;
...
@@ -21,8 +21,8 @@ import org.cloudbus.cloudsim.Vm;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmSelectionPolicyMaximumCorrelation.java
View file @
4bffa958
...
@@ -23,8 +23,8 @@ import flanagan.analysis.Regression;
...
@@ -23,8 +23,8 @@ import flanagan.analysis.Regression;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmSelectionPolicyMinimumMigrationTime.java
View file @
4bffa958
...
@@ -20,8 +20,8 @@ import org.cloudbus.cloudsim.Vm;
...
@@ -20,8 +20,8 @@ import org.cloudbus.cloudsim.Vm;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmSelectionPolicyMinimumUtilization.java
View file @
4bffa958
...
@@ -21,8 +21,8 @@ import org.cloudbus.cloudsim.core.CloudSim;
...
@@ -21,8 +21,8 @@ import org.cloudbus.cloudsim.core.CloudSim;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/PowerVmSelectionPolicyRandomSelection.java
View file @
4bffa958
...
@@ -21,8 +21,8 @@ import org.cloudbus.cloudsim.Vm;
...
@@ -21,8 +21,8 @@ import org.cloudbus.cloudsim.Vm;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/lists/PowerVmList.java
View file @
4bffa958
...
@@ -24,8 +24,8 @@ import org.cloudbus.cloudsim.lists.VmList;
...
@@ -24,8 +24,8 @@ import org.cloudbus.cloudsim.lists.VmList;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
*
*
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModel.java
View file @
4bffa958
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
*
*
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModelCubic.java
View file @
4bffa958
...
@@ -16,8 +16,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -16,8 +16,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
*
*
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModelLinear.java
View file @
4bffa958
...
@@ -16,8 +16,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -16,8 +16,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
*
*
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModelSpecPower.java
View file @
4bffa958
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModelSpecPowerHpProLiantMl110G3PentiumD930.java
View file @
4bffa958
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModelSpecPowerHpProLiantMl110G4Xeon3040.java
View file @
4bffa958
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModelSpecPowerHpProLiantMl110G5Xeon3075.java
View file @
4bffa958
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModelSpecPowerIbmX3250XeonX3470.java
View file @
4bffa958
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModelSpecPowerIbmX3250XeonX3480.java
View file @
4bffa958
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModelSpecPowerIbmX3550XeonX5670.java
View file @
4bffa958
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModelSpecPowerIbmX3550XeonX5675.java
View file @
4bffa958
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -17,8 +17,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 3.0
* @since CloudSim Toolkit 3.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModelSqrt.java
View file @
4bffa958
...
@@ -16,8 +16,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -16,8 +16,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 2.0
* @since CloudSim Toolkit 2.0
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/power/models/PowerModelSquare.java
View file @
4bffa958
...
@@ -16,8 +16,8 @@ package org.cloudbus.cloudsim.power.models;
...
@@ -16,8 +16,8 @@ package org.cloudbus.cloudsim.power.models;
*
*
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
, ISSN: 1532-0626, Wiley
* Cloud Data Centers", Concurrency and Computation: Practice and Experience
(CCPE), Volume 24,
*
Press, New York, USA, 2011, DOI: 10.1002/cpe.1867
*
Issue 13, Pages: 1397-1420, John Wiley & Sons, Ltd, New York, USA, 2012
*
*
* @author Anton Beloglazov
* @author Anton Beloglazov
* @since CloudSim Toolkit 2.0
* @since CloudSim Toolkit 2.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment