Replies: 12 comments
|
Man page for vcgencmd: http://www.elinux.org/RPI_vcgencmd_usage Measure clock: Memory: Temperature (to be added to the sensor module ?) |
|
No current consumption... |
|
NVtop support the following GPUs: NVTOP supports Adreno GPUs using the msm linux driver. msm introduced the fdinfo interface in kernel 6.0 (browse kernel source). Hence, you will need a kernel with a version greater or equal to 6.0 to see the processes using Adreno GPUs. |
|
NVtop got a Raspberry Pi's V3D support few weeks ago: Syllo/nvtop#315 |
|
This issue is available for anyone to work on. Make sure to reference this issue in your pull request. ✨ Thank you for your contribution ! ✨ |
|
Feature implemented into develop branch. Should be tested by one or more user with ARM GPU plugin ! Thanks :) |
|
I'd be glad to help (Raspi 3 and Raspi 3+). How do I do? I did some poking around (cloning the repo on device and running from there), but I see no difference compared to the pip version, I guess I'm missing some parameters/configuration? |
|
Hi @serl thanks for the proposal, you can follow this procedure: https://github.com/nicolargo/glances/wiki/Install-and-test-Glances-DEVELOP-version Let me know if you have any issue. |
|
Let's start by saying that I first launched glances in my life this same week, so I'm maybe looking in the wrong place, anyways, that's what I did: git clone https://github.com/nicolargo/glances.git
cd glances
make install-uv
make venv
make runI'm on a fresh Raspberry Pi OS Lite (Debian 13, Kernel 6.12.75+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.75-1+rpt1 (2026-03-11), aarch64). This is what I see in the top bar:
And on the side:
While I would have expected to see somewhere the GPU clock ( The Raspi 3+ has Raspberry Pi OS non-lite, same kernel version and same result. |
|
For the moment, Glances did not use the vcgencmd CLI. It only read DRM devices from /sys/class/drm and per-client stats from /proc/*/fdinfo via the standardised drm-driver fdinfo format (it requires Linux kernel >= 6.0). Supported drivers: msm (Adreno), panfrost, panthor, v3d, lima, etnaviv. Can you make a tree command on both folders ? |
|
Ok so I have some bad news: So looks like the driver is unsupported: About |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
Monitor ARM GPU thanks to the vcdbg command line.
Have a look on the following Python code: https://github.com/MilhouseVH/bcmstat/blob/master/bcmstat.sh
Especial:
All reactions