Skip to content

Commit

Permalink
Merge pull request #138 from sunya-ch/main
Browse files Browse the repository at this point in the history
update model training - node profile page
  • Loading branch information
rootfs authored Mar 13, 2024
2 parents de62864 + 631c719 commit bc8af65
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/kepler_model_server/node_profile.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Node Profile

To form a group of machines (nodes), the idea is to run a benchmark suite towards a bunch of machines, collect performance reported by the benchmarks, and apply clustering algorithm such as *kmeans*.
We form a group of machines (nodes) called [node type](./pipeline.md#node-spec) based on processor model, the number of cores, the number of chips, memory size, and maximum CPU frequency. When collecting the data from the bare metal machine, these attributes are automatically extracted and kept as a machine spec in json format.

For each group of [node type](./pipeline.md#node-spec), we make a profile composing of background power when the resource usage is almost constant without user workload, minimum, maximum power for each power components (e.g., core, uncore, dram, package, platform), and normalization scaler (i.e., MinMaxScaler), standardization scaler (i.e., StandardScaler) for each [feature group](./pipeline.md#available-metrics).

Check the profiling tool [here](https://raw.githubusercontent.com/sustainable-computing-io/kepler-model-server/main/src/profile).
A power model will be built per node type. For each group of node type, we make a profile composing of background power when the resource usage is almost constant without user workload, minimum, maximum power for each power components (e.g., core, uncore, dram, package, platform), and normalization scaler (i.e., MinMaxScaler), standardization scaler (i.e., StandardScaler) for each [feature group](./pipeline.md#available-metrics).

0 comments on commit bc8af65

Please sign in to comment.