Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bobbyiliev/quick_access_logs_summary

This is a BASH script which will quickly summarize your access logs and provide you with very useful information like:
https://github.com/bobbyiliev/quick_access_logs_summary

apache bash bash-script hacktoberfest nginx

Last synced: 12 days ago
JSON representation

This is a BASH script which will quickly summarize your access logs and provide you with very useful information like:

Awesome Lists containing this project

README

        

# quick_access_logs_summary

This is a BASH script which will quickly summarize your access logs and provide you with very useful information like:
- Top 20 POST requests
- Top 20 GET requests
- Top 20 IP logs and their geo location

Usage:

- Download the script

- Make it executable
```
chmod +x spike_check
```
- Run:
```
./spike_check /path/to/your/access_log
```

For more information you can check out this blog post here:

[Blog Post](https://bobbyiliev.com/blog/bash-script-will-summarize-access-logs-check-caused-spike-server/)