v0.3.0-1
Installation
Supported / tested OS: Ubuntu Oracular 24.10
Prerequisites
The following installs the intel-graphics PPA from Canonical for Ubuntu 24.10 Oracular as well as the runtime packages needed for the Intel GPU 42B5 :
sudo apt-get install -y \
software-properties-common \
&& sudo add-apt-repository -y ppa:kobuk-team/intel-graphics \
&& sudo apt-get update \
&& sudo apt-get install -y \
libze-intel-gpu1 \
libze1
Download and install ze-monitor
version=0.3.0-1
wget -O ze-monitor_${version}_amd64.deb https://github.com/jketreno/ze-monitor/releases/download/v${version}/ze-monitor_${version}_amd64.deb
sudo dpkg -i ze-monitor_${version}_amd64.deb
The ze-monitor utility requires elevated permissions. See Security for details. The .deb package will configure the installed binary with necessary access, executable only by root and users in the group ze-monitor
. To add the current user to the ze-monitor group:
sudo usermod -aG ze-monitor $(whoami)
newgrp ze-monitor
Running
List devices
ze-monitor
Monitor device usage
ze-monitor --device 1
Known issues
- i915 based drivers show ZE_RESULT_ERROR_UNSUPPORTED_FEATURE when attempting to list processes using GPU.
- Xe drivers do not report engine activity on B580
Changes
Full Changelog: v0.2.0-1...v0.3.0-1