1NFACCT(8) NFACCT(8)
2
3
4
6 nfacct - command line tool to create/retrieve/delete accounting objects
7
9 nfacct command [name] [options]
10
12 nfacct is the command line tool that allows to manipulate the Netfil‐
13 ter's extended accounting infrastructure.
14
16 These commands specify the action that nfacct performs. Only one of
17 them can be specified at any given time.
18
19 list List the existing accounting object in table.
20
21 restore
22 Restore accounting object table by reading from stdin. Input
23 format is the one used as output by the list command.
24
25 add Add new accounting object.
26
27 delete Delete accounting object.
28
29 get Get existing accounting object.
30
31 flush Flush the entire table.
32
33 version
34 Displays the version information.
35
36 help Displays the help message.
37
39 This tool also allows a couple of options with the get and list com‐
40 mands that are:
41
42 reset That atomically obtains and resets the counters.
43
44 xml That displays the output in XML format.
45
47 iptables(8)
48
50 Please, report them to netfilter-devel@vger.kernel.org or file a bug in
51 Netfilter's bugzilla (https://bugzilla.netfilter.org).
52
54 Pablo Neira Ayuso wrote and maintains the nfacct tool.
55
56 Man page written by Pablo Neira Ayuso <pablo@netfilter.org>.
57
58
59
60 Dec 30, 2011 NFACCT(8)