Skip to content

knutwalker/macstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crates.io

macstats

SMC command line util for macOS

Read cpu temperatures and fan speeds from macOS SMC

Examples

> macstats
... a lot of output

> macstats all
... even more output

> macstats temp
... only temperatures

> macstats cpu
... only CPU temperatures

> macstats gpu
... only GPU temperatures

> macstats other
... only other temperatures

> macstats fan
... only fan speeds

> macstats battery
... only battery info

> macstats power
... only power info

> macstats debug
... dump all knwon symbols

The functionality is provided by macsmc.

Build

make
make install

This will put the binary into /usr/local/bin/, which can be changed with $PREFIX, e.g. PREFIX=/opt make install to put it in /opt/bin.

License: MIT OR Apache-2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published