summaryrefslogtreecommitdiff
path: root/src/journal-remote/log-generator.py
Commit message (Collapse)AuthorAgeFilesLines
* log-generator: count arguments as offset from an iteratormonosans2021-07-191-12/+4
|
* tree-wide: add spdx header on all scripts and helpersZbigniew Jędrzejewski-Szmek2021-01-281-0/+2
| | | | | | Even though many of those scripts are very simple, it is easier to include the header than to try to say whether each of those files is trivial enough not to require one.
* log-generator: make message size configurable, add short optionsZbigniew Jędrzejewski-Szmek2018-05-311-2/+5
| | | | Also remove "b''" from the generated MESSAGE= field.
* more portable python shebangs (#5816)Jörg Thalheim2017-04-301-1/+1
| | | | | This is useful on systems like NixOS, where python3 is not in /usr/bin/python3 as well as for people using alternative ways to install python such as virtualenv/pyenv.
* python: adjust imports, indentation, unused variables following pylint adviceZbigniew Jędrzejewski-Szmek2016-12-011-2/+2
|
* Use python3 explicitly in all python scriptsFelipe Sateler2016-11-281-2/+1
|
* log-generator: add option to generate easily compressible dataZbigniew Jędrzejewski-Szmek2015-11-031-1/+9
| | | | | | | | | | 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.)
* Add simple generator of fake journal export streamZbigniew Jędrzejewski-Szmek2014-07-151-0/+68