diff --git a/docs/implementations/tdp-finder.md b/docs/implementations/tdp-finder.md new file mode 100644 index 000000000..35de97662 --- /dev/null +++ b/docs/implementations/tdp-finder.md @@ -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 +```