LoginSignup
0
0

Linuxでcpuid/msr情報を取得する

Posted at

はじめに

コマンドラインだけで、IntelのCPU情報を取得するcpuid命令や、Model Specific Register (MSR) にアクセスできる。
なお、それぞれの仕様は、Intel Software Developer Manual (SDM) (Vol.2 Vol.4など) を参照のこと。

手順

インストール

modprobe msr
sudo apt update
sudo apt install cpuid
sudo apt install msr-tools

使い方

cpuid
sudo rdmsr
sudo wrmsr

参考資料

ソースコード

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