From e321429a23a16da94590cd86e93d82f0c1f8bfb3 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Thu, 9 Jan 2020 06:58:16 +0100 Subject: [PATCH] Place the section "Swap Usage" below the diagrams --- OOMAnalyser.html | 75 ++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 38 deletions(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 9ce9924..6b9731c 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -366,6 +366,43 @@ function goBack() {
+ + + + Swap Usage + + + Swap Total + + Total amount of swap space available. + [1] + + + + Swap Free + + Amount of swap space that is currently unused. + [1] + + + + Swap Cached + + Memory that once was swapped out, is swapped back in + but still also is in the swap file. (If memory pressure + is high, these pages don't need to be swapped out + again because they are already in the swap file. This + saves I/O). + [1] + + + + Swap Used + + Amount of used swap space w/o cached swap
+ (SwapUsed = SwapTotal - SwapFree -SwapCache) + + @@ -549,44 +586,6 @@ function goBack() { - - - - Swap Usage - - - Swap Total - - Total amount of swap space available. - [1] - - - - Swap Free - - Amount of swap space that is currently unused. - [1] - - - - Swap Cached - - Memory that once was swapped out, is swapped back in - but still also is in the swap file. (If memory pressure - is high, these pages don't need to be swapped out - again because they are already in the swap file. This - saves I/O). - [1] - - - - Swap Used - - Amount of used swap space w/o cached swap
- (SwapUsed = SwapTotal - SwapFree -SwapCache) - - -