gforcada / haproxy_log_analysis

HAProxy log analyzer
https://pypi.org/project/haproxy_log_analysis
GNU General Public License v3.0
89 stars 35 forks source link

REPL? #50

Open gforcada opened 1 year ago

gforcada commented 1 year ago

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. ✨ 🍀