diff --git a/README.md b/README.md index c9d8586..96629ac 100644 --- a/README.md +++ b/README.md @@ -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 + + + + + + + + +
+ + ThrottlePoint Use Case 1 + + + + ThrottlePoint Use Case 2 + + + + ThrottlePoint Use Case 3 + + + + ThrottlePoint Use Case 4 + +
+--- ## Overview ThrottlePoint is designed to be run periodically (e.g., via `cron` every few minutes) under root. diff --git a/docs/images/ThrottlePoint-usecases-1.png b/docs/images/ThrottlePoint-usecases-1.png new file mode 100644 index 0000000..add9e14 Binary files /dev/null and b/docs/images/ThrottlePoint-usecases-1.png differ diff --git a/docs/images/ThrottlePoint-usecases-2.png b/docs/images/ThrottlePoint-usecases-2.png new file mode 100644 index 0000000..c2933b6 Binary files /dev/null and b/docs/images/ThrottlePoint-usecases-2.png differ diff --git a/docs/images/ThrottlePoint-usecases-3.png b/docs/images/ThrottlePoint-usecases-3.png new file mode 100644 index 0000000..28d45f3 Binary files /dev/null and b/docs/images/ThrottlePoint-usecases-3.png differ diff --git a/docs/images/ThrottlePoint-usecases-4.png b/docs/images/ThrottlePoint-usecases-4.png new file mode 100644 index 0000000..b192ff3 Binary files /dev/null and b/docs/images/ThrottlePoint-usecases-4.png differ