mtemp/README.md

19 lines
319 B
Markdown
Raw Normal View History

2023-08-19 17:13:11 +02:00
# temp
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
### CPU (Only AMD)
Display the current temperature in Celsius.
```
temp cpu
```
### GPU (Only NVIDIA)
Display the current temperature in Celsius.
```
temp gpu
```