fake log maker
Go to file
ed barz 8a4a8e6817 Update 'README.md' 2023-01-09 22:39:32 +00:00
LICENSE Initial commit 2023-01-09 22:25:43 +00:00
README.md Update 'README.md' 2023-01-09 22:39:32 +00:00
flm.py flm added 2023-01-09 23:31:40 +01:00

README.md

flm

fake log maker

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

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