Go to file
yifan wang c716f59b48 readme 2020-11-28 00:23:17 -05:00
monitor.cpp init 2020-11-28 00:15:40 -05:00
readme.md readme 2020-11-28 00:23:17 -05:00
screen record.mp4 init 2020-11-28 00:15:40 -05:00
screen shot.png init 2020-11-28 00:15:40 -05:00
temp_sensor.m init 2020-11-28 00:15:40 -05:00

readme.md

Temperature Sensor Monitor for Apple Silicon M1

  • temp_sensor.m: A modified version of the code for iOS sensor by freedomtan;

  • monitor.cpp: A c++ wrapper of Objective-C output for monitoring temperature in the terminal.

Usage

./temp_sensor | ./monitor

Only test with my Mac mini with M1. Please check your mac's ioreg -lfx output if needed.

References

For better name for the sensors, please refer to

https://github.com/exelban/stats/blob/master/Modules/Sensors/values.swift

https://github.com/acidanthera/VirtualSMC/blob/master/Docs/SMCSensorKeys.txt

Similar code for getting sensor values using IOKit (for intel Mac)

https://github.com/exelban/stats/blob/master/Modules/Sensors/values.swift

screen shot and screen record

screen record

screen shot