2023-08-19 17:44:33 +02:00
|
|
|
# mtemp
|
2023-08-19 17:13:11 +02:00
|
|
|
|
2023-08-19 17:22:48 +02:00
|
|
|
Simple personal CLI tool for monitoring temperatures.
|
|
|
|
|
|
|
|
You need to have ```nvidia-smi``` and ```lm-sensors``` configured and installed.
|
|
|
|
|
|
|
|
## Usage
|
2023-08-19 17:39:41 +02:00
|
|
|
|
2023-08-19 17:22:48 +02:00
|
|
|
### CPU (Only AMD)
|
2023-08-20 14:16:30 +02:00
|
|
|
CPU temp in Celsius.
|
2023-08-19 17:22:48 +02:00
|
|
|
```
|
2023-08-19 17:44:33 +02:00
|
|
|
mtemp cpu
|
2023-08-19 17:22:48 +02:00
|
|
|
```
|
|
|
|
### GPU (Only NVIDIA)
|
2023-08-20 14:16:30 +02:00
|
|
|
GPU temp in Celsius.
|
2023-08-19 17:22:48 +02:00
|
|
|
```
|
2023-08-19 17:44:33 +02:00
|
|
|
mtemp gpu
|
2023-08-19 17:22:48 +02:00
|
|
|
```
|
2023-08-20 14:16:30 +02:00
|
|
|
### Disk
|
|
|
|
Disk temp in Celsius.
|
|
|
|
```
|
|
|
|
mtemp disk
|
|
|
|
```
|
2023-08-19 17:22:48 +02:00
|
|
|
|
2023-08-19 17:39:41 +02:00
|
|
|
## Note
|
|
|
|
This tool is specifically designed to function on my personal computer setup and configuration.
|
|
|
|
Its compatibility and reliability on other systems cannot be guaranteed.
|
|
|
|
|
|
|
|
Therefore, it is strongly advised not to use this tool outside of its intended environment.
|