Update 'README.md'
This commit is contained in:
parent
8a4a8e6817
commit
8d8c031e8e
|
@ -2,6 +2,10 @@
|
|||
|
||||
fake log maker
|
||||
|
||||
This script will generate a list of random urls, a list of random ip address and time stamps.
|
||||
|
||||
The goal is to demonstrate that such data don't take much space to store.
|
||||
|
||||
You might need to install `pip install humanfriendly`
|
||||
|
||||
The output will look like that:
|
||||
|
@ -14,6 +18,8 @@ gzip size: 28.84 MB
|
|||
zlib size: 29.7 MB
|
||||
```
|
||||
|
||||
The script will also generate a log.txt file
|
||||
|
||||
You can try differents settings by simply updating the code:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue