Zswap: Compressed Swap Caching For Linux

Posted by Michael Larabel on December 12, 2012

Published to the Linux kernel mailing list were a set of patches to provide a new feature called Zswap for lightweight compressed swap caching.

These patches, while arriving unfortunately right at the start of the Linux 3.8 kernel merge window and have yet to be reviewed, provide Zswap (not to be confused by zRAM) to attempt to compress pages in the process of being swapped and compresses them into a dynamically allocated RAM-backed memory pool. Zswap attempts to avoid the writeback to the swap device where possible to reduce I/O and lead to greater performance in situations where swapping occurs.

Seth Jennings, the developer who published the set of eight patches, summarized the performance benefits as "a kernel building benchmark indicate a runtime reduction of 53% and an I/O reduction 76% with zswap vs normal swapping with a kernel build under heavy memory pressure."

The expressed rationale was said to be, "Zswap provides compressed swap caching that basically trades CPU cycles for reduced swap I/O. This trade-off can result in a significant performance improvement as reads to/writes from to the compressed cache almost always faster that reading from a swap device which incurs the latency of an asynchronous block I/O read."

Among the use-cases are desktops/laptops with limited RAM where there can be better performance when swapping, overcommitted guests that share a common I/O resource, and users of SSDs as swap devices whereby they can potentially extend the solid state drive's life by reducing the number of writes.

For more information on Zswap, see the kernel mailing list, where there are also some more extensive Zswap performance benchmark results. Based upon early feedback on the Zswap patches, it will probably still be a while before this compression feature is merged into the mainline Linux kernel.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
Latest Hardware Reviews
  1. Sumo Lounge Emperor
  2. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  3. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  4. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
Latest Software Articles
  1. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  2. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
  3. F2FS File-System Shows Regressions On Linux 3.10
  4. Previewing The Radeon Gallium3D Shader Optimizations
Latest Linux News
  1. FreeBSD Still Working On Next-Gen Package Manager
  2. DNF Still Advancing As Experimental Yum For Fedora
  3. Logitech Begins Supporting Linux Users
  4. Modern Intel Gallium3D Driver Still Being Toyed With
  5. Linux 3.10 Kernel Benchmarks On A Core i7 Laptop
  6. GCC 4.8.1 Compiler Due To Be Out Next Week
  7. Linux 3.10 Kernel Benchmarks For Intel Ivy Bridge
  8. Linux's "Ondemand" Governor Is No Longer Fit
  9. Firefox 22 Beta Enables WebRTC Support
  10. OpenSUSE 13.1 Milestone 1 Released
  11. DRM Graphics Driver Comes For Dove/Cubox
Latest Forum Talk
  1. Logitech Begins Supporting Linux Users
  2. KDE's Krita Ported To OpenGL 3.1, OpenGL ES 2.0
  3. Kubuntu, KDE Has Little Hope For Ubuntu's Mir
  4. Features Being Developed For KDE 4.11 Desktop
  5. Unity 8, Mir To Be Experimental Choice In Ubuntu...
  6. Sumo Lounge Emperor
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite