This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Simple script to read httpd access.log and print a couple of statistics I care | |
| # about. Usage: | |
| # | |
| # python3 process_accesslog.py <one or more log files> | |
| # | |
| # Copyright (c) 2019 Siddhesh Poyarekar | |
| # | |
| # This code is released under the MIT license: | |
| # http://www.opensource.org/licenses/mit-license.php |
NewerOlder