Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,44 @@ Dynamically adjusts CPU frequencies and GPU power based on power, electricity pr

All the functionality and code logic located in `src/hpc_eff` stem from https://gitlab.cesnet.cz/dexter/hpc_eff.

---
## ThrottlePoint use cases
* Driver: carbon intensity of electricity
* Primary GreenDIGITscenario
* Lowering carbon impact
* Driver: electricity cost or consumption profile
* Lowering operational costs
* Driver: datacenter temperature
* Optimize datacenter usage
* Continuity of services
* Driver: power-grid or local heating signals
* Lowering operational costs, carbon impact

<table>
<tr>
<td>
<a href="docs/images/ThrottlePoint-usecases-1.png">
<img src="docs/images/ThrottlePoint-usecases-1.png" alt="ThrottlePoint Use Case 1" width="200"/>
</a>
</td>
<td>
<a href="docs/images/ThrottlePoint-usecases-2.png">
<img src="docs/images/ThrottlePoint-usecases-2.png" alt="ThrottlePoint Use Case 2" width="200"/>
</a>
</td>
<td>
<a href="docs/images/ThrottlePoint-usecases-3.png">
<img src="docs/images/ThrottlePoint-usecases-3.png" alt="ThrottlePoint Use Case 3" width="200"/>
</a>
</td>
<td>
<a href="docs/images/ThrottlePoint-usecases-4.png">
<img src="docs/images/ThrottlePoint-usecases-4.png" alt="ThrottlePoint Use Case 4" width="200"/>
</a>
</td>
</tr>
</table>

---
## Overview

ThrottlePoint is designed to be run periodically (e.g., via `cron` every few minutes) under root.
Expand Down
Binary file added docs/images/ThrottlePoint-usecases-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ThrottlePoint-usecases-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ThrottlePoint-usecases-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ThrottlePoint-usecases-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading