My favorites | Sign in
Project Logo
                
Show all Featured downloads:
logscope.py
Feeds:
People details
Project owners:
  d...@cvisual.com

Log Scope is a simple Apache access log analysis tool that lets you output log information based on restricted criteria. For example:

Examples of usage:

python logscope.py c:\access.log --ip 127.0.0.1 -b2008,9,17,12,30,0
python logscope.py c:\access.log --text get_data
python logscope.py c:\access.log --ip 127.0.0.2
logscope.py c:\access.log --resp 404
logscope.py c:\access.log,c:\access2.log,c:\access3.log --resp 404
logscope.py c:\access.log -b2008,7,3,8,30,0 -e2008,7,3,14,30,0
logscope.py c:\access.log -b2008,7,3,8,30,0 -e2008,7,3,14,30,0 -t css
logscope.py c:\logfilter.txt -t process_card
logscope.py c:\logfilter.txt -t add_member_account
logscope.py c:\logfilter.txt -i 204.108.100.244 -o c:\session_jddavid18.log








Hosted by Google Code