Releases: green-coding-solutions/green-metrics-tool
Releases · green-coding-solutions/green-metrics-tool
v0.3.1 - Quality Improvement Release
- 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
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
- 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
- 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
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