Skip to content

A pretty straightforward implementation of a Rust temperature checker

Notifications You must be signed in to change notification settings

th3-riddler/System-Temperature-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Temperature Checker


language GitHub OS


A simple command line tool to check the system temperature, including CPU and NVIDIA GPU temperature, written in Rust.
In order to run this script, you need lm-sensors and nvidia-smi installed on your system.

Compilation

To compile the code, you need to run the following command in the terminal:

cargo build --release

You can even strip the binary to reduce its size:

strip target/release/<binary_name>

About

A pretty straightforward implementation of a Rust temperature checker

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages