Linux性能统计 - cat /proc/meminfo

本文介绍了通过cat /proc/meminfo命令查看Linux系统内存信息,分别解释了32位和64位系统下的各项内存指标,如LowTotal、LowFree、SwapTotal、CommitLimit等,以及它们在系统内存管理中的作用。
摘要由CSDN通过智能技术生成

32位系统


$cat /proc/meminfo

MemTotal: 2052440 kB //Total amount of physical RAM, in kilobytes.
MemFree: 50004 kB //The amount of physical RAM, in kilobytes, left unused by the system.
Buffers: 19976 kB //The amount of physical RAM, in kilobytes, used for file buffers.
Cached: 436412 kB //The amount of physical RAM, in kilobytes, used as cache memory.
SwapCached: 19864 kB //The amount of swap, in kilobytes, used as cache memory.
Active: 1144512 kB //The total amount of buffer or page cache memory, in kilobytes, that is in active use. This is memory that has been recently used and is usually not reclaimed for other purposes.
Inactive: 732788 kB //The total amount of buffer or page cache memory, in kilobytes, that are free and available. This is memory that has not been recently used and can be reclaimed for other purposes.
Active(anon): 987640 kB
Inactive(anon): 572512 kB
Active(file): 156872 kB //Active(file), Inactive(file) has file back-end which means its original file is in disk but to use it faster it was loaded on RAM.
Inactive(file): 160276 kB
Unevictable: 8 kB
Mlocked: 8 kB
HighTotal: 1177160 kB //The total and free amount of memory, in kilobytes, that is not directly mapped into kernel space. The HighTotal value can vary based on the type of kernel used.
HighFree: 7396 kB
LowTotal: 875280 kB //The total and free amount of memory, in kilobytes, that is directly mapped into kernel space. The LowTotal value can vary based on the type of kernel used.
LowFree: 42608 kB
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值