zrepl/internal/zfs/zfscmd/zfscmd-logging-scraper
2024-10-18 19:21:17 +02:00
..
analysis.ipynb move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
README.md move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
scrape_graylog_csv.bash move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
zfscmd_logging_scraper.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00
zfscmd_logging_scrapter_test.go move implementation to internal/ directory (#828) 2024-10-18 19:21:17 +02:00

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