Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 931 Bytes

README.md

File metadata and controls

62 lines (42 loc) · 931 Bytes

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

61.8 °C

Options

  • Output
    • -c Display CPU temperature (Default).
    • -g Display GPU temperature.
    • -a Display ambient temperature.
    • -f Display fan speeds.
  • Format
    • -C Display temperatures in degrees Celsius (Default).
    • -F Display temperatures in degrees Fahrenheit.
    • -T Do not display the units for temperatures.

Maintainer

Sébastien Lavoie github@lavoie.sl

Source

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

Inspiration