Skip to content

Commit db5b4f3

Browse files
uarif1Jonathan Corbet
authored andcommitted
cgroup: Add documentation for missing zswap memory.stat
This includes zswpin, zswpout and zswpwb. Signed-off-by: Usama Arif <usamaarif642@gmail.com> Acked-by: Nhat Pham <nphamcs@gmail.com> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20240502185307.3942173-2-usamaarif642@gmail.com>
1 parent d3dedad commit db5b4f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/admin-guide/cgroup-v2.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,15 @@ PAGE_SIZE multiple when read back.
15721572
pglazyfreed (npn)
15731573
Amount of reclaimed lazyfree pages
15741574

1575+
zswpin
1576+
Number of pages moved in to memory from zswap.
1577+
1578+
zswpout
1579+
Number of pages moved out of memory to zswap.
1580+
1581+
zswpwb
1582+
Number of pages written from zswap to swap.
1583+
15751584
thp_fault_alloc (npn)
15761585
Number of transparent hugepages which were allocated to satisfy
15771586
a page fault. This counter is not present when CONFIG_TRANSPARENT_HUGEPAGE

0 commit comments

Comments
 (0)