Skip to content

mysqto/coretemp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coretemp

Outputs current CPU core and package temperatures on macOS.

Usage

Install with brew

brew install mysqto/coretemp/coretemp

Compile manually

make

Run manually

./coretemp

or

sudo make install # installs to /usr/local/bin
coretemp

Output example

62
58
59
58

Options

  • -C Display temperatures in degrees Celsius (Default).
  • -F Display temperatures in degrees Fahrenheit.
  • -u Display temperatures unit(°C or °F).
  • -c <num> Specify which cores to report on, in a comma-separated list. If unspecified, reports all temperatures.
  • -r <num> The accuracy of the temperature, in the number of decimal places. Defaults to 0.
  • -p Display the CPU package temperature instead of the core temperatures.

Maintainers

mysqto <my@mysq.to> hacker1024 <hacker1024@users.sourceforge.net>

Source

Apple System Management Control (SMC) Tool Copyright (C) 2006

Inspiration

About

Outputs current CPU core and package temperatures on macOS.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.8%
  • Shell 6.4%
  • Makefile 2.8%