From 134a4fcb82081e9d85c03081982d5c9df89ebfda Mon Sep 17 00:00:00 2001 From: Sean Mcilroy Date: Fri, 8 Dec 2023 12:25:07 +0000 Subject: [PATCH] Update CaseStudies.md Signed-off-by: Sean Mcilroy --- docs/CaseStudies.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/CaseStudies.md b/docs/CaseStudies.md index 3396d7b..3978116 100644 --- a/docs/CaseStudies.md +++ b/docs/CaseStudies.md @@ -80,3 +80,10 @@ This document describes the testing the SCI of two software applications. The fi [Review the full Case Study and submit comments here](https://github.com/Green-Software-Foundation/sci-guide/blob/dev/use-case-submissions/UBS_SCI_use_case.md) +----------- +## Automated SCI Measurements with Green Metrics Tool +**Overview** +The Green Metrics Tool (GMT) is an open-source software solution designed to automate the generation of the Software Carbon Intensity (SCI) metric for a given software. It acts as a container native benchmarking tool, simulating typical software interactions and measuring parameters such as machine energy, CPU energy, and network traffic. In other words, the GMT mimics the software and inspects how much electricity the computer uses, how hard the processor (CPU) is working, and how much data is being sent over the internet. + +[Review the full Case Study and submit comments here](https://github.com/Green-Software-Foundation/sci-guide/blob/dev/use-case-submissions/Automated_SCI_Measurements_with_Green_Metrics_Tool.md) +