2-3-02 ip システムの基本情報の確認 Linux
- 2-3-02 ip システムの基本情報の確認 Linux の続きを見る
- コメントを投稿するにはログインまたは登録をしてください
- 閲覧数 1
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
メモリ情報を表示する。
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
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.
ディストリビューション情報を表示する。
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