About 97,800 results
Open links in new tab
  1. linux - meminfoの見方について教えてください - スタック ...

    Aug 9, 2019 · サーバ上のメモリ使用率を計算したく、meminfoの値を見てますが MemAvailableってなんなんでしょうか? 使用できる(解放できる)メモリの総合計として見ていいんでしょうか?

  2. How to calculate system memory usage from /proc/meminfo (like htop)

    Sep 15, 2025 · 1.92G/5.83G Question: how should I interpret the values taken from /proc/meminfo in order to calculate programmatically the memory used? I am looking for something similar to this: …

  3. linux - Entries in /proc/meminfo - Stack Overflow

    Oct 6, 2011 · I can make sense of most of the information contained in /proc/meminfo like total memory, buffers, cache etc. Could you tell me what do the less obvious ones like the ones listed below mean? …

  4. Difference Between MemFree and MemAvailable - Stack Overflow

    Jun 16, 2015 · 26 Using Ubuntu 14.02 and running the command cat /proc/meminfo, I get the following: MemTotal: 1007796 kB MemFree: 64248 kB MemAvailable: 64876 kB I'd like to know the exact …

  5. shell - How to display /proc/meminfo in Megabytes? - Stack Overflow

    Apr 23, 2015 · I want to thank you for helping me my related issue. I know if I do a cat /proc/meminfo it will only display in kB. How can I display in MB? I really want to use cat or awk for this please.

  6. /proc/meminfo в чем разница между MemFree и MemAvailable

    Nov 14, 2025 · /proc/meminfo в чем разница между MemFree и MemAvailable Вопрос задан 5 лет 3 месяца назад Изменён 5 лет 3 месяца назад Просмотрен 2k раза

  7. How to change this code /proc/meminfo from kb to mb/gb?

    Apr 6, 2022 · How to change this code /proc/meminfo from kb to mb/gb? Asked 3 years, 8 months ago Modified 7 months ago Viewed 1k times

  8. On linux, how should I calculate the amount of free memory from the …

    Sep 22, 2009 · In my experience, the +/- buffers/cache line in the output of the 'free -m' command line utility gives a good indication of how close the system is to swapping. This answer taught me how to …

  9. what is Inactive (file) and Active (file) in /proc/meminfo?

    Aug 3, 2017 · After ran a process Active (file) and Inactive (file) size is continuously increasing in my Linux system. What is mean by Active (file) and Inactive (file) memory in /proc/meminfo ? $ cat …

  10. android - adb shell dumpsys meminfo - What is the meaning of each …

    Nov 6, 2014 · I was looking at the output given below for the command adb shell dumpsys meminfo com.imangi.templerun However, I am not able to understand this properly. Can anybody help me …