之前咱们一起学习了查看内存的和CPU的命令。
mpstat : 【linux】 mpstat 使用
uptime:【Linux】 uptime命令使用
CPU的使用率:【linux】查看CPU的使用率
nmon :【linux】nmon 工具使用
htop :【linux】htop 命令行工具使用
top :【Linux】top 命令使用
CPU
查看CPU处理器信息
cat /proc/cpuinfo
查看物理 CPU 个数
cat /proc/cpuinfo | grep 'physical id' | sort | uniq | wc -l
查看每个 CPU 核心数
cat /proc/cpuinfo | grep 'physical id' | sort | uniq | wc -l
查看逻辑 CPU
cat /proc/cpuinfo | grep 'physical id' | sort | uniq | wc -l
内存
查看内存信息
cat /proc/meminfo
查看汇总行中显示内存总量。
free -gt
显示所有的IPC设施
ipcs -a