Skip to content

Releases: green-coding-solutions/green-metrics-tool

v0.3.1 - Quality Improvement Release

06 Aug 21:06
21fca43
Compare
Choose a tag to compare
  • Stderr is now checked on every boot of the metric providers stopping run early in case of errors
  • Lingering static-binary processes are now properly closed in case of manual abort (CTRL+C) or error in measurement process

Version 0.3

05 Aug 09:33
b0ea8c7
Compare
Choose a tag to compare

This is the first release version of the Green Metrics Tool.

We have officially passed the beta stage, as all the relevant reporters are now present in the tool.

Release notes:

  • DRAM Metrics Reporter
  • Network Metrics Reporter
  • Time Reporter
  • Documentation complete and online at https://docs.green-coding.org
  • Docker compose format for usage_scenario.yml

Full Changelog: v0.2.1-beta...v0.3

v0.2.1-beta

21 Jul 18:39
a42370a
Compare
Choose a tag to compare
v0.2.1-beta Pre-release
Pre-release
  • Co2 calculation is only CPU Package atm. Textual clarification for that
  • Moved Showcases to Company Website and out of Green Metrics Tool
  • Removed old CSS and some style polishing

v0.2-beta

18 Jul 17:03
9b3427d
Compare
Choose a tag to compare
v0.2-beta Pre-release
Pre-release
  • new Charting Library that can handle +200k datapoints https://echarts.apache.org
  • new Interface based in Fomantic-UI (https://www.fomantic-ui.com) to provide cleaner HTML
  • CO2 figures in charts
  • API endpoint for notes
  • Install.sh script
  • Docker containers now use memory filesystem for tmp directory
  • New OO architecture for Metric reporters to make inheritance and extending easy
  • Cronjob system through database queue (jobs.py)

v0.1-beta

27 Jun 13:09
14bb73d
Compare
Choose a tag to compare
v0.1-beta Pre-release
Pre-release

v0.1-beta is a pre-production and beta release.

Pre-Production means: The tool is not yet final in terms of its planned featureset, but is working stable in its current form.

Beta means:

  • Metric Providers are currently only working on Ubuntu 22.04 as they are statically linked. If you need them working on your machine please run make in their directory.
  • Metric providers are not yet falsified. This version is in particular release to give other open source communities to falsifiy our measurement accurary and reproduciblity