I used this post to add CPU and Mem. and etc usage to my menu par.
is there any way to add GPU usage percentage to my menu bar ??
Asked
Active
Viewed 4,606 times
2
hossein hayati
- 135
- 2
- 10
-
1I like this extension https://extensions.gnome.org/extension/1320/nvidia-gpu-stats-tool/ – Winand Nov 20 '22 at 19:15
1 Answers
3
Such a question is very (OS version / GPU hardware / graphics driver) specific as solution varies
If you install https://extensions.gnome.org/extension/120/system-monitor/
there is a GPU setting in Preferences -> DisplayStyle -> both
________________ Only Nvidia GPUs supported so far ________________
Currently on 19.04 here is an error with above install here is work around ... download https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/archive/master.zip
which will give you ~/downloaddir/gnome-shell-system-monitor-applet-master/[email protected]/
cp -rp ~/downloaddir/gnome-shell-system-monitor-applet-master/[email protected] ~/.local/share/gnome-shell/extensions
so it results in
ls -la ~/.local/share/gnome-shell/extensions/[email protected]/
install upstream packages
sudo apt-get install chrome-gnome-shell
sudo apt-get install gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 gir1.2-clutter-1.0
to engage issue alt-F2 then type r in popup
Scott Stensland
- 14,755
- 10
- 55
- 73
-
GPU usage is queried via `nvidia-smi` so I guess this only works for nvidia GPUs? – danzel May 17 '19 at 13:04
-