Skip to content

Outputs current CPU temperature and frequency for OSX.

License

Notifications You must be signed in to change notification settings

somdipdey/osx-temp-freq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSX CPU Temperature and Frequency

Outputs current CPU temperature (in °C) and frequency (in Hz) for OSX.

Build for OSX:

Build Status License: MIT

Usage

Compiling

make

Running

./osx-temp-freq

or

./osx-temp-freq my_output_file.csv # Output frequency and temperature inside a file in the same directory as the program with the specified file name, `my_output_file.csv`

or

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

Output example

CPU Temperature at 0:1:45 : 53.9°C
CPU Frequency at 0:1:45 : 2599944981

Options

  • my_output_file.csv Output frequency and temperature inside a file in the same directory as the program with the specified file name, my_output_file.csv.

Maintainer

Somdip Dey, somdip.dey@essex.ac.uk

Inspiration

Releases

No releases published

Packages

No packages published