green-metrics-tool icon indicating copy to clipboard operation
green-metrics-tool copied to clipboard

Measure energy and carbon consumption of software

Results 104 green-metrics-tool issues
Sort by recently updated
recently updated
newest added

This PR adds the monitor mode which was originally brought in as idea from @davidkopp in this PR https://github.com/green-coding-berlin/green-metrics-tool/pull/556 The monitor mode sets the GMT in an endless loop where...

CI Runs and Measurement runs can now be sorted by date and show directly when the last run happened. Since the list became quite long this feature is needed for...

Currently the `machine_id` is set in the config file manually. We should replace this to be a UUID so we can provision cluster machines without syncing the machine ids. See...

good first issue

Currently GMT applies HTML escapes at different stages of the code - When ingesting data - When outputting data from the API - In the JS frontend The two former...

good first issue
help wanted
front end

Ubuntu 24.04 LTS has been released and we should see if everything works and update the install scripts. Also update NOP Linux. This is not really urgent but needs to...

good first issue
help wanted

The problem is that currently the function takes 11 seconds to complete which triggers a timeout. We need to discuss if we should either 1) go back to row inserts...

When submitting a job through the frontend it is just scheduled for execution and if there is a typo in one of the fields supplied it fails after some time...

enhancement
good first issue
help wanted

We need to alter the tests to use a specific test user with restriced rights. ```sql CREATE USER client WITH PASSWORD 'YOUR_PASSWORD'; REVOKE ALL PRIVILEGES ON ALL TABLES IN SCHEMA...

Currently there is no way for us the find out if there are errors in the frontend on metrics.green-coding.io. I would want some reporting that tells us if there is...

I would like to make comparisons of measurement runs that are based on different usage scenarios and different commits. That is currently not supported by GMT. Arne already proposed a...