haproxy_log_analysis
analyse the HTTP logs generated by HAProxy
Install
- All systems
-
curl cmd.cat/haproxy_log_analysis.sh
- Debian
-
apt-get install haproxy-log-analysis
- Ubuntu
-
apt-get install haproxy-log-analysis
- Kali Linux
-
apt-get install haproxy-log-analysis
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install haproxy-log-analysis
- Raspbian
-
apt-get install haproxy-log-analysis
- Dockerfile
- dockerfile.run/haproxy_log_analysis
haproxy-log-analysis
analyse the HTTP logs generated by HAProxy
haproxy log analysis can generate aggregate statistics from HAProxy logs in the HTTP log format. This can be over a specific period, or over a subset of the entries by specifying a filter. This package contains the command line tool, haproxy_log_analysis. See python3-haproxy-log-analysis for the library that this tool uses.