From 5fa31ecef24570b8e12fe487eb2e80df8af85e20 Mon Sep 17 00:00:00 2001 From: Dimitrios Stamatios Bouras <75038393+jimbou@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:35:58 +0100 Subject: [PATCH] Update README.md --- .../src/lib/right-sizing/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Code/if-optimisation-models/src/lib/right-sizing/README.md b/Code/if-optimisation-models/src/lib/right-sizing/README.md index a52ecd46..e5fbb260 100644 --- a/Code/if-optimisation-models/src/lib/right-sizing/README.md +++ b/Code/if-optimisation-models/src/lib/right-sizing/README.md @@ -188,6 +188,16 @@ graph: price-change: Price decreased by 98% output-id: 2f37753f-5152-42af-8470-49f258b0cfed ``` +## Running the examples +To run the examples in the example folder use the command : +```bash +./run.sh +./run.sh low-util-aws #example run +``` +## Available examples +- low-util-aws: a simple right sizing demo with 2 aws instances +- low-util-azure: a simple right sizing demo with 1 azure instance +- low-util-target: a simple right sizing demo with 1 azure instance and target cpu util < 100 ## Contributing