49 lines
943 B
Markdown
49 lines
943 B
Markdown
# k3shx
|
|
|
|
UserParameters for all k3shx systems.
|
|
|
|
|Host|Files|
|
|
|---|---|
|
|
|k3sh0|`amd_cpu.conf`,`amd_gpu.conf`,`10gbe.conf`|
|
|
|k3sh1|`amd_cpu.conf`,`amd_gpu.conf`,`10gbe.conf`|
|
|
|k3sh2|`amd_cpu.conf`,`amd_gpu.conf`,`10gbe.conf`|
|
|
|k3sh3||
|
|
|
|
## amd_cpu.conf
|
|
|
|
Monitoring of junction temperature of AMD CPUs.
|
|
|
|
Example sensors output:
|
|
```bash
|
|
k10temp-pci-00c3
|
|
Adapter: PCI adapter
|
|
Tctl: +38.9°C
|
|
```
|
|
|
|
## amd_gpu.conf
|
|
|
|
Monitoring of edge temperature of AMD GPUs.
|
|
|
|
> **Warning** <br> This has only been tested with AMD iGPUs and may be different for dedicated GPUs
|
|
|
|
Example sensors output:
|
|
```bash
|
|
amdgpu-pci-0400
|
|
Adapter: PCI adapter
|
|
vddgfx: 887.00 mV
|
|
vddnb: 962.00 mV
|
|
edge: +35.0°C
|
|
PPT: 11.00 W
|
|
```
|
|
|
|
## 10gbe.conf
|
|
|
|
Monitoring of MAC temperature of M.2 PCIe 10 GbE Aquantia network adapter.
|
|
|
|
Example sensors output:
|
|
```bash
|
|
enp1s0-pci-0100
|
|
Adapter: PCI adapter
|
|
PHY Temperature: +71.2°C
|
|
MAC Temperature: +69.9°C
|
|
``` |