diff options
| author | Hongyu <39747921+HongyuHe@users.noreply.github.com> | 2021-03-06 19:36:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-06 19:36:46 +0100 |
| commit | 2977dd8a5f1d742193eae79364a284e68269f7b5 (patch) | |
| tree | 3fb378be396d728d30b2769a4610c652cfb71507 /simulator/input | |
| parent | d72ac4b1df32dd5e6bd3faa4fa528dbf8a03f6f1 (diff) | |
sim: Implement energy models from CloudSim (#79)
This commit implements the energy models that are present in CloudSim:
1. Constant
2. Linear
3. Cubic
4. Square root
5. Interpolation based on data.
Diffstat (limited to 'simulator/input')
| -rw-r--r-- | simulator/input/environments/base.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/simulator/input/environments/base.txt b/simulator/input/environments/base.txt new file mode 100644 index 00000000..3c5092af --- /dev/null +++ b/simulator/input/environments/base.txt @@ -0,0 +1,4 @@ +ClusterID;ClusterName;Cores;Speed;Memory;numberOfHosts;memoryCapacityPerHost;coreCountPerHost +A01;A01;32;3.2;2048;1;256;32 +B01;B01;48;2.93;1256;6;64;8 +C01;C01;32;3.2;2048;2;128;16 |
