Skip to content

Instantly share code, notes, and snippets.

View siddhesh's full-sized avatar

Siddhesh Poyarekar siddhesh

View GitHub Profile
@siddhesh
siddhesh / process_accesslog.py
Last active October 11, 2019 19:08
Read one or more httpd access.log files and print statistics I care about.
# 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