Powerstat Versions Save

Powerstat measures the power consumption of a machine using the battery stats or the Intel RAPL interface. The output is like vmstat but also shows power consumption statistics. At the end of a run, powerstat will calculate the average, standard deviation and min/max of the gathered data.

V0.04.03

2 months ago
  • Re-use last ujoules setting if current value is invalid
  • Ignore power readings that are zero

V0.04.02

4 months ago

Minor copyright updates and optimization flag setting changes

  • rpm: update spec for 0.04.02
  • Makefile: bump version
  • Makefile: add -O2 to optimization flags
  • Update copyright year to 2024
  • debian/rules: add missing hardening settings

V0.04.01

6 months ago
  • rpm: update spec for 0.04.01
  • Makefile: bump version
  • Typo powerstat.c missing dot
  • Rename strlcpy with bsd_strlcpy to avoid name clashing with glibc-2.38
  • Show logo in README
  • Create RPM spec file
  • Preserve bash completion file timestamp