alp

Access log profiler that analyzes and visualizes HTTP request patterns

brewmacoslinux
Try with needOr install directly
Source

About

Access Log Profiler

Commands

alp

Examples

Analyze nginx access log and display top endpoints by response time$ alp ltsv --file /var/log/nginx/access.log
Parse Apache access log in combined format and sort by request count$ alp apache --file /var/log/apache2/access.log --sort count
Filter and analyze logs for specific status codes with JSON output$ alp ltsv --file access.log --filters 'status:5xx' --format json