[master] zRAM follow-up

Vratislav Podzimek vpodzime at redhat.com
Mon Jul 21 15:15:10 UTC 2014


PATCH 1/3 adds a script that can be used to investigate the zRAM stats, mainly
the compression ratio*. I'm not sure we really want it in every media as it will
be useless for vast majority of users, maybe we should only have it in the
repository wired up to the makeupdates script?

Patches 2/3 and 3/3 are trivial, I'd say.

*) I've played with that script today and it reveals the fact that with yum the
compression ratio is 48 % (nice, hm?), with dnf it is 64 % (really nice).

Vratislav Podzimek (3):
  Add a script for showing stats about zRAM
  Remove an unused MEM-related constant and use the other one
  Adapt the memory requirements to zRAM swap usage

 anaconda                    |  2 +-
 pyanaconda/isys/__init__.py |  5 ++--
 scripts/Makefile.am         |  2 +-
 scripts/makeupdates         |  3 ++-
 scripts/zram-stats          | 64 +++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 70 insertions(+), 6 deletions(-)
 create mode 100755 scripts/zram-stats

-- 
1.9.3



More information about the anaconda-patches mailing list