ipv6logconv - Man Page
HTTP server log file converter for statistics
Synopsis
cat /var/log/httpd/access_log | ipv6logconv [Options]
Description
This program converts IPv4/IPv6 addresses in HTTP server log files
The converted output can be used to create statistics with analog
Takes data from stdin, proceed it to stdout
Options
General options:
- [-d|--debug DEBUGVALUE]
debug value (bitwise like) can also be set by IPV6CALC_DEBUG environment value
- [-v|--version [-v [-v]]]
version information (2 optional detail levels)
- [-v|--version -h]
explanation of feature tokens
- [-V|--verbose]
be more verbose
- [-h|--help|-?]
this online help
Performance options:
- [-n|--nocache]
disable caching
- [-c|--cachelimit VALUE]
set cache limit; default: 20, maximum: 200.
Output options:
- [--out OUTPUTTYPE]
Specify output type:
- addrtype
Address type
- ouitype
OUI (IEEE) type
- ipv6addrtype
IPv6 address type
- any
any type
See Also
Reporting Bugs
Report bugs via GitHub: https://github.com/pbiering/ipv6calc/issues
License
GPLv2
Authors
Peter Bieringer <pb@bieringer.de>
Info
2.0.0 Peter Bieringer <pb@bieringer.de> system tools