Merge branch 'master' of 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 various aspect of GNUnet's operation.  This tool only works if the "statistics" service is available.
14 gnunet\-statistics can be used to set a value by giving the options \-n, \-s and also a VALUE.
15
16 .SH OPTIONS
17 .B
18 .IP "\-c FILENAME,  \-\-config=FILENAME"
19 Use the configuration file FILENAME.
20 .B
21 .IP "\-h, \-\-help"
22 Print short help on options.
23 .B
24 .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
25 Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
26 .B
27 .IP "\-n NAME,  \-\-name=NAME"
28 Each statistic has a name that is unique with in its subsystem.  With this option, the output can be restricted to statistics that have a particular name.
29 .B
30 .IP "\-p,  \-\-persistent"
31 When setting a value, make the value persistent.  If the value used to be persistent and this flag is not given, it will be marked as non\-persistent.
32 .B
33 .IP "\-s SUBSYSTEM,  \-\-subsystem=SUBSYSTEM"
34 Statistics are kept for various subsystems.  With this option, the output can be restricted to a particular subsystem only.
35 .B
36 .IP "\-v, \-\-version"
37 Print GNUnet version number.
38
39
40 .SH BUGS
41 Report bugs by using Mantis <https://gnunet.org/mantis/> or by sending electronic mail to <gnunet\-developers@gnu.org>
42
43 .SH SEE ALSO
44 gnunet\-service\-statistics(1)