0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Macでdmidecodeコマンドを使う

Last updated at Posted at 2020-08-11

dmidecodeコマンドはBIOS内のシステム情報を見るコマンドらしい、メモリ等の情報を見ることができる。

dmidecode for Apple OS X
Dmidecode is a long standing, effective tool for reading manufacturer info from the SMBIOS tables present on most modern x86 based systems. It’s been available for many years on most Unix like operating systems and has also been ported to Windows. Until now, it had never made the leap to OS X.

ターミナルから以下によりインストール可能

brew install cavaliercoder/dmidecode/dmidecode

自分のMacにはLPDDR3が2枚刺さっていることがわかった

$ sudo dmidecode --type memory | grep "LPDDR"
	Type: LPDDR3
	Type: LPDDR3

参考

dmidecode for Apple OS X
http://www.nongnu.org/dmidecode/

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?