Simple personal CLI tool for monitoring temperatures https://crates.io/crates/mtemp
Go to file
Jorge Bolois 269e2f719e upgrading version 2024-02-03 13:07:56 +01:00
src adding lib files 2024-02-03 12:42:56 +01:00
.gitignore first commit 2023-08-19 17:15:18 +02:00
Cargo.lock upgrading version 2024-02-03 13:07:56 +01:00
Cargo.toml upgrading version 2024-02-03 13:07:29 +01:00
LICENSE Initial commit 2023-08-19 17:13:11 +02:00
README.md updating 2023-08-20 14:16:30 +02:00

README.md

mtemp

Simple personal CLI tool for monitoring temperatures.

You need to have nvidia-smi and lm-sensors configured and installed.

Usage

CPU (Only AMD)

CPU temp in Celsius.

mtemp cpu

GPU (Only NVIDIA)

GPU temp in Celsius.

mtemp gpu

Disk

Disk temp in Celsius.

mtemp disk

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.