You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used to have a C++ power monitor under zeus_monitor, but we've deprecated that. There's no need for high speed polling because NVML power counters do not update that quick anyway.
In order to poll power consumption programmatically, use zeus.monitor.power.PowerMonitor.
CLI power & energy monitor:
python -m zeus.monitor power
python -m zeus.monitor energy
We switched from the old setup.py to the new package metadata standard pyproject.toml.
Docker image sizes are drastically smaller now! The compressed image used to be 8.48 GB, but now it's down to 2.71 GB.