Nginx log parser and analyzer
Project description
Installation:
pip install nginxparser
Using log format:
log_format myformat '$remote_addr - [$time_local] "$host" "$request" ' '$status ($bytes_sent) "$http_referer" ' '"$uri $args" [$request_time] [$upstream_response_time]';
usage:
nginxparser [-h] [--uri] [--time] [--clients] [--grep GREP] [--dump DUMP] [--no_report] [--debug] log_file
optional arguments:
-h, --help show this help message and exit --uri, -u Get uri-based report --time, -t Get time-based report --clients, -c Get client-based report --grep GREP, -g GREP Grep lines, where 'upstream_time' more than the specified --dump DUMP, -d DUMP Export parsed data to the json.file --no_report, -N Don't print the report --debug, -D Print not parsed lines
examples:
nginxparser --uri /path/to/access_nginx.log nginxparser --time /path/to/access_nginx.log nginxparser --clients /path/to/access_nginx.log nginxparser --grep 10 /path/to/access_nginx.log nginxparser -utcN -d out.json /path/to/access_nginx.log
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nginxparser-1.0.1.tar.gz
(4.8 kB
view details)
File details
Details for the file nginxparser-1.0.1.tar.gz
.
File metadata
- Download URL: nginxparser-1.0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88daa7b520487e7217053fde191d375b57f4119eb3fd7b6bb50748c01ddec3b0 |
|
MD5 | 1b6f2b12d4c4a4898ff183bb8f9a3480 |
|
BLAKE2b-256 | c3050e46dde3bd7c5300e2b1b54b138bbc95a22b6bb1fa5bcd5a86354a717cbd |