diff --git a/OOMAnalyser.html b/OOMAnalyser.html index fe06900..fbbf11f 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -25,6 +25,11 @@ text-align: right; } + .text__superscript { + vertical-align: super; + font-size: 0.83em; + } + h1 { font-size: 2em; margin: 0.67em 0; @@ -64,6 +69,11 @@ padding: unset; } + .a__footnote { + vertical-align: super; + font-size: 0.83em; + } + /* Zebra-Layout */ tr:nth-child(odd) td:nth-child(2), tr:nth-child(odd) td:nth-child(3) { background-color: #f2f2f2; @@ -175,7 +185,7 @@ function goBack() { Requested memory
(order) - (2^) pages / + (2^) pages / The kernel specifies the requested number of pages as exponent of power of two. @@ -341,7 +351,7 @@ function goBack() { Dirty Pages
(dirty) Memory which is waiting to get written back to the disk. - [1] + [1] @@ -349,7 +359,7 @@ function goBack() { Memory which is actively being written back to the disk. - [1] + [1] @@ -362,7 +372,7 @@ function goBack() { Slab is a in-kernel data structures cache. Part of Slab, that might be reclaimed, such as caches. - [1] + [1]
Additional details are listed in slabinfo(5) also. @@ -373,7 +383,7 @@ function goBack() { Part of Slab, that cannot be reclaimed on memory pressure. - [1] + [1] @@ -382,7 +392,7 @@ function goBack() { Files which have been mapped into memory (with mmap(2)), such as libraries. - [1] + [1] @@ -392,7 +402,7 @@ function goBack() { Amount of memory consumed in tmpfs(5) filesystems. - [1] + [1] @@ -400,7 +410,7 @@ function goBack() { Amount of memory dedicated to the lowest level of pagetables. - [1] + [1] @@ -408,7 +418,7 @@ function goBack() { Memory used for block device "bounce buffers". - [1] + [1] @@ -443,14 +453,14 @@ function goBack() { Swap Total Total amount of swap space available. - [1] + [1] Swap Free Amount of swap space that is currently unused. - [1] + [1] @@ -461,7 +471,7 @@ function goBack() { sure 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] + [1]