From 8a4a8e681749d54e079a14c2371cc05173828b59 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Mon, 9 Jan 2023 22:39:32 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dde0d4..455e289 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,28 @@ fake log maker -pip install humanfriendly +You might need to install `pip install humanfriendly` +The output will look like that: + +``` log lines: 2000000 original size: 109.12 MB bz2 size: 16.05 MB gzip size: 28.84 MB -zlib size: 29.7 MB \ No newline at end of file +zlib size: 29.7 MB +``` + +You can try differents settings by simply updating the code: + +``` +population = 10000 + +loglines = 2000000 + +lines_per_minute = 5 + +domain_count = 120 +page_per_domain_min = 3 +page_per_domain_max = 13 +``` \ No newline at end of file