Windows/Linuxのトラブル追跡実績ノウハウ エンジニア必携

2-2-9 lsusb システムの基本情報の確認 Linux

estis2016/06/21 (火) 11:50 に投稿

usbutils をインストールすると、インストールされる。

[root@localhost ~]# yum provides lsusb
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.jaist.ac.jp
 * extras: ftp.jaist.ac.jp
 * updates: ftp.jaist.ac.jp
base                                                                                                                                                                                                                                                              | 3.7 kB     00:00     

2-2-4 free  システムの基本情報の確認 Linux

estis2016/06/14 (火) 12:54 に投稿

メモリ情報を表示する。

 free -h

 
より詳細な情報を表示する。

 cat /proc/meminfo

 
slab キャッシュメモリの情報を表示する。(slabtop コマンドも利用できる)
管理者権限が、必要になる可能性が高い。

 cat /proc/slabinfo

 
メモリ断片化情報を表示する。

 cat /proc/buddyinfo

[root@localhost ~]# man free
FREE(1)                       Linux User’s Manual                      FREE(1)

NAME
       free - Display amount of free and used memory in the system

SYNOPSIS

2-2-3 lscpu システムの基本情報の確認 Linux

estis2016/06/14 (火) 12:53 に投稿

CPU情報を表示する。

 lscpu

[root@localhost ~]# man lscpu
LSCPU(1)                         User Commands                        LSCPU(1)

NAME
       lscpu - display information about the CPU architecture

SYNOPSIS
       lscpu [-a|-b|-c] [-x] [-s directory] [-e [=list]|-p [=list]]
       lscpu -h|-V

DESCRIPTION
       lscpu gathers CPU architecture information from sysfs and /proc/cpuinfo. The command output can be optimized for parsing or for easy readability by humans.

2-2-2 lsb_release システムの基本情報の確認 Linux

estis2016/06/14 (火) 12:51 に投稿

ディストリビューション情報を表示する。

 lsb_release -irs

 
コマンドがない場合

 cat /etc/*release

[root@localhost ~]# man lsb_release
FSG(1)                                FSG                               FSG(1)

NAME
       FSG - manual page for FSG lsb_release v2.0

SYNOPSIS
       lsb_release [OPTION]...

DESCRIPTION
       FSG lsb_release v2.0 prints certain LSB (Linux Standard Base) and Distribution information.

       With no OPTION specified defaults to -v.

OPTIONS
       -v, --version