Pix4D / osx-cpu-temp

Fork of `BourgonLaurent/osx-cpu-temp` repo that handle Mac temperature monitoring tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Maintainer

Sébastien Lavoie github@lavoie.sl

Source

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

Inspiration

About

Fork of `BourgonLaurent/osx-cpu-temp` repo that handle Mac temperature monitoring tool.

License:GNU General Public License v2.0


Languages

Language:C 90.3%Language:Shell 6.7%Language:Makefile 3.1%