Skip to content
Snippets Groups Projects
Commit a7018682 authored by Michael Loukeris's avatar Michael Loukeris
Browse files

docs: Added docs for energyEfficiency and flopsPerSec

parent 3f3d1a1e
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,26 @@ Kubernetes Type: **Annotation**
Implementation: See :ref:`interface_name_and_type`
energyEfficiency
~~~~~~~~~~~~~~~~~
Description: The *energyCost* attribute refers to how energy efficient are the computantions done by the node.
Kubernetes Type: **Annotation**
Implementation: See :ref:`energy_efficiency_annotation`
flopsPerSec
~~~~~~~~~~~~~~~
Description: he *flops_per_sec* attribute represents the computational performance of the node.
**Kubernetes type**: *Annotation*
Implementation: See :ref:`flops_per_sec`
name
~~~~~~~~~~~~~~~~~~~~
......@@ -242,6 +262,16 @@ Kubernetes Type: **Field**
Implementation: From Kubernetes v1.33 in node_v1_core_
capacity
~~~~~~~~~
Description: This attribute entails the nodes computing resources. The cpu cores, emphemeral storage and the memory of the node.
Kubernetes Type: **Field**
Implementation: From Kubernetes v1.33 in node_v1_core_
trustScore
~~~~~~~~~~~~~~
......@@ -271,14 +301,6 @@ Kubernetes Type: **Label**
Implementation: To be done in the next version of HyperTool.
capacity
~~~~~~~~~
Description: This attribute entails the nodes computing resources. The cpu cores, emphemeral storage and the memory of the node.
Kubernetes Type: **Field**
Implementation: It is available in the Node Object's status.capacity.
TPU / capacity TPU
......@@ -301,15 +323,6 @@ Kubernetes Type: **Label**
Implementation: To be done in the next version of HyperTool.
energyCost
~~~~~~~~~~~~~~~
Description: The *energyCost* attribute refers to how energy efficient are the computantions done by the node.
Kubernetes Type: **Label**
Implementation: To be done in the next version of HyperTool.
bandwidth
~~~~~~~~~~~
......
......@@ -165,6 +165,10 @@ If the node's CPU or memory specifications are not available, the function retur
- ``hyperai.eu/node-monetary-cost-category: "unknown"``
.. _energy_efficiency_annotation:
energy_efficiency_annotation
-----------------------------
......@@ -248,6 +252,9 @@ If the TDP cannot be inferred from both the static dataset and the regression mo
This typically occurs when the CPU model cannot be parsed or `lscpu` fails to return required features.
Logs are recorded for such failures with `logging.error`.
.. _flops_per_sec:
flops_per_sec
-----------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment