1ipv6logconv(8) system tools ipv6logconv(8)
2
3
4
6 ipv6logconv - HTTP server log file converter for statistics
7
9 cat /var/log/httpd/access_log | ipv6logconv [OPTIONS]
10
12 This program converts IPv4/IPv6 addresses in HTTP server log files
13
14 The converted output can be used to create statistics with analog
15
16 Takes data from stdin, proceed it to stdout
17
19 General options:
20
21 [-d|--debug DEBUGVALUE]
22 debug value (bitwise like) can also be set by IPV6CALC_DEBUG
23 environment value
24
25 [-v|--version [-v [-v]]]
26 version information (2 optional detail levels)
27
28 [-v|--version -h]
29 explanation of feature tokens
30
31 [-V|--verbose]
32 be more verbose
33
34 [-h|--help|-?]
35 this online help
36
37 Performance options:
38
39 [-n|--nocache]
40 disable caching
41
42 [-c|--cachelimit VALUE]
43 set cache limit; default: 20, maximum: 200.
44
45 Output options:
46
47 [--out OUTPUTTYPE]
48 Specify output type:
49
50 addrtype
51 Address type
52
53 ouitype
54 OUI (IEEE) type
55
56 ipv6addrtype
57 IPv6 address type
58
59 any any type
60
62 ipv6calc(8)
63
65 Report bugs via GitHub:
66 https://github.com/pbiering/ipv6calc/issues
67 ⟨https://github.com/pbiering/ipv6calc/issues⟩
68
69 Homepage: http://www.deepspace6.net/projects/ipv6calc.html
70 ⟨http://www.deepspace6.net/projects/ipv6calc.html⟩
71
73 GPLv2
74
76 Peter Bieringer <pb@bieringer.de>
77
78
79
80
81Peter Bieringer <pb@bieringer.de> 2.0.0 ipv6logconv(8)