Skip to content

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

v0.12 - Powerspy2, Liniting and Verbose Mode

05 Jan 15:15
641fab7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.12

v0.11.1 - Quality Release

23 Dec 18:09
d4b6a25
Compare
Choose a tag to compare
  • Text transform for SI-Units deactivated kg now shows not anymore as KG etc. @ArneTR
  • Processes are now killed if SIGTERM does not work in 5s time @ribalba
  • Requirements are now installed via requirements.txt @dan-mm
  • Job mechanism now writes email in case of error to client. @ArneTR
  • Testing now integrated in daily runs is triggered manually too. @dan-mm
    Full Changelog: v0.10.1...v0.11.1

v0.10.1 - Temp & Fan Sensors, Dynamic Dashboard and more ...

17 Dec 23:14
2f65f7c
Compare
Choose a tag to compare

This release is a big one!

  • lm_sensors library added by @ribalba
  • Dashboard now dynamically creates containers based on database entries, rather than having a fixed lookup table in the frontend. This allows for a stronger de-coupling and makes the Dashboard reusable in other open-source energy related projects
  • XGBoost submodule updated to use new interpolating reporter
  • Bugfixes
    • Cronjobs could get stuck
  • New SDIA Formula reporter
  • Tests improved on Github VMs @dan-mm
  • config.yml improved markers for testing
  • Dashboard now displays at least basic data if test runs fail @djesic
  • Dashboard can now show data in Watts and Joules

Full Changelog: v0.9...v0.10.1

v0.9 Integration Tests running

25 Nov 12:29
ede55bf
Compare
Choose a tag to compare

Integration Tests added by @dan-mm

What's Changed

Full Changelog: v0.8.1...v0.9

DC Reporter released (incl. bugfix)

25 Nov 09:50
b49d14e
Compare
Choose a tag to compare
  • DC Reporter added
  • When job has no data a flame icon is shown in overview 🔥

Full Changelog: v0.8...v0.8.1

v0.7 - XGBoost Reporter

23 Nov 13:15
bde3b0c
Compare
Choose a tag to compare
  • XGBoost reporter included for estimation of AC power

Full Changelog: v0.6...v0.7

v0.6

30 Sep 13:01
77870b6
Compare
Choose a tag to compare
  • AC Power from PSU as reporter added
  • AC Power reporting now in Dashboard as single and compound metric

Full Changelog: v0.5...v0.6

v0.5 - Procfs Sytem Time Reporter + DC Update

17 Aug 09:05
0372acd
Compare
Choose a tag to compare
  • DC Measurements updated with 60ms sampling and Averaging instead of Last measurement
  • No /etc/sudoers file needed anymore. Using setuid now
  • Added cpu_utilization_procfs_system_provider

Full Changelog: v0.4...v0.5

v0.4 feat. DC Measurement

13 Aug 20:43
805016e
Compare
Choose a tag to compare

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