haproxy_log_analysis
haproxy_log_analysis copied to clipboard
REPL?
It would be cool to have REPL
, so one can keep issuing commands over the same log file to further analyze.
Something like calling haproxy_log_analysis -l mylogfile.log -i
(-i
for interactive` 🙂 ):
>>> COMMAND [-f FILTER] [-s START] [-d DELTA]
... output ...
>>> COMMAND ...
... output ...
This way, one could auto-complete the commands, show examples, etc etc. ✨ 🍀