linux 命令查看内存和cpu信息
1、查看CPU信息命令
cat /proc/cpuinfo
2、使用top命令查看CPU的使用情况
top
3、free命令查看内存
free
4、df(disk free):显示磁盘分区上可以使用的磁盘空间
df
5、 du (disk usage): 显示每个文件和目录的磁盘使用空间
du -h --max-depth=1