logswan

Fast Web log analyzer using probabilistic data structures

brewmacoslinux
Try with needOr install directly
Source

About

Fast Web log analyzer using probabilistic data structures

Commands

logswan

Examples

Analyze an Apache access log file$ logswan -f /var/log/apache2/access.log
Analyze a log file and display top 10 most requested URLs$ logswan -f access.log -t 10
Analyze nginx log with custom output format$ logswan -f /var/log/nginx/access.log -o json