]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
doc: cgroup: improve formatting of mem stats
authorJakub Kicinski <kuba@kernel.org>
Fri, 28 Feb 2020 00:06:50 +0000 (16:06 -0800)
committerJonathan Corbet <corbet@lwn.net>
Mon, 2 Mar 2020 19:57:03 +0000 (12:57 -0700)
If there is an empty line between item and description
Sphinx does not emphasize the item. First half of the
list does not have the empty line and is emphasized
correctly.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Link: https://lore.kernel.org/r/20200228000653.1572553-3-kuba@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/cgroup-v2.rst

index 723c8bd422cc8428badfe1272df2e4384a1c0f2d..ab8b91014afb3a059f0a12f0a196a6b8fb957051 100644 (file)
@@ -1313,53 +1313,41 @@ PAGE_SIZE multiple when read back.
                Number of major page faults incurred
 
          workingset_refault
-
                Number of refaults of previously evicted pages
 
          workingset_activate
-
                Number of refaulted pages that were immediately activated
 
          workingset_nodereclaim
-
                Number of times a shadow node has been reclaimed
 
          pgrefill
-
                Amount of scanned pages (in an active LRU list)
 
          pgscan
-
                Amount of scanned pages (in an inactive LRU list)
 
          pgsteal
-
                Amount of reclaimed pages
 
          pgactivate
-
                Amount of pages moved to the active LRU list
 
          pgdeactivate
-
                Amount of pages moved to the inactive LRU list
 
          pglazyfree
-
                Amount of pages postponed to be freed under memory pressure
 
          pglazyfreed
-
                Amount of reclaimed lazyfree pages
 
          thp_fault_alloc
-
                Number of transparent hugepages which were allocated to satisfy
                a page fault, including COW faults. This counter is not present
                when CONFIG_TRANSPARENT_HUGEPAGE is not set.
 
          thp_collapse_alloc
-
                Number of transparent hugepages which were allocated to allow
                collapsing an existing range of pages. This counter is not
                present when CONFIG_TRANSPARENT_HUGEPAGE is not set.