Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lavoiesl/osx-cpu-temp

Outputs current CPU temperature for OSX
https://github.com/lavoiesl/osx-cpu-temp

cpu-temperature macos osx sensors temperature

Last synced: about 2 months ago
JSON representation

Outputs current CPU temperature for OSX

Awesome Lists containing this project

README

        

# OSX CPU Temp

Outputs current CPU temperature for OSX.

## Usage

### Compiling

```bash
make
```

### Running

```bash
./osx-cpu-temp
```

or

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

### Using clib

```bash
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

### Source

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

### Inspiration

* https://www.eidac.de/smcfancontrol/
* https://github.com/hholtmann/smcFanControl/tree/master/smc-command