Releases: joular/powerjoular
Releases · joular/powerjoular
1.0.4
Hotfix release
- Hotfix for error in updating PID list for monitoring an application by name. Thanks to @adelnoureddine, commit 7ed27bf and issue #61.
Below the release notes for the major version 1.0.0.
Version 1.0.0 of PowerJoular is here! Check out our blog article describing the main changes.
Main New Features and Changes
- Support virtual machines.
PowerJoular can now monitor power consumption inside virtual machines with the same features as on bare metal (monitoring PIDs, applications, writing to files, systemd service, etc.). Check our specific documentation on how to configure and use PowerJoular inside virtual machines.
Thanks to @axelterrier , issue #34 and PR #51. - Fix terminal output overlapping . Thanks to @adelnoureddine, issue #47 and commit 4661fcc.
- Add additional scripts to generate binary .deb and .rpm, and source Arch pkgbuild. Thanks to @axelterrier , issue #23 and PR #52.
- Add script for cross-compilation (x86_64 and aarch64 for now), along with easier package generation for .deb and .rpm. Thanks to @adelnoureddine and commit 8e1e51f
- Properly handle multi-threading statistics in Linux. Currently under an experimental flag
-k
. Thanks to @benjaminantunes and @adelnoureddine, issue #41, PR #36, and commit 1d34b5f.
1.0.3
Hotfix release
- Hotfix for handle exception for invalid command line arguments.
Below the release notes for the major version 1.0.0.
Version 1.0.0 of PowerJoular is here! Check out our blog article describing the main changes.
Main New Features and Changes
- Support virtual machines.
PowerJoular can now monitor power consumption inside virtual machines with the same features as on bare metal (monitoring PIDs, applications, writing to files, systemd service, etc.). Check our specific documentation on how to configure and use PowerJoular inside virtual machines.
Thanks to @axelterrier , issue #34 and PR #51. - Fix terminal output overlapping . Thanks to @adelnoureddine, issue #47 and commit 4661fcc.
- Add additional scripts to generate binary .deb and .rpm, and source Arch pkgbuild. Thanks to @axelterrier , issue #23 and PR #52.
- Add script for cross-compilation (x86_64 and aarch64 for now), along with easier package generation for .deb and .rpm. Thanks to @adelnoureddine and commit 8e1e51f
- Properly handle multi-threading statistics in Linux. Currently under an experimental flag
-k
. Thanks to @benjaminantunes and @adelnoureddine, issue #41, PR #36, and commit 1d34b5f.
1.0.2
Hotfix release
- Handle exception for invalid command line arguments. Thanks to @adelnoureddine, commit 45c3119 and issue #58.
- Update VM info in -h argument. Thanks to @adelnoureddine and commit 2d6c498.
Below the release notes for the major version 1.0.0.
Version 1.0.0 of PowerJoular is here! Check out our blog article describing the main changes.
Main New Features and Changes
- Support virtual machines.
PowerJoular can now monitor power consumption inside virtual machines with the same features as on bare metal (monitoring PIDs, applications, writing to files, systemd service, etc.). Check our specific documentation on how to configure and use PowerJoular inside virtual machines.
Thanks to @axelterrier , issue #34 and PR #51. - Fix terminal output overlapping . Thanks to @adelnoureddine, issue #47 and commit 4661fcc.
- Add additional scripts to generate binary .deb and .rpm, and source Arch pkgbuild. Thanks to @axelterrier , issue #23 and PR #52.
- Add script for cross-compilation (x86_64 and aarch64 for now), along with easier package generation for .deb and .rpm. Thanks to @adelnoureddine and commit 8e1e51f
- Properly handle multi-threading statistics in Linux. Currently under an experimental flag
-k
. Thanks to @benjaminantunes and @adelnoureddine, issue #41, PR #36, and commit 1d34b5f.
1.0.1
Hotfix release
- Fix a typo in Raspberry Pi 5 detecting the model.
Below the release notes for the major version 1.0.0.
Version 1.0.0 of PowerJoular is here! Check out our blog article describing the main changes.
Main New Features and Changes
- Support virtual machines.
PowerJoular can now monitor power consumption inside virtual machines with the same features as on bare metal (monitoring PIDs, applications, writing to files, systemd service, etc.). Check our specific documentation on how to configure and use PowerJoular inside virtual machines.
Thanks to @axelterrier , issue #34 and PR #51. - Fix terminal output overlapping . Thanks to @adelnoureddine, issue #47 and commit 4661fcc.
- Add additional scripts to generate binary .deb and .rpm, and source Arch pkgbuild. Thanks to @axelterrier , issue #23 and PR #52.
- Add script for cross-compilation (x86_64 and aarch64 for now), along with easier package generation for .deb and .rpm. Thanks to @adelnoureddine and commit 8e1e51f
- Properly handle multi-threading statistics in Linux. Currently under an experimental flag
-k
. Thanks to @benjaminantunes and @adelnoureddine, issue #41, PR #36, and commit 1d34b5f.
1.0.0
Version 1.0.0 of PowerJoular is here! Check out our blog article describing the main changes.
Main New Features and Changes
- Support virtual machines.
PowerJoular can now monitor power consumption inside virtual machines with the same features as on bare metal (monitoring PIDs, applications, writing to files, systemd service, etc.). Check our specific documentation on how to configure and use PowerJoular inside virtual machines.
Thanks to @axelterrier , issue #34 and PR #51. - Fix terminal output overlapping . Thanks to @adelnoureddine, issue #47 and commit 4661fcc.
- Add additional scripts to generate binary .deb and .rpm, and source Arch pkgbuild. Thanks to @axelterrier , issue #23 and PR #52.
- Add script for cross-compilation (x86_64 and aarch64 for now), along with easier package generation for .deb and .rpm. Thanks to @adelnoureddine and commit 8e1e51f
- Properly handle multi-threading statistics in Linux. Currently under an experimental flag
-k
. Thanks to @benjaminantunes and @adelnoureddine, issue #41, PR #36, and commit 1d34b5f.
0.7.3
0.7.2
0.7.1
Main New Features and Changes
- Add support for Raspberry Pi 5 B. Thanks to @adelnoureddine and commit d2ed059
- Add O3 optimization flag when compiling PowerJoular. Thanks to @adelnoureddine and commit 5c499fe
0.7.0
Main New Features and Changes
- Support measuring energy on all revisions of supported Raspberry Pi models. Issue #32 and PR #33 . Thanks to @adelnoureddine
- Add option
-d
to show debug in terminal, and change behavior of-t
to only show energy information. Issue #30. Thanks to @adelnoureddine - Add option
-v
to show version number of PowerJoular. Commit 5281ae9. Thanks to @adelnoureddine - Add script to generate a deb installation package. Commit bd1cd87. Thanks to @adelnoureddine
0.6.2
Main New Features and Changes
- Enable support for AMD EPYC processors. Thanks to @LeBane63