有没有苹果API我们可以得到mac的配置细节,如RAM和处理器

时间:2018-05-14 05:01:28

标签: macos

我们通过传递序列号从 https://support-sp.apple.com/sp/product?cc=(last序列号的4位数字获取完整的型号名称,如MacBook Pro(Retina,15英寸,2013年末)。

是否有可用的苹果API,我们可以通过传递笔记本电脑的序列号来获取RAM,处理器,磁盘容量等详细信息。

谢谢

1 个答案:

答案 0 :(得分:0)

可能是system_profiler,以获取您可以使用的硬件详细信息,例如:

$ system_profiler SPHardwareDataType
Hardware:

    Hardware Overview:

      Model Name: MacBook Pro
      Model Identifier: MacBookPro14,1
      Processor Name: Intel Core i7
      Processor Speed: 2.5 GHz
      Number of Processors: 1
      Total Number of Cores: 2
      L2 Cache (per Core): 256 KB
      L3 Cache: 4 MB
      Memory: 16 GB
      Boot ROM Version: MBP141.0173.B00
      SMC Version (system): 2.43f6
      Serial Number (system): C02WXXXX123
      Hardware UUID: 0d8650d3-aa68-4435-934d-6ed5c540194b

获取可以使用的更多数据类型的列表:

$ system_profiler -listDataTypes