8000 Release v0.3.0-1 · jketreno/ze-monitor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.3.0-1

Compare
Choose a tag to compare
@jketreno jketreno released this 06 Mar 19:00
· 3 commits to main since this release

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

Changes

Full Changelog: v0.2.0-1...v0.3.0-1

0