aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-statistics.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-statistics.1')
-rw-r--r--doc/man/gnunet-statistics.150
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/man/gnunet-statistics.1 b/doc/man/gnunet-statistics.1
new file mode 100644
index 000000000..8a23e01e0
--- /dev/null
+++ b/doc/man/gnunet-statistics.1
@@ -0,0 +1,50 @@
1.TH GNUNET\-STATISTICS 1 "Mar 6, 2009" "GNUnet"
2
3.SH NAME
4gnunet\-statistics \- Display statistics about your GNUnet system
5
6.SH SYNOPSIS
7.B gnunet-statistics
8.RI [ options ] [ VALUE ]
9.br
10
11.SH DESCRIPTION
12\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.
13gnunet\-statistics can be used to set a value by giving the options \-n, \-s and also a VALUE.
14
15.SH OPTIONS
16
17.TP
18.IP "\-c FILENAME, \-\-config=FILENAME"
19Use the configuration file FILENAME.
20
21.TP
22.IP "\-h, \-\-help"
23Print short help on options.
24
25.TP
26.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
27Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
28
29.TP
30.IP "\-n NAME, \-\-name=NAME"
31Each 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.
32
33.TP
34.IP "\-p, \-\-persistent"
35When 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.
36
37.TP
38.IP "\-s SUBSYSTEM, \-\-subsystem=SUBSYSTEM"
39Statistics are kept for various subsystems. With this option, the output can be restricted to a particular subsystem only.
40
41.TP
42.IP "\-v, \-\-version"
43Print GNUnet version number.
44
45
46.SH BUGS
47Report bugs by using Mantis <https://gnunet.org/mantis/> or by sending electronic mail to <gnunet\-developers@gnu.org>
48
49.SH SEE ALSO
50gnunet\-service\-statistics(1)