gotop icon indicating copy to clipboard operation
gotop copied to clipboard

Gotop isn't show the temperatures

Open j1cs opened this issue 3 years ago • 3 comments

gotop version:

gotop v4.1.1 (Hadean)

OS/Arch:

5.11.8-artix1-1 GNU/Linux

Terminal emulator:

Alacritty

Any relevant hardware info:

Gotop doesn't show the temp. If I run sensors it display the temperature but gotop isn't. My laptop is a Thinkpad T14 Gen 1 AMD

Runinng gotop show this:

$ gotop
2021/03/25 23:57:37 gopsutil reports Number of warnings: 1
2021/03/25 23:57:37 gopsutil reports Number of warnings: 1

j1cs avatar Mar 26 '21 02:03 j1cs

Same issue, same laptop model though. I do however get this on running sensors -j:

{
   "amdgpu-pci-0700":{
      "Adapter": "PCI adapter",
      "vddgfx":{
         "in0_input": 0.743
      },
      "vddnb":{
         "in1_input": 0.649
      },
      "edge":{
         "temp1_input": 39.000
      },
      "power1":{
         "power1_average": 3.000
      }
   },
   "thinkpad-isa-0000":{
      "Adapter": "ISA adapter",
      "fan1":{
         "fan1_input": 0.000
      },
      "temp1":{
         "temp1_input": 40.000
      },
      "temp2":{
         "temp2_input": 0.000
      },
      "temp3":{
         "temp3_input": 0.000
      },
      "temp4":{
         "temp4_input": 0.000
      },
      "temp5":{
         "temp5_input": 0.000
      },
      "temp6":{
         "temp6_input": 0.000
      },
      "temp7":{
         "temp7_input": 0.000
      },
      "temp8":{
ERROR: Can't get value of subfeature temp8_input: Can't read

      },
      "temp9":{
         "temp9_input": 0.000
      },
      "temp10":{
         "temp10_input": 0.000
      },
      "temp11":{
         "temp11_input": 66.000
      },
      "temp12":{
         "temp12_input": 0.000
      },
      "temp13":{
         "temp13_input": 0.000
      },
      "temp14":{
         "temp14_input": 0.000
      },
      "temp15":{
         "temp15_input": 0.000
      },
      "temp16":{
         "temp16_input": 0.000
      }
   },
   "nvme-pci-0100":{
      "Adapter": "PCI adapter",
      "Composite":{
         "temp1_input": 46.850,
         "temp1_max": 84.850,
         "temp1_min": -0.150,
         "temp1_crit": 85.850,
         "temp1_alarm": 0.000
      },
      "Sensor 1":{
         "temp2_input": 46.850,
         "temp2_max": 65261.850,
         "temp2_min": -273.150
      },
      "Sensor 2":{
         "temp3_input": 48.850,
         "temp3_max": 65261.850,
         "temp3_min": -273.150
      }
   },
   "iwlwifi_1-virtual-0":{
      "Adapter": "Virtual device",
      "temp1":{
         "temp1_input": 43.000
      }
   },
   "k10temp-pci-00c3":{
      "Adapter": "PCI adapter",
      "Tctl":{
         "temp1_input": 40.000
      },
      "Tdie":{
         "temp2_input": 40.000
      }
   },
   "BAT0-acpi-0":{
      "Adapter": "ACPI interface",
      "in0":{
         "in0_input": 12.874
      }
   }
}

wlouckx avatar Mar 27 '21 19:03 wlouckx

Most likely related: #16

wlouckx avatar Mar 27 '21 22:03 wlouckx

Screenshot_20210407-175808_Termux Same on my phone.

forliuyifei avatar Apr 07 '21 10:04 forliuyifei