项目作者: isebres

项目描述 :
OS X console utility for temperatures and fan speed monitoring
高级语言: Swift
项目地址: git://github.com/isebres/fanControl.git
创建时间: 2018-01-11T13:19:52Z
项目社区:https://github.com/isebres/fanControl

开源协议:MIT License

下载


fanControl

Simple OS X console utility for temperatures and fan speed monitoring writen on Swift. Additionally maximal and minimal fan speed can be adjusted.
For monitoring run fanControl and you can see something like this:

  1. Fan speeds (RPM):
  2. ID Name Min Cur Max
  3. 0 Exhaust 1200 2041 7200
  4. Temperatures C):
  5. CPU 69.7
  6. MEM 51.0
  7. ENC 36.0
  8. HSK 51.5

For control fan speed run utility with “sudo” sudo fanControl -id=<ID> -rpm=<MIN>-<MAX>
In case of success you will be notified with something like this:

  1. Exhaust fan (ID:0):
  2. RPM successfully changed from XXX-XXX to MIN-MAX

Inspired by https://github.com/beltex/SMCKit

Warning

This tool will allow you to write values to the SMC which could irreversably damage your
computer. Manipulating the fans could cause overheating and permanent damange. USE THIS
PROGRAM AT YOUR OWN RISK!