Metadata-Version: 1.1
Name: logana
Version: 1.0.0
Summary: Varnish logs analysis CLI
Home-page: https://github.com/thimoonxy/logana
Author: Simon Xie
Author-email: thimoon@sina.com
License: MIT
Download-URL: https://github.com/thimoonxy/logana/tarball/1.0.0
Description: 
        Logana.py is a CLI help neteng and sysadmin speed up analyse varnish logs.
        
        It's able go through either plain or rotated gzip files under default /opt/varnish/ folder, depending on the time period that being queried.
        
        Here's also a golang version, without using method of bisection, but it should be good enough to check live logs on platform where has no python installed.
        Please check the repo [go-logana](https://github.com/thimoonxy/practiceGo/tree/master/logana).
        
Keywords: varnish,log,nginx,parse,troubleshooting
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Networking
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
