手机
当前位置:查字典教程网 >操作系统 >unix linux >linux查看内存的大小
linux查看内存的大小
摘要:用free-m查看的结果:#free-mtotalusedfreesharedbufferscachedMem:50447132019269...

用free -m查看的结果:

# free -m

total used free shared buffers cached

Mem: 504 471 32 0 19 269

-/+ buffers/cache: 183 321

Swap: 996 0 996

查看/proc/kcore文件的大小:

# ll -h /proc/kcore

-r-------- 1 root root 512M 10月 26 20:40 /proc/kcore

total显示的只有504M,而我系统的实际内存大小是512M的,其中的8M被内核所占用了

【linux查看内存的大小】相关文章:

linux 内存管理机制详细解析

linux系统中如何查看日志

linux磁盘分区详解

linux系统下的df命令参数详解

Linux的认识存在的一些误区

linux下查看端口命令 端口

Linux下虚拟域名的实现(3)

Linux下虚拟域名的实现(1)

Linux服务器的一些基本应用

Linux服务器安全小技巧

精品推荐
分类导航