Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/bobbyiliev/quick_access_logs_summary
- Owner: bobbyiliev
- Created: 2018-01-26T13:31:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T11:44:52.000Z (about 4 years ago)
- Last Synced: 2024-10-14T08:16:53.900Z (26 days ago)
- Topics: apache, bash, bash-script, hacktoberfest, nginx
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 31
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 locationUsage:
- 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/)