首页 > 代码库 > 系统管理之系统资源查看

系统管理之系统资源查看

1、vmstat  2 3 进程 内存, CPU

2、dmesg

3.free

4.缓冲与缓存

缓存 用来加速数据从硬盘中读取

缓存用来加速数据写入硬盘

5,查看CPU信息:cat /proc/cpuinfo

6/.uptime /w /top

7/uname -a -r -s

8判断当前系统的位数:file /bin/ls

9/查询当前系统发行版本:lsb_release -a

10.列出进程调用的文件:lsof  -c -u -p

系统管理之系统资源查看