Zenmonitor3 is monitoring software for AMD Zen-based CPUs, now with Zen 3 support! Email me to send patches. Looking for a new maintainer.
Go to file
2023-05-21 12:44:12 -04:00
data Add an icon to the .desktop files 2022-02-09 16:53:38 -06:00
src Zenmonitor3 about dialog patch for forgejo 2023-05-21 12:44:12 -04:00
LICENSE Core index is now displayed by default, added command line argument "--core_id" to display core_id instead 2020-01-23 22:47:52 +01:00
makefile Remove DESTDIR in makefile from sed 2022-02-26 21:17:15 +01:00
README.md Add Fedora copr repo 2022-02-26 23:24:47 +01:00
screenshot.png [ImgBot] Optimize images 2021-04-01 18:15:27 +00:00

Zenmonitor3

Zenmonitor3 is monitoring software for AMD Zen-based CPUs.

It can monitor these values:

  • CPU Temperature
  • CPU Core (SVI2) Voltage, Current and Power
  • SOC (SVI2) Voltage, Current and Power
  • Package and Core Power (RAPL)
  • Core Frequency (from OS)

screenshot

Dependencies

  • zenpower3 driver - For monitoring CPU temperature and SVI2 sensors
  • MSR driver - For monitoring Package/Core Power (RAPL)

Follow zenpower README.md to install and activate zenpower module. Enter sudo modprobe msr to enable MSR driver.

Building

Make sure that GTK3 dev package and common build tools are installed.

make

Launching

You can launch app by sudo ./zenmonitor, or you can install it to your system and then launch it from your OS menu.

Note: Because superuser privileges are usually needed to access data from MSR driver, you need to launch zenmonitor as root for monitoring CPU power usage (RAPL). Alternatively, you can set capabilities to zenmonitor executable: sudo setcap cap_sys_rawio,cap_dac_read_search+ep ./zenmonitor

Command line arguments

--coreid - Display core_id instead of core index

Installing

By default, Zenmonitor3 will be installed to /usr/local.

sudo make install

To add menu item for launching zenpower as root (Polkit is required):

sudo make install-polkit

Uninstalling

sudo make uninstall

Setup on Ubuntu

First follow installation instructions on zenpower3 Then:

sudo modprobe msr
sudo bash -c 'echo "msr" > /etc/modules-load.d/msr.conf'
sudo apt install build-essential libgtk-3-dev libncurses5-dev git
cd ~
git clone https://github.com/Ta180m/zenmonitor3
cd zenmonitor3
make
sudo make install
sudo make install-polkit

Setup on Arch

You may use the AUR package zenmonitor3-git to install via traditional method or using an AUR helper.

Installation for Fedora 35+

You can install it from the copr package repo