Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ipv6logconv(8)			  system tools			  ipv6logconv(8)

NAME
     ipv6logconv - 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 envi-
	    ronment 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
     ipv6calc(8)

REPORTING BUGS
     Report bugs via GitHub:  https://github.com/pbiering/ipv6calc/issues

     Homepage: http://www.deepspace6.net/projects/ipv6calc.html

LICENSE
     GPLv2

AUTHORS
     Peter Bieringer <pb@bieringer.de>

Peter Bieringer <pb@bieringer.de>     3.4.0			  ipv6logconv(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ipv6logconv&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help