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