Entry in /proc/meminfo

前端 未结 3 689
粉色の甜心
粉色の甜心 2021-01-16 05:55

I am now study linux. cat /proc/meminfo produces as following. Please tell me the mean of entry \"Active(file)/Inactive(file)\". I can\'t find the explanation of these entry

3条回答
  •  难免孤独
    2021-01-16 06:08

    According to the output, result of Active(file) + Inactive(file) + Shmem doesn't equal to that of Cached + Buffer + SwapCached

提交回复
热议问题