summaryrefslogtreecommitdiffstats
path: root/linux/ZswapStats.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused zswap pool size calculation from commit 71f5a80d9eNathan Scott2023-11-211-2/+0
| | | | | Quick discussion with Ivan confirmed this was a left-over from an earlier version of the zswap code and can be safely removed.
* Rename ProcessList to ProcessTable throughoutNathan Scott2023-08-311-1/+1
| | | | | | | | | | | | Following up with some discusson from a few months back, where it was proposed that ProcessTable is a better name. This data structure is definitely not a list ... if it was one-dimensional it'd be a set, but in practice it has much more in common with a two-dimensional table. The Process table is a familiar operating system concept for many people too so it resonates a little in that way as well.
* Linux: implement zswap supportIvan Shapovalov2023-04-231-0/+21
On Linux, use zswap to populate "compressed memory" metrics added in the previous commit. Fixes #104.

© 2014-2024 Faster IT GmbH | imprint | privacy policy