mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-26 10:25:05 +01:00
1336c91865
refs #196
12 lines
403 B
Markdown
12 lines
403 B
Markdown
The tool in this package (`go run . -h`) scrapes log lines produces by the `github.com/zrepl/zrepl/zfs/zfscmd` package
|
|
into a stream of JSON objects.
|
|
|
|
The `analysis.ipynb` then runs some basic analysis on the collected log output.
|
|
|
|
## Deps for the `scrape_graylog_csv.bash` script
|
|
|
|
```
|
|
pip install --upgrade git+https://github.com/lk-jeffpeck/csvfilter.git@ec433f14330fbbf5d41f56febfeedac22868a949
|
|
```
|
|
|