Skip to content

Commit

Permalink
Adding documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
  • Loading branch information
gnanakeethan committed Oct 10, 2023
1 parent becdf8d commit 0a34782
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/implementations/tdp-finder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# TDP Finder Model

## Scope

The TDP Finder model enables finding the TDP of a known processor in the mode. The TDP is then used by other models to calculate the e-cpu value.

## Implementation

IEF implements the plugin based on the logic described above.

## Usage with IMPL
* Model Name: `tdp-finder`
```yaml
observations:
- physical-processor: Intel Xeon Platinum 8175M
```

0 comments on commit 0a34782

Please sign in to comment.