Zeus v0.15.0 & Zeus Daemon v0.4.0
·
47 commits
to master
since this release
Zeus daemon and corresponding Zeus client improvements
Zeus daemon is now more generic with three API groups that can be selectively enabled at Zeus daemon startup time:
gpu-read: GPU power and energy measurements, no privilege neededgpu-control: GPU frequency, power limit, etc. control, privilege neededcpu-read: CPU power and energy measurements, privilege needed
Plus, Zeus daemon now support JWT-based auth. You can generate a JWT token scoped to a a subset of API groups and set ZEUSD_TOKEN to call APIs in allowed API groups.
What's Changed
- [Docs] Improve measurement section and upgrade doc deps by @jaywonchung in #213
- [Zeusd] Monitor-only mode by @jaywonchung in #214
- [Zeusd] Handle potential server clock skews by @jaywonchung in #215
- [Zeusd] Selective API group enabling by @jaywonchung in #216
- [Docs] Tweaks in research overview and Zeusd README.md by @jaywonchung in #217
- [Zeusd] JWT token auth and
ZeusdClientby @jaywonchung in #218
Full Changelog: zeus-v0.14.0...zeus-v0.15.0