Change to using custom formatting
This commit is contained in:
parent
b5ddb0e927
commit
12addf4584
@ -43,8 +43,8 @@ A few interesting views:
|
|||||||
|
|
||||||
| Hardware | Supported |
|
| Hardware | Supported |
|
||||||
| -------- | --------- |
|
| -------- | --------- |
|
||||||
| CPU AMD | Minimal |
|
| AMD CPU | Minimal |
|
||||||
| GPU AMD | Yes |
|
| AMD GPU | Yes |
|
||||||
|
|
||||||
CoreCtrl displays a range of information for AMD GPUs.
|
CoreCtrl displays a range of information for AMD GPUs.
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ Make sure to set `amdgpu.ppfeaturemask=0xffffffff` as kernel option.
|
|||||||
|
|
||||||
| Hardware | Supported |
|
| Hardware | Supported |
|
||||||
| -------- | --------- |
|
| -------- | --------- |
|
||||||
| GPU AMD | Yes |
|
| AMD GPU | Yes |
|
||||||
|
|
||||||
Amdgpu Top shows various statistics on GPU utilization (GFX, compute, decode, etc.) and a lot of GPU sensor information.
|
Amdgpu Top shows various statistics on GPU utilization (GFX, compute, decode, etc.) and a lot of GPU sensor information.
|
||||||
The tool is available as TUI by running `amdgpu_top` in a terminal or as full GUI application with `amdgpu_top --gui`
|
The tool is available as TUI by running `amdgpu_top` in a terminal or as full GUI application with `amdgpu_top --gui`
|
||||||
@ -66,16 +66,44 @@ Some applications have hardware error reporting built-in.
|
|||||||
#### Kernel log
|
#### Kernel log
|
||||||
|
|
||||||
For others, try checking the kernel log.
|
For others, try checking the kernel log.
|
||||||
`$ journalctl -k --grep=mce`
|
|
||||||
|
[shroot]
|
||||||
|
|
||||||
|
```
|
||||||
|
journalctl -k --grep=mce
|
||||||
|
```
|
||||||
|
|
||||||
|
[/shroot]
|
||||||
|
|
||||||
#### Rasdaemon
|
#### Rasdaemon
|
||||||
|
|
||||||
You can also install `aur/rasdaemon` and enable its two services.
|
You can also install `aur/rasdaemon` and enable its two services.
|
||||||
|
|
||||||
```sh
|
[shroot]
|
||||||
|
|
||||||
|
```
|
||||||
systemctl enable --now ras-mc-ctl.service
|
systemctl enable --now ras-mc-ctl.service
|
||||||
systemctl enable --now rasdaemon.service
|
systemctl enable --now rasdaemon.service
|
||||||
```
|
```
|
||||||
|
|
||||||
`$ ras-mc-ctl --summary` shows all historic errors
|
[/shroot]
|
||||||
`$ ras-mc-ctl --error-count` shows memory errors of the current session
|
|
||||||
|
Show historic errors
|
||||||
|
|
||||||
|
[shroot]
|
||||||
|
|
||||||
|
```
|
||||||
|
ras-mc-ctl --summary
|
||||||
|
```
|
||||||
|
|
||||||
|
[/shroot]
|
||||||
|
|
||||||
|
Show memory errors during the current session
|
||||||
|
|
||||||
|
[shroot]
|
||||||
|
|
||||||
|
```
|
||||||
|
ras-mc-ctl --error-count
|
||||||
|
```
|
||||||
|
|
||||||
|
[/shroot]
|
||||||
|
Loading…
Reference in New Issue
Block a user