LoginSignup
0
1

More than 1 year has passed since last update.

UbuntuのCPU, GPU情報を確認する

Posted at

はじめに

本記事をご覧いただきありがとうございます。
この記事では、Ubuntuを用いてハードウェアのスペックを確認する方法を紹介します。

CPUの確認

$ nproc
8

GPUの確認

$ lspci | grep -i nvidia
01:00.0 VGA compatible controller: NVIDIA Corporation GP102 [TITAN X] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP102 HDMI Audio Controller (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation GP102 [TITAN X] (rev a1)
02:00.1 Audio device: NVIDIA Corporation GP102 HDMI Audio Controller (rev a1)

RAMの確認

$ free -g
               total        used        free      shared  buff/cache   available
Mem:              62           3          27           7          31          50
Swap:              1           0           1
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