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.
+
+ |
+
+
+ Swap Free |
+ |
+ Amount of swap space that is currently unused.
+
+ |
+
+
+ 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).
+
+ |
+
+
+ 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.
-
- |
-
-
- Swap Free |
- |
- Amount of swap space that is currently unused.
-
- |
-
-
- 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).
-
- |
-
-
- Swap Used |
- |
- Amount of used swap space w/o cached swap
- (SwapUsed = SwapTotal - SwapFree -SwapCache )
- |
-
-