doc/man/Makefile: rename section7 leftover to new name
[oweals/gnunet.git] / doc / man / gnunet-statistics.1
1 .TH GNUNET-STATISTICS 1 "January 4, 2012" "GNUnet"
2 .SH NAME
3 gnunet\-statistics \- Display statistics about your GNUnet system
4 .SH SYNOPSIS
5 .B gnunet\-statistics
6 .RI [ options ]
7 .RI [ VALUE ]
8 .SH DESCRIPTION
9 \fBgnunet\-statistics\fP is used to display detailed information about
10 various aspect of GNUnet's operation.  This tool only works if the
11 "statistics" service is available.
12 gnunet\-statistics can be used to set a value by giving the options
13 \-n, \-s and also a VALUE.
14 .SH OPTIONS
15 .B
16 .IP "\-c FILENAME,  \-\-config=FILENAME"
17 Use the configuration file FILENAME.
18 .B
19 .IP "\-h, \-\-help"
20 Print short help on options.
21 .B
22 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
23 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
24 .B
25 .IP "\-n NAME,  \-\-name=NAME"
26 Each statistic has a name that is unique with in its subsystem.  With
27 this option, the output can be restricted to statistics that have a
28 particular name.
29 .B
30 .IP "\-p,  \-\-persistent"
31 When setting a value, make the value persistent.  If the value used to
32 be persistent and this flag is not given, it will be marked as
33 non\-persistent.
34 .B
35 .IP "\-s SUBSYSTEM,  \-\-subsystem=SUBSYSTEM"
36 Statistics are kept for various subsystems.  With this option, the
37 output can be restricted to a particular subsystem only.
38 .B
39 .IP "\-S SEPARATOR,  \-\-csv-separator=SEPARATOR"
40 Specify a separator for generating csv-output.
41 .B
42 .IP "\-t TESTBED_PATH,  \-\-subsystem=TESTBED_PATH"
43 When running testbed, you can get statistics of all peers with specefying the
44 folder containing the data of all testbed nodes like \fBgnunet\-statistics -t /tmp/testbedARtmQv\fP.
45 .B
46 .IP "\-v, \-\-version"
47 Print GNUnet version number.
48 .SH BUGS
49 Report bugs by using Mantis <https://gnunet.org/mantis/> or by sending
50 electronic mail to <gnunet\-developers@gnu.org>
51 .SH SEE ALSO
52 gnunet\-service\-statistics(1)
53 .PP
54 The full documentation for
55 .B gnunet
56 is maintained as a Texinfo manual.
57 If the
58 .B info
59 and
60 .B gnunet
61 programs are properly installed at your site, the command
62 .IP
63 .B info gnunet
64 .PP
65 should give you access to the complete handbook,
66 .IP
67 .B info gnunet-c-tutorial
68 .PP
69 will give you access to a tutorial for developers.
70 .PP
71 Depending on your installation, this information is also
72 available in
73 \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).