cjbassi / gotop

A terminal based graphical activity monitor inspired by gtop and vtop
GNU Affero General Public License v3.0
7.36k stars 436 forks source link

Missing temperature #192

Open BullShark opened 4 years ago

BullShark commented 4 years ago

Required information:

$ nvidia-smi
Tue May 19 21:04:50 2020       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.82       Driver Version: 440.82       CUDA Version: 10.2     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 680     Off  | 00000000:01:00.0 N/A |                  N/A |
| 32%   47C    P8    N/A /  N/A |    531MiB /  4034MiB |     N/A      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0                    Not Supported                                       |
+-----------------------------------------------------------------------------+

$ nvidia-settings -q gpucoretemp

  Attribute 'GPUCoreTemp' (plasma:0.0): 47.
    'GPUCoreTemp' is an integer attribute.
    'GPUCoreTemp' is a read-only attribute.
    'GPUCoreTemp' can use the following target types: X Screen, GPU.
  Attribute 'GPUCoreTemp' (plasma:0[gpu:0]): 47.
    'GPUCoreTemp' is an integer attribute.
    'GPUCoreTemp' is a read-only attribute.
    'GPUCoreTemp' can use the following target types: X Screen, GPU.

$ nvidia-settings -q gpucoretemp -t
47
47

$ nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader,nounits
47

https://wiki.archlinux.org/index.php/NVIDIA/Tips_and_tricks#Displaying_GPU_temperature_in_the_shell

The nvidia temperature can probably be found in /proc too.

Also please copy or attach ~/.local/state/gotop/errors.log if it exists and contains logs: Does not exist