summaryrefslogtreecommitdiffstats
path: root/ngxtop
AgeCommit message (Collapse)Author
2014-09-27Nginx variables can contain uppercase letters Adrian Muraru
e.g. jssessionid=$cookie_JSESSIONID
2014-04-24Use relative imports. Fixes #33Jerome Leclanche
2014-04-09Merge pull request #29 from jreese/groupbyBinh Le
Support multiple fields in --group-by
2014-04-02Fix checking file exist even for 'stdin' log.Binh Le
2014-04-01Support multiple fields in --group-byJohn Reese
This allows --group-by to take a comma-separated list of field names, and processes the field list before passing it to the SQLProcessor. When displaying the results, it displays as two separate fields.
2014-04-01Merge branch 'master' of https://github.com/mcortizo/ngxtop into mcortizo-masterBinh Le
Allow ngxtop to parse logs directly from stdin. Pre-defined common log format for Apache access log.
2014-03-31Remove -s option, as it is not really neededMiguel A. Cortizo
2014-03-31Better parsing of nginx config file for access_log and log_format directives ↵Binh Le
with pyparsing. Properly handle multiple access logs.
2014-03-30Improve detection of stdin input and add example, add 'common' format ↵Miguel A. Cortizo
constant, add available variables for filters to doc
2014-03-29Use curses instead of repeatedly clear terminal screen and switch to timer ↵Binh Le
signal for periodically printing of report instead of threads.
2014-03-28Added option for database dumpMiguel A. Cortizo
2014-03-28Enable input from stdin, such as pipe outputMiguel A. Cortizo
2014-03-25Add pypi package and installation info in readme.Binh Le
2014-03-24Change default log location to '/var/log/nginx/access.log' as it's the ↵Binh Le
default in Debian / Ubuntu.
2014-03-24add support for python3Binh Le
2014-03-24Restructured and prepared for packagingBinh Le