集成电路
关于
iSMC是Apple系统管理控制器(SMC)的CLI工具,它尝试向SMC查询许多众所周知的键,并确定它们的类型和值,并将它们分类为温度,功率,电流,电压,风扇和电池读数。 它还将尝试对每个找到的SMC密钥给出易于理解的描述。
通常,各种台式机和服务器Apple硬件都应该可以工作,并且绝对可以在所有基于Intel的Mac计算机上工作。
安装
有两种安装iSMC (该工具仅在macOS计算机上有效):
手册
从页面下载您喜欢并手动安装。
使用go get
go get github.com/dkorunic/iSMC
用法
用法:
$ iSMC help
Apple SMC CLI tool that can decode and display temperature, fans, battery, power, voltage and current
information for various hardware in your Apple Mac hardware.
Usage:
iSMC [flags]
iSMC [command]
Availabl
1