summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-12-21Bump version to 0.0.3HEADv0.0.3masterBinh Le
2015-02-17Merge pull request #41 from jlec/masterBinh Le
Fix more python3 incompatibilities
2015-01-27Update README.rstBinh Le
Add reference to Luameter
2014-10-12Merge pull request #44 from amuraru/patch-1Binh Le
Nginx variables can contain uppercase letters
2014-09-27Nginx variables can contain uppercase letters Adrian Muraru
e.g. jssessionid=$cookie_JSESSIONID
2014-06-07Fix more python3 incompatibilitiesJustin Lecher
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2014-05-05Merge pull request #37 from jleclanche/fix/33Binh Le
Use relative imports. Fixes #33
2014-04-24Use relative imports. Fixes #33Jerome Leclanche
2014-04-09bump version to 0.0.20.0.2Binh Le
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-31Update READMEMiguel A. Cortizo
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-29Merge branch 'master' of https://github.com/lebinh/ngxtopBinh Le
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-25Remove .py extension in examplesBinh Le
2014-03-25Add blank line after literal block so restructuredtext won't complain.Binh Le
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
2014-03-22Merge pull request #6 from vishalsodani/masterBinh Le
Fix spelling mistake
2014-03-22Merge pull request #10 from haguenau/masterBinh Le
Fixed typo.
2014-03-22Merge pull request #11 from bndr/patch-2Binh Le
Wrong variable name in example
2014-03-21Fixed typo introduced in previous commit.David Haguenauer
2014-03-21Wrong variable name in exampleVadim Kravcenko
2014-03-21Fixed typo.David Haguenauer
2014-03-21Fix spelling mistakevishal sodani
2014-03-22Merge pull request #4 from bndr/patch-1Binh Le
--access-log option overwritten everytime
2014-03-21Update ngxtop.pyVadim Kravcenko
Use the log file from config only when not supplied with --access-log option, else it is overwritten everytime, even when --access-log option is provided.
2014-03-22Merge pull request #2 from haguenau/masterBinh Le
Copyedit.
2014-03-21Copyedit.David Haguenauer
2014-03-21add license informationBinh Le
2014-03-21initial commitBinh Le