https://github.com/affix/access-log-parser
Parse Apache Access Logs
https://github.com/affix/access-log-parser
Last synced: 11 months ago
JSON representation
Parse Apache Access Logs
- Host: GitHub
- URL: https://github.com/affix/access-log-parser
- Owner: affix
- Created: 2015-05-22T10:34:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T10:40:44.000Z (about 11 years ago)
- Last Synced: 2025-03-04T11:47:40.676Z (over 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Apache Log File Analysis
===============
Analyses an apache log file and produces :
* Total Megabytes Sent
* Mean Response Time
* Successful Requests per Minute
* Error Requests Per Minutes
Requirements
------------
- Apache Web Access Log
Usage
-----
[user@computer ~]# ./parse.rb access.log
Contributing
------------
1. Fork the repository on Github
2. Create a named feature branch (like `add_component_x`)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github
License and Authors
-------------------
Authors :
* Keiran 'Affix' Smith
License : GNU/GPLv3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .