-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Usage | ||
Move to the Code dir | ||
```bash | ||
cd ../Code | ||
``` | ||
Run one of the examples in the example folder | ||
```bash | ||
./run.sh <example without the suffix> | ||
./run.sh new_carbon1 #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 | ||
- new_carbon1: a simple carbon advisor demo with 2 timeframes, 2 locations and no sampling | ||
- new_carbon2: a carbon advisor demo with 3 timeframes, 3 locations and sampling = 10 | ||
- new_carbon3: the same as new_carbon2 but with no sampling | ||
- new_carbon4: the same as new_Carbon2 but with the plotter model later in pipeline to created a graph of sampled combos | ||
- new_visualizer1: a simple plotter demo, creating a graph of points provided in the Impl file | ||
- new_vizualizer2: a plotter demo plotting data found in the helper2.csv in the csv folder | ||
- new_visualizer3: plotting the data produced by the carbon advisor earlier in the pipeline |