Latest Version

macstats

Read cpu temperatures and fan speeds from macOS SMC

Examples

```

macstats ... a lot of output

macstats all ... even more output

macstats temp ... only temperatures

macstats cpu ... only CPU temperatures

macstats gpu ... only GPU temperatures

macstats other ... only other temperatures

macstats fan ... only fan speeds

macstats battery ... only battery info

macstats power ... only power info

macstats debug ... dump all knwon symbols ```

Build

make make install

This will put the binary into /usr/local/bin/, which can be changed with $PREFIX, e.g. PREFIX=/opt make install to put it in /opt/bin.