「Macに搭載されているCPUの型番を調べる」の版間の差分

 
(同じ利用者による、間の1版が非表示)
7行目: 7行目:
<source lang="bash">
<source lang="bash">
$ sysctl machdep.cpu.brand_string
$ sysctl machdep.cpu.brand_string
 
</source>
こんな感じで表示される。
<source lang="bash">
machdep.cpu.brand_string: Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz
machdep.cpu.brand_string: Intel(R) Core(TM) i7-5557U CPU @ 3.10GHz
</source>
</source>
18行目: 20行目:
</source>
</source>


CPUに関する詳細な情報を羅列する。
<source lang="bash">
<source lang="bash">
$ sysctl -a machdep.cpu
$ sysctl -a machdep.cpu
79行目: 82行目:
machdep.cpu.tsc_ccc.denominator: 0
machdep.cpu.tsc_ccc.denominator: 0
</source>
</source>
== 関連項目 ==
* [[MacがVT-xに対応しているか確認する]]


[[category: macOS]]
[[category: macOS]]