]> git.ipfire.org Git - thirdparty/systemd.git/commit
log-generator: add option to generate easily compressible data 1758/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 25 Oct 2015 03:28:07 +0000 (23:28 -0400)
committerLennart Poettering <lennart@poettering.net>
Mon, 2 Nov 2015 23:23:16 +0000 (00:23 +0100)
commit2c1a55cf3fe78bcf728f73487813ddd3ee020a98
tree66b8bb774c344799884ac6a65195a5f7636895d5
parent6ad623a3f77e087e308f334525fd4046811f2a9a
log-generator: add option to generate easily compressible data

This is useful to check that compression actually works, and how
compression influences file size in the best-case-scenario for
compression. (The answer is that not as much as one would hope:
there's still a big overhead of the indexing and since every field
is compressed separately, even fields that compress very well
contribute to the file size. This overhead becomes negligible only
for very big fields.)
src/journal-remote/log-generator.py