Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.05 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.05 KB

coretemp

Outputs current CPU core and package temperatures on macOS.

Usage

Install with brew

brew install hacker1024/hacker1024/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 Output temperature in Celsius (default).
  • -F Output temperature in Fahrenheit.
  • -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.

Maintainer

hacker1024 <hacker1024@users.sourceforge.net>

Source

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

Inspiration