3
0

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でCPU 物理コア数 / 論理コア数・物理メモリの総量を確認するコマンド

Last updated at Posted at 2020-07-12

#はじめに
本投稿は備忘録です。
頻繁に使うものではありませんが、誰かのお役に立てれば幸いです。

なお、記念すべき(?)Qiita初投稿です。

##CPU 物理コア数を確認する
ターミナルでコマンドを実行する。

$ sysctl -n hw.physicalcpu_max

##CPU 論理コア数を確認する
ターミナルでコマンドを実行する。

$ sysctl -n hw.logicalcpu_max

##物理メモリの総量を確認する
ターミナルでコマンドを実行する。

$ sysctl hw.memsize

バイトで結果が表示されるので、適宜変換してください。

#まとめ
もっとスペックの良いMacBookProが欲しいです。

3
0
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
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?