Skip to content

Commit ceb86db

Browse files
authored
Merge pull request #3 from micado-scale/dev
chore: catch-up main branch for development
2 parents ef3bce4 + 418ad95 commit ceb86db

File tree

64 files changed

+2738
-4379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2738
-4379
lines changed

data/constants.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
1+
action_lag: 1
12
advice_freeze_interval: 0
3+
auto_trainer: true
24
input_metrics:
3-
- name: PktIn
4-
- name: KBIn
55
- name: AVG_RR
6+
- name: SUM_RR
7+
- name: CPU
68
- name: Inter
79
- name: CTXSW
10+
- name: KBIn
11+
- name: PktIn
812
- name: KBOut
9-
- name: CPU
10-
- name: SUM_RR
1113
- name: PktOut
1214
knowledge_base: use_existing
13-
max_downscale_delta: 6
14-
max_upscale_delta: 6
15+
max_downscale_delta: 4
16+
max_upscale_delta: 5
1517
max_vm_number: 10
1618
min_vm_number: 1
1719
nn_stop_error_rate: 10.0
1820
target_metrics:
19-
- max_threshold: 12000
20-
min_threshold: 6000
21+
- max_threshold: 4000000
22+
min_threshold: 1000000
2123
name: AVG_LAT_05
22-
training_samples_required: 4000
24+
training_samples_required: 300

data/nn_training_data.csv

Lines changed: 315 additions & 4322 deletions
Large diffs are not rendered by default.
-40.2 KB
Loading
-150 KB
Loading
-15.5 KB
Loading
-14 KB
Loading
-900 Bytes
Loading
-11.5 KB
Loading
-17.2 KB
Loading
-19.7 KB
Loading

0 commit comments

Comments
 (0)