https://github.com/hacker1024/coretemp-nonforked
https://github.com/hacker1024/coretemp-nonforked
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacker1024/coretemp-nonforked
- Owner: hacker1024
- License: gpl-2.0
- Created: 2020-09-15T00:36:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T00:36:48.000Z (almost 6 years ago)
- Last Synced: 2025-05-18T00:06:33.590Z (about 1 year ago)
- Language: C
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# coretemp
Outputs current CPU core temperatures on macOS.
## Usage
### Compiling
```bash
make
```
### Running
```bash
./coretemp
```
or
```bash
sudo make install # installs to /usr/local/bin
coretemp
```
### Output example
```
62
58
59
58
```
### Options
* `-C` Output temperature in Celsius (default).
* `-F` Output temperature in Fahrenheit.
* `-c ` Specify which cores to report on, in a comma-separated list. If unspecified, reports all temperatures.
* `-r ` The accuracy of the temperature, in the number of decimal places. Defaults to 0.
* `-p` Display the CPU package temperature instead of the core temperatures.
## Maintainer
hacker1024 \
### Source
Apple System Management Control (SMC) Tool
Copyright (C) 2006
### Inspiration
* https://github.com/lavoiesl/osx-cpu-temp
* https://www.eidac.de/smcfancontrol/
* https://github.com/hholtmann/smcFanControl/tree/master/smc-command