User Tools

Site Tools


howto:nvtop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
howto:nvtop [2024/04/29 13:53] – created Wulf Rajekhowto:nvtop [2024/04/29 15:33] (current) Wulf Rajek
Line 4: Line 4:
  
 Currently supported vendors are AMD (Linux amdgpu driver), Apple (limited M1 & M2 support), Huawei (Ascend), Intel (Linux i915 driver), NVIDIA (Linux proprietary divers), Qualcomm Adreno (Linux MSM driver). Currently supported vendors are AMD (Linux amdgpu driver), Apple (limited M1 & M2 support), Huawei (Ascend), Intel (Linux i915 driver), NVIDIA (Linux proprietary divers), Qualcomm Adreno (Linux MSM driver).
 +
 +Note that Intel GPU support is limited, no gpu temp, no gpu fan speed, no gpu memory allocation. Intel is working on exposing more interfaces and patches are in progress.
  
 The version in distribution repositories is very old (v1.2.2 in Ubuntu Jammy) while v3.1.0 is current on github. The version in distribution repositories is very old (v1.2.2 in Ubuntu Jammy) while v3.1.0 is current on github.
  
 +Ubuntu based OS:
 <code> <code>
 sudo add-apt-repository ppa:flexiondotorg/nvtop sudo add-apt-repository ppa:flexiondotorg/nvtop
 sudo apt-get update sudo apt-get update
 sudo apt install nvtop sudo apt install nvtop
 +</code>
 +
 +Debian based OS (appimage):
 +<code>
 +wget https://github.com/Syllo/nvtop/releases/download/3.1.0/nvtop-x86_64.AppImage
 +mv nvtop-x86_64.AppImage /usr/local/bin/nvtop
 +chmod 755 /usr/local/bin/nvtop
 </code> </code>
  
 {{:howto:pasted:20240429-134936.png}} {{:howto:pasted:20240429-134936.png}}
howto/nvtop.1714395193.txt.gz · Last modified: 2024/04/29 13:53 by Wulf Rajek