From 7ef53b3ba2561262ffb4390a40b7d16bdb89930a Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Sat, 21 Nov 2020 20:34:27 +0100 Subject: [PATCH] Add missing explanations for free, free_cma, free_pcp and "total pagecache pages" --- OOMAnalyser.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 3875668..d7a3692 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -609,24 +609,24 @@ function read_and_display_file(file) { - free
(free) + Free pages
(free) - + Free pages - free_pcp
(free_pcp) + Free per-CPU pages
(free_pcp) - + Free number of pages per CPU - free_cma
(free_cma) + Free CMA pages
(free_cma) - + Pages reserved but not used by Contiguous Memory Allocator (CMA) Total Pagecache - + Total number of pages in pagecache @@ -824,6 +824,7 @@ function read_and_display_file(file) {
  • Update to Transcrypt 3.7
  • Line "Killed process" can contain the process UID
  • Add drag-and-drop support for files
  • +
  • Add missing explanations
  • ...