/osx-cpu-temp

Outputs current CPU temperature for OSX

Primary LanguageCGNU General Public License v2.0GPL-2.0

OSX CPU Temp

Outputs current CPU temperature for OSX.

Usage

Compiling

make

Running

./osx-cpu-temp

or

sudo make install # installs to /usr/local/bin
osx-cpu-temp

Using clib

clib install lavoiesl/osx-cpu-temp

Output example

99.7 °F

Options

  • -C Output temperature in Celsius.
  • -F Output temperature in Fahrenheit (default).
  • -f Output fan speed.
  • -g Output gpu temperature.

Maintainer

Sébastien Lavoie github@lavoie.sl

Source

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

Inspiration