サーバリソースを調べる

知ってる人から言わせれば基本中の基本なんだけど、整理のために書き出してみる。
OSはCentOS

リソース状況を調べる

全体
top
ps -ef
vmstat
cpu
mpstat -P ALL
memory
free
I/O
iostat -x

スペックを調べる

CPU
cat /proc/cpuinfo
メモリ
cat /proc/meminfo